Test cases should start with 'test'.
This commit is contained in:
parent
48932af7c5
commit
6f057028b7
1 changed files with 1 additions and 6 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue