@@ -29,7 +29,7 @@ |
||
29 | 29 | /** |
30 | 30 | * @covers Table::prepare |
31 | 31 | */ |
32 | - public function testprepare(){ |
|
32 | + public function testprepare() { |
|
33 | 33 | var_dump(dirname(__DIR__)); |
34 | 34 | $this->assertSame(Table::$pageExt, null); |
35 | 35 | //var_dump('passed'); |
@@ -29,7 +29,8 @@ |
||
29 | 29 | /** |
30 | 30 | * @covers Table::prepare |
31 | 31 | */ |
32 | - public function testprepare(){ |
|
32 | + public function testprepare() |
|
33 | + { |
|
33 | 34 | var_dump(dirname(__DIR__)); |
34 | 35 | $this->assertSame(Table::$pageExt, null); |
35 | 36 | //var_dump('passed'); |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | spl_autoload_register(function($class) { |
3 | - if($class !== 'PHPUnit_Framework_TestSuite.php') { |
|
4 | - include dirname(__DIR__).'/'.$class.'.php'; |
|
3 | + if ($class !== 'PHPUnit_Framework_TestSuite.php') { |
|
4 | + include dirname(__DIR__) . '/' . $class . '.php'; |
|
5 | 5 | } |
6 | 6 | }); |
7 | 7 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -spl_autoload_register(function($class) { |
|
2 | +spl_autoload_register(function($class) { |
|
3 | 3 | if($class !== 'PHPUnit_Framework_TestSuite.php') { |
4 | 4 | include dirname(__DIR__).'/'.$class.'.php'; |
5 | 5 | } |