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