Skip to content

Commit cf139fe

Browse files
committed
Fix CS and CI
1 parent 760177b commit cf139fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

Tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
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:
1515
wget http://getcomposer.org/composer.phar
1616
php composer.phar install --dev --prefer-source
1717
');

0 commit comments

Comments
 (0)