/** * Set up test dependencies */ protected function setUp() { parent::setUp(); $this->application = new \TYPO3\Surf\Application\TYPO3\Flow('TestApplication'); $this->application->setDeploymentPath('/home/jdoe/app'); }
/** * Set up test dependencies */ public function setUp() { parent::setUp(); $this->application->setDeploymentPath('/home/jdoe/app'); }