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 9532aaa commit 3f2f847Copy full SHA for 3f2f847
composer.json
@@ -18,6 +18,9 @@
18
"require": {
19
"php": ">=5.3.3"
20
},
21
+ "require-dev": {
22
+ "symfony/phpunit-bridge": "~2.7"
23
+ },
24
"suggest": {
25
"ext-symfony_debug": ""
26
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 VarDumper Component Test Suite">
0 commit comments