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 f5affb1 + 6bf52d3 commit f537b8dCopy full SHA for f537b8d
composer.json
@@ -18,6 +18,9 @@
18
"require": {
19
"php": ">=5.5.9"
20
},
21
+ "require-dev": {
22
+ "symfony/phpunit-bridge": "~2.7|~3.0"
23
+ },
24
"autoload": {
25
"psr-0": { "Symfony\\Component\\OptionsResolver\\": "" }
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