whitespace

This commit is contained in:
Shish
2012-03-09 22:08:55 +00:00
parent 90f27cf7fd
commit eb8c15b9a0
13 changed files with 59 additions and 59 deletions

View File

@ -1,11 +1,11 @@
<?php
class HomeTest extends ShimmieWebTestCase {
function testHomePage() {
$this->get_page('home');
$this->assert_title('Shimmie');
$this->assert_text('Shimmie');
function testHomePage() {
$this->get_page('home');
$this->assert_title('Shimmie');
$this->assert_text('Shimmie');
# FIXME: test search box
}
}
}
?>