summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json1
-rw-r--r--phpunit.xml.dist3
2 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 15919a4..2e85c41 100644
--- a/composer.json
+++ b/composer.json
@@ -22,6 +22,7 @@
"symfony/http-kernel": "~2.1"
},
"require-dev": {
+ "symfony/phpunit-bridge": "~2.7",
"symfony/form": "~2.0,>=2.0.5",
"symfony/intl": "~2.3",
"symfony/routing": "~2.2",
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 1f1ff85..9a20f91 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -7,8 +7,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 Test Suite">