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() {
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user