Commit 644d543
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 variable2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments