Skip to content

Commit ce6e819

Browse files
author
Tom Van Herreweghe
committed
Forgot part of path to autoload file
1 parent 720ee93 commit ce6e819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
date_default_timezone_set('Europe/Brussels');
77

8-
if (!is_file($autoloadFile = __DIR__ . '/../autoload.php')) {
8+
if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) {
99
echo 'Could not find "vendor/autoload.php". Did you forget to run "composer install --dev"?' . PHP_EOL;
1010
exit(1);
1111
}

0 commit comments

Comments
 (0)