Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 5d5a4e2

Browse files
[2.3] require-dev PHPUnit bridge
1 parent 41890dc commit 5d5a4e2

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
@@ -22,6 +22,7 @@
2222
"symfony/http-kernel": "~2.1"
2323
},
2424
"require-dev": {
25+
"symfony/phpunit-bridge": "~2.7",
2526
"symfony/form": "~2.0,>=2.0.5",
2627
"symfony/intl": "~2.3",
2728
"symfony/routing": "~2.2",

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 Security Component Test Suite">

0 commit comments

Comments
 (0)