Skip to content

Commit e7c6127

Browse files
committed
minor #13772 [2.3] require-dev PHPUnit bridge (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- [2.3] require-dev PHPUnit bridge | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 8b02796 [2.3] require-dev PHPUnit bridge
2 parents 5b6f90c + a5e8156 commit e7c6127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"doctrine/common": "~2.2"
3131
},
3232
"require-dev": {
33+
"symfony/phpunit-bridge": "~2.7",
3334
"symfony/browser-kit": "~2.3",
3435
"symfony/console": "~2.3",
3536
"symfony/css-selector": "~2.0,>=2.0.5",

phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
bootstrap="vendor/autoload.php"
88
>
99
<php>
10-
<!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) -->
11-
<ini name="error_reporting" value="-16385"/>
10+
<ini name="error_reporting" value="-1" />
1211
</php>
1312
<testsuites>
1413
<testsuite name="Symfony FrameworkBundle Test Suite">

0 commit comments

Comments
 (0)