summaryrefslogtreecommitdiffstats
path: root/Csrf
diff options
context:
space:
mode:
Diffstat (limited to 'Csrf')
-rw-r--r--Csrf/composer.json1
-rw-r--r--Csrf/phpunit.xml.dist3
2 files changed, 2 insertions, 2 deletions
diff --git a/Csrf/composer.json b/Csrf/composer.json
index 4daba5c..5c869e0 100644
--- a/Csrf/composer.json
+++ b/Csrf/composer.json
@@ -20,6 +20,7 @@
"symfony/security-core": "~2.4"
},
"require-dev": {
+ "symfony/phpunit-bridge": "~2.7",
"symfony/http-foundation": "~2.1"
},
"suggest": {
diff --git a/Csrf/phpunit.xml.dist b/Csrf/phpunit.xml.dist
index 0606071..f72d115 100644
--- a/Csrf/phpunit.xml.dist
+++ b/Csrf/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 CSRF Test Suite">