consistent naming for test functions
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
class HomeTest extends ShimmieWebTestCase {
|
||||
function testHomePage() {
|
||||
$this->get_page('home');
|
||||
$this->assertTitle('Shimmie');
|
||||
$this->assertText('Shimmie');
|
||||
$this->assert_title('Shimmie');
|
||||
$this->assert_text('Shimmie');
|
||||
|
||||
# FIXME: test search box
|
||||
}
|
||||
|
Reference in New Issue
Block a user