Skip to content

Commit 644d543

Browse files
committed
bug #814 require phpunit 7.1 via SYMFONY_PHPUNIT_VERSION env variable (dmaicher)
This PR was merged into the master branch. Discussion ---------- require phpunit 7.1 via SYMFONY_PHPUNIT_VERSION env variable Fixes #811 When running the test suite on php 7.1 the wrong phpunit (non-maintained version 5) is required by the simple-phpunit-bridge which is not compatible with https://github.com/dmaicher/doctrine-test-bundle-demo. Commits ------- 1b61f15 require phpunit 7.1 via SYMFONY_PHPUNIT_VERSION env variable
2 parents 60b80cf + 1b61f15 commit 644d543

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ cache:
99
env:
1010
global:
1111
- SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
12-
- SYMFONY_PHPUNIT_VERSION="6.3"
1312

1413
matrix:
1514
fast_finish: true

phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<env name="APP_ENV" value="test"/>
1414
<env name="APP_DEBUG" value="1"/>
1515
<env name="APP_SECRET" value="5a79a1c866efef9ca1800f971d689f3e"/>
16+
<env name="SYMFONY_PHPUNIT_VERSION" value="7.1"/>
1617
<!-- define your env variables for the test env here -->
1718

1819
<!-- ###+ doctrine/doctrine-bundle ### -->

0 commit comments

Comments
 (0)