@@ -11,7 +11,7 @@ |
||
11 | 11 | |
12 | 12 | define('CONSOLE_BASE_DIR', realpath(__DIR__ . '/..')); |
13 | 13 | |
14 | -foreach([CONSOLE_BASE_DIR, realpath(CONSOLE_BASE_DIR . '/../..')] as $vendorPath) { |
|
14 | +foreach ([CONSOLE_BASE_DIR, realpath(CONSOLE_BASE_DIR . '/../..')] as $vendorPath) { |
|
15 | 15 | if (file_exists($vendorPath . '/autoload.php')) { |
16 | 16 | require_once $vendorPath . '/autoload.php'; |
17 | 17 | require_once $vendorPath . '/silverstripe/framework/tests/bootstrap.php'; |