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.
2 parents 254c0cc + 181a67b commit 7efe03eCopy full SHA for 7efe03e
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
"symfony/expression-language": "~2.6"
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