diff --git a/tests/test_install.php b/tests/test_install.php index 86b991e5..233aaa30 100644 --- a/tests/test_install.php +++ b/tests/test_install.php @@ -24,12 +24,7 @@ class ShimmieSimpleTestCase extends WebTestCase { } } - function testOptions() { - echo $this->database; - //$this->assertFalse(is_null($this->database)); - } - - function installShimmie() + function testInstallShimmie() { $this->get('http://127.0.0.1/'); $this->assertResponse(200);