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 32d9d37 commit d34208fCopy full SHA for d34208f
composer.json
@@ -18,6 +18,9 @@
18
"require": {
19
"php": ">=5.3.9"
20
},
21
+ "require-dev": {
22
+ "symfony/phpunit-bridge": "~2.7|~3.0.0"
23
+ },
24
"suggest": {
25
"ext-symfony_debug": ""
26
phpunit.xml.dist
@@ -7,9 +7,7 @@
7
bootstrap="vendor/autoload.php"
8
>
9
<php>
10
- <!-- Disable E_USER_DEPRECATED until 3.0 -->
11
- <!-- php -r 'echo -1 & ~E_USER_DEPRECATED;' -->
12
- <ini name="error_reporting" value="-16385"/>
+ <ini name="error_reporting" value="-1" />
13
</php>
14
15
<testsuites>
0 commit comments