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.dist4
2 files changed, 2 insertions, 3 deletions
diff --git a/Http/composer.json b/Http/composer.json
index a5cccca..97c4a07 100644
--- a/Http/composer.json
+++ b/Http/composer.json
@@ -23,6 +23,7 @@
"symfony/http-kernel": "~2.7|~3.0"
},
"require-dev": {
+ "symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/routing": "~2.7|~3.0",
"symfony/security-csrf": "~2.7|~3.0",
"psr/log": "~1.0"
diff --git a/Http/phpunit.xml.dist b/Http/phpunit.xml.dist
index 58fe58e..49b36f2 100644
--- a/Http/phpunit.xml.dist
+++ b/Http/phpunit.xml.dist
@@ -12,9 +12,7 @@
bootstrap="vendor/autoload.php"
>
<php>
- <!-- Disable E_USER_DEPRECATED until 3.0 -->
- <!-- php -r 'echo -1 & ~E_USER_DEPRECATED;' -->
- <ini name="error_reporting" value="-16385"/>
+ <ini name="error_reporting" value="-1" />
</php>
<testsuites>