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 be78b51 commit 0f31841Copy full SHA for 0f31841
composer.json
@@ -21,6 +21,7 @@
21
"symfony/http-kernel": "~2.2"
22
},
23
"require-dev": {
24
+ "symfony/phpunit-bridge": "~2.7",
25
"symfony/browser-kit": "~2.3",
26
"symfony/css-selector": "~2.0,>=2.0.5",
27
"symfony/dependency-injection": "~2.3",
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 SecurityBundle Test Suite">
0 commit comments