PSR-2. I'm not a huge fan, but ugly consistency beats no consistency...

This commit is contained in:
Shish
2019-05-28 17:59:38 +01:00
parent 5ec3e89884
commit 34b05cca7c
295 changed files with 27094 additions and 24632 deletions

View File

@ -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
}
}