@@ -2,7 +2,7 @@ |
||
2 | 2 | //WORKS: |
3 | 3 | //c:\Dev\bitbucket.webdivane.table>phpunit tests --bootstrap vendor/autoload.php |
4 | 4 | |
5 | -spl_autoload(function($class_name){ |
|
5 | +spl_autoload(function($class_name) { |
|
6 | 6 | //require './vendor/autoload.php'; |
7 | 7 | require __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . $class_name; |
8 | 8 | }); |
9 | 9 | \ No newline at end of file |
@@ -2,7 +2,7 @@ |
||
2 | 2 | //WORKS: |
3 | 3 | //c:\Dev\bitbucket.webdivane.table>phpunit tests --bootstrap vendor/autoload.php |
4 | 4 | |
5 | -spl_autoload(function($class_name){ |
|
5 | +spl_autoload(function($class_name) { |
|
6 | 6 | //require './vendor/autoload.php'; |
7 | 7 | require __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . $class_name; |
8 | 8 | }); |
9 | 9 | \ No newline at end of file |