@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -include_once __DIR__.'/../vendor/autoload.php'; |
|
| 2 | +include_once __DIR__ . '/../vendor/autoload.php'; |
|
| 3 | 3 | |
| 4 | 4 | $classLoader = new \Composer\Autoload\ClassLoader(); |
| 5 | 5 | $classLoader->addPsr4("TheSportsDb\\Test\\", __DIR__ . DIRECTORY_SEPARATOR . 'src'); |