File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ matrix:
22
22
- php : 7.2
23
23
- php : 7.3
24
24
- php : 7.4
25
- env : COVERAGE=true PHPUNIT_FLAGS="-v --testsuite main --coverage-text --coverage-clover=build/coverage.xml"
25
+ env : XDEBUG_MODE=coverage COVERAGE=true PHPUNIT_FLAGS="-v --testsuite main --coverage-text --coverage-clover=build/coverage.xml"
26
26
27
27
- php : 7.2
28
28
# We need `--prefer-source`, otherwise the `Doctrine\Tests\OrmTestCase` class won't be found.
Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
if (!$ loader = @require_once __DIR__ .'/../vendor/autoload.php ' ) {
14
- die ('You must set up the project dependencies, run the following commands:
14
+ exit ('You must set up the project dependencies, run the following commands:
15
15
wget http://getcomposer.org/composer.phar
16
16
php composer.phar install --dev --prefer-source
17
17
' );
You can’t perform that action at this time.
0 commit comments