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() {
echo $this->database;
//$this->assertFalse(is_null($this->database));
}
function installShimmie()
function testInstallShimmie()
{
$this->get('http://127.0.0.1/');
$this->assertResponse(200);