summaryrefslogtreecommitdiffstats
path: root/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Core')
-rw-r--r--Core/composer.json1
-rw-r--r--Core/phpunit.xml.dist3
2 files changed, 2 insertions, 2 deletions
diff --git a/Core/composer.json b/Core/composer.json
index c6923bf..f8e289b 100644
--- a/Core/composer.json
+++ b/Core/composer.json
@@ -19,6 +19,7 @@
"php": ">=5.3.3"
},
"require-dev": {
+ "symfony/phpunit-bridge": "~2.7",
"symfony/event-dispatcher": "~2.1",
"symfony/expression-language": "~2.6",
"symfony/http-foundation": "~2.4",
diff --git a/Core/phpunit.xml.dist b/Core/phpunit.xml.dist
index 7bdf5cb..6b2ccb0 100644
--- a/Core/phpunit.xml.dist
+++ b/Core/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 Core Test Suite">