コード例 #1
0
 /**
  * Set up test dependencies
  */
 protected function setUp()
 {
     parent::setUp();
     $this->application = new \TYPO3\Surf\Application\TYPO3\Flow('TestApplication');
     $this->application->setDeploymentPath('/home/jdoe/app');
 }
コード例 #2
0
ファイル: TagTaskTest.php プロジェクト: datenbetrieb/Surf
 /**
  * Set up test dependencies
  */
 public function setUp()
 {
     parent::setUp();
     $this->application->setDeploymentPath('/home/jdoe/app');
 }