diff options
Diffstat (limited to 'Http/phpunit.xml.dist')
-rw-r--r-- | Http/phpunit.xml.dist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Http/phpunit.xml.dist b/Http/phpunit.xml.dist index a152839..58fe58e 100644 --- a/Http/phpunit.xml.dist +++ b/Http/phpunit.xml.dist @@ -12,9 +12,11 @@ bootstrap="vendor/autoload.php" > <php> - <!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) --> + <!-- 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> |