We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a357650 commit 720ee93Copy full SHA for 720ee93
composer.json
@@ -14,8 +14,7 @@
14
"php": ">=5.3.0"
15
},
16
"require-dev": {
17
- "phpunit/phpunit": "3.7.*",
18
- "phing/phing": "2.4.*"
+ "phpunit/phpunit": "3.7.*"
19
20
"autoload": {
21
"psr-0":
tests/bootstrap.php
@@ -5,7 +5,7 @@
5
6
date_default_timezone_set('Europe/Brussels');
7
8
-if (!is_file($autoloadFile = __DIR__ . '/../../../autoload.php')) {
+if (!is_file($autoloadFile = __DIR__ . '/../autoload.php')) {
9
echo 'Could not find "vendor/autoload.php". Did you forget to run "composer install --dev"?' . PHP_EOL;
10
exit(1);
11
}
0 commit comments