PSR-2. I'm not a huge fan, but ugly consistency beats no consistency...
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
<?php
|
||||
class HomeTest extends ShimmiePHPUnitTestCase {
|
||||
public function testHomePage() {
|
||||
$this->get_page('home');
|
||||
class HomeTest extends ShimmiePHPUnitTestCase
|
||||
{
|
||||
public function testHomePage()
|
||||
{
|
||||
$this->get_page('home');
|
||||
|
||||
// FIXME: this page doesn't use blocks; need assert_data_contains
|
||||
//$this->assert_title('Shimmie');
|
||||
//$this->assert_text('Shimmie');
|
||||
// FIXME: this page doesn't use blocks; need assert_data_contains
|
||||
//$this->assert_title('Shimmie');
|
||||
//$this->assert_text('Shimmie');
|
||||
|
||||
# FIXME: test search box
|
||||
}
|
||||
# FIXME: test search box
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user