summaryrefslogtreecommitdiffstats
path: root/Http/phpunit.xml.dist
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2015-01-13 15:17:46 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2015-02-18 11:38:04 +0100
commit3f4445d6fc2a41eb27b342fbbf0a6eafeeb80b40 (patch)
tree883a12709c863e6cefde55b91909945c4d483d6e /Http/phpunit.xml.dist
parent6fa94f258d7739d5b5c6063716725204c6745a87 (diff)
downloadsymfony-security-3f4445d6fc2a41eb27b342fbbf0a6eafeeb80b40.zip
symfony-security-3f4445d6fc2a41eb27b342fbbf0a6eafeeb80b40.tar.gz
symfony-security-3f4445d6fc2a41eb27b342fbbf0a6eafeeb80b40.tar.bz2
[PhpUnitBridge] new bridge for testing with PHPUnit
Diffstat (limited to 'Http/phpunit.xml.dist')
-rw-r--r--Http/phpunit.xml.dist4
1 files changed, 1 insertions, 3 deletions
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>