@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -require_once __DIR__.'/../vendor/autoload.php'; |
|
| 2 | +require_once __DIR__ . '/../vendor/autoload.php'; |
|
| 3 | 3 | |
| 4 | 4 | /*spl_autoload_register(function($class) { |
| 5 | 5 | if($class !== 'PHPUnit_Framework_TestSuite.php') { |