We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b80cf commit 1b61f15Copy full SHA for 1b61f15
.travis.yml
@@ -9,7 +9,6 @@ cache:
9
env:
10
global:
11
- SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
12
- - SYMFONY_PHPUNIT_VERSION="6.3"
13
14
matrix:
15
fast_finish: true
phpunit.xml.dist
@@ -13,6 +13,7 @@
<env name="APP_ENV" value="test"/>
<env name="APP_DEBUG" value="1"/>
<env name="APP_SECRET" value="5a79a1c866efef9ca1800f971d689f3e"/>
16
+ <env name="SYMFONY_PHPUNIT_VERSION" value="7.1"/>
17
<!-- define your env variables for the test env here -->
18
19
<!-- ###+ doctrine/doctrine-bundle ### -->
0 commit comments