From 6f057028b7fe322df96ad0131159d285ca7ae5e8 Mon Sep 17 00:00:00 2001 From: jgen Date: Mon, 17 Feb 2014 15:53:22 -0500 Subject: [PATCH] Test cases should start with 'test'. --- tests/test_install.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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);