diff options
-rw-r--r-- | phpunit.xml.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4d167b7..7cbf08a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,6 +6,12 @@ colors="true" 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"/> + </php> + <testsuites> <testsuite name="Symfony Security Component Test Suite"> <directory>./Acl/Tests/</directory> |