diff --git a/application/tests/controllers/Install_test.php b/application/tests/controllers/Install_test.php index bc6115682..e0e0a4b87 100644 --- a/application/tests/controllers/Install_test.php +++ b/application/tests/controllers/Install_test.php @@ -12,7 +12,7 @@ class Install_test extends TestCase { public function test_index() { - $output = $this->request('GET', 'install'); + $output = $this->request('GET', 'www/install'); $this->assertContains('Kalkun › Installation', $output); }