diff options
Diffstat (limited to 'Http')
-rw-r--r-- | Http/phpunit.xml.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Http/phpunit.xml.dist b/Http/phpunit.xml.dist index a735efd..58fe58e 100644 --- a/Http/phpunit.xml.dist +++ b/Http/phpunit.xml.dist @@ -11,6 +11,12 @@ syntaxCheck="false" 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 HTTP Test Suite"> <directory>./Tests/</directory> |