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 1e20da1 + 1bd8787 commit cd8f077Copy full SHA for cd8f077
composer.json
@@ -19,6 +19,9 @@
19
"php": ">=5.3.3",
20
"symfony/filesystem": "~2.3"
21
},
22
+ "require-dev": {
23
+ "symfony/phpunit-bridge": "~2.7"
24
+ },
25
"autoload": {
26
"psr-0": { "Symfony\\Component\\Config\\": "" }
27
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 Config Component Test Suite">
0 commit comments