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 5921212 commit 181a67bCopy full SHA for 181a67b
composer.json
@@ -19,6 +19,7 @@
19
"php": ">=5.3.3"
20
},
21
"require-dev": {
22
+ "symfony/phpunit-bridge": "~2.7",
23
"symfony/yaml": "~2.1",
24
"symfony/config": "~2.2"
25
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 DependencyInjection Component Test Suite">
0 commit comments