diff options
Diffstat (limited to 'Acl/phpunit.xml.dist')
-rw-r--r-- | Acl/phpunit.xml.dist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Acl/phpunit.xml.dist b/Acl/phpunit.xml.dist index 50d0448..ee662c8 100644 --- a/Acl/phpunit.xml.dist +++ b/Acl/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 ACL Test Suite"> |