We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349218f commit ee87db2Copy full SHA for ee87db2
Tests/autoload.php.dist
@@ -2,7 +2,7 @@
2
3
$vendorDir = __DIR__ . '/../vendor';
4
5
-if (!@include($vendorDir . '/.composer/autoload.php')) {
+if (!@include($vendorDir . '/autoload.php')) {
6
die("You must set up the project dependencies, run the following commands:
7
wget http://getcomposer.org/composer.phar
8
php composer.phar install
phpunit.xml.dist
@@ -9,7 +9,7 @@
9
processIsolation="false"
10
stopOnFailure="false"
11
syntaxCheck="false"
12
- bootstrap="./../../../../app/bootstrap.php.cache"
+ bootstrap="./Tests/bootstrap.php"
13
>
14
15
<testsuites>
0 commit comments