summaryrefslogtreecommitdiffstats
path: root/Core/phpunit.xml.dist
diff options
context:
space:
mode:
Diffstat (limited to 'Core/phpunit.xml.dist')
-rw-r--r--Core/phpunit.xml.dist4
1 files changed, 1 insertions, 3 deletions
diff --git a/Core/phpunit.xml.dist b/Core/phpunit.xml.dist
index 7a5f7da..8a1a291 100644
--- a/Core/phpunit.xml.dist
+++ b/Core/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>