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 80b8d15 commit a2feb79Copy full SHA for a2feb79
composer.json
@@ -23,6 +23,7 @@
23
"psr/log": "~1.0"
24
},
25
"require-dev": {
26
+ "symfony/phpunit-bridge": "~2.7|~3.0.0",
27
"symfony/browser-kit": "~2.3|~3.0.0",
28
"symfony/class-loader": "~2.1|~3.0.0",
29
"symfony/config": "~2.0,>=2.0.5|~3.0.0",
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