diff options
Diffstat (limited to 'Core/phpunit.xml.dist')
-rw-r--r-- | Core/phpunit.xml.dist | 3 |
1 files changed, 1 insertions, 2 deletions
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"> |