MOAR TESTING.

This commit is contained in:
Shish
2009-07-20 06:51:36 +01:00
parent 4cb59929d3
commit aa7969cdde
32 changed files with 203 additions and 29 deletions

View File

@ -4,6 +4,8 @@ class HomeTest extends ShimmieWebTestCase {
$this->get_page('home');
$this->assertTitle('Shimmie');
$this->assertText('Shimmie');
# FIXME: test search box
}
}
?>