Test cases should start with 'test'.

This commit is contained in:
jgen 2014-02-17 15:53:22 -05:00
parent 48932af7c5
commit 6f057028b7

View File

@ -24,12 +24,7 @@ class ShimmieSimpleTestCase extends WebTestCase {
} }
} }
function testOptions() { function testInstallShimmie()
echo $this->database;
//$this->assertFalse(is_null($this->database));
}
function installShimmie()
{ {
$this->get('http://127.0.0.1/'); $this->get('http://127.0.0.1/');
$this->assertResponse(200); $this->assertResponse(200);