Skip to content

Commit 720ee93

Browse files
author
Tom Van Herreweghe
committed
Fixed travis build
1 parent a357650 commit 720ee93

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"php": ">=5.3.0"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "3.7.*",
18-
"phing/phing": "2.4.*"
17+
"phpunit/phpunit": "3.7.*"
1918
},
2019
"autoload": {
2120
"psr-0":

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__ . '/../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)