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:
2222 - php : 7.2
2323 - php : 7.3
2424 - 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"
2626
2727 - php : 7.2
2828 # We need `--prefer-source`, otherwise the `Doctrine\Tests\OrmTestCase` class won't be found.
Original file line number Diff line number Diff line change 1111 */
1212
1313if (!$ 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:
1515wget http://getcomposer.org/composer.phar
1616php composer.phar install --dev --prefer-source
1717 ' );
You can’t perform that action at this time.
0 commit comments