summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
Diffstat (limited to 'Http')
-rw-r--r--Http/composer.json1
-rw-r--r--Http/phpunit.xml.dist3
2 files changed, 2 insertions, 2 deletions
diff --git a/Http/composer.json b/Http/composer.json
index ad04f44..6c6dfe3 100644
--- a/Http/composer.json
+++ b/Http/composer.json
@@ -23,6 +23,7 @@
"symfony/http-kernel": "~2.4"
},
"require-dev": {
+ "symfony/phpunit-bridge": "~2.7",
"symfony/routing": "~2.2",
"symfony/security-csrf": "~2.4",
"psr/log": "~1.0"
diff --git a/Http/phpunit.xml.dist b/Http/phpunit.xml.dist
index a152839..7393814 100644
--- a/Http/phpunit.xml.dist
+++ b/Http/phpunit.xml.dist
@@ -12,8 +12,7 @@
bootstrap="vendor/autoload.php"
>
<php>
- <!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) -->
- <ini name="error_reporting" value="-16385"/>
+ <ini name="error_reporting" value="-1" />
</php>
<testsuites>
<testsuite name="Symfony Security Component HTTP Test Suite">