defaultController = new DefaultController(); } public function testHomepage():void{ $this->assertEquals(true, $this->defaultController->homepage()->isSuccessful()); } public function testImprint():void{ $this->assertEquals(true, $this->defaultController->imprint()->isSuccessful()); } }