forked from Cavemanon/cavepaintings
PSR-2. I'm not a huge fan, but ugly consistency beats no consistency...
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
class HandleStaticTest extends ShimmiePHPUnitTestCase {
|
||||
public function testStaticHandler() {
|
||||
$this->get_page('favicon.ico');
|
||||
$this->assert_response(200);
|
||||
}
|
||||
class HandleStaticTest extends ShimmiePHPUnitTestCase
|
||||
{
|
||||
public function testStaticHandler()
|
||||
{
|
||||
$this->get_page('favicon.ico');
|
||||
$this->assert_response(200);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user