Skip to content

Commit 1b61f15

Browse files
committed
require phpunit 7.1 via SYMFONY_PHPUNIT_VERSION env variable
1 parent 60b80cf commit 1b61f15

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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)