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 438e162 commit 2c5d36cCopy full SHA for 2c5d36c
composer.json
@@ -23,6 +23,7 @@
23
"symfony/property-access": "~2.3"
24
},
25
"require-dev": {
26
+ "symfony/phpunit-bridge": "~2.7",
27
"doctrine/collections": "~1.0",
28
"symfony/validator": "~2.3.0,>=2.3.20",
29
"symfony/translation": "~2.0,>=2.0.5",
phpunit.xml.dist
@@ -7,8 +7,7 @@
7
bootstrap="vendor/autoload.php"
8
>
9
<php>
10
- <!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) -->
11
- <ini name="error_reporting" value="-16385"/>
+ <ini name="error_reporting" value="-1" />
12
</php>
13
<testsuites>
14
<testsuite name="Symfony Form Component Test Suite">
0 commit comments