Test the installer.
This commit is contained in:
parent
3564784236
commit
222d82b3c3
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@ class ShimmieSimpleTestCase extends WebTestCase {
|
|||
$this->setFieldByName("database_user", $this->db_user);
|
||||
$this->setFieldByName("database_password", $this->db_pass);
|
||||
$this->assertFieldByName("database_name", "shimmie");
|
||||
|
||||
$this->clickSubmit("Go!");
|
||||
$this->assertTitle("Welcome to Shimmie");
|
||||
$this->assertText("Welcome to Shimmie");
|
||||
$this->assertText("This message will go away once your first image");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue