Commit dfe3bae
committed
Fix skip statement for error handler test
We do not require a specific version of PHP, we only require PHPUnit 5.1. Previously, the test might have been run with PHP 7.0 and PHPUnit 4.8.x and then failed instead of being skipped.
PHPUnit 5.1 is required for the test to run successfully, PHPUnit 4.8.13 is required for PHPUnit_Runner_Version::series() and is included to run tests on PHP 5.5 and 5.4.1 parent bbe6774 commit dfe3bae
2 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
5 | 14 | | |
6 | 15 | | |
7 | 16 | | |
| |||
0 commit comments