Test cases should start with 'test'.
This commit is contained in:
parent
48932af7c5
commit
6f057028b7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user