예제 #1
0
 /**
  * Set up the dummy storage
  *
  */
 public function setUp()
 {
     $this->dummy = new Dummy();
     $this->dummy->setProjectToken($this->projectToken);
 }