diff options
Diffstat (limited to 'Csrf/phpunit.xml.dist')
-rw-r--r-- | Csrf/phpunit.xml.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Csrf/phpunit.xml.dist b/Csrf/phpunit.xml.dist index f72d115..8f950a3 100644 --- a/Csrf/phpunit.xml.dist +++ b/Csrf/phpunit.xml.dist @@ -14,6 +14,7 @@ <php> <ini name="error_reporting" value="-1" /> </php> + <testsuites> <testsuite name="Symfony Security Component CSRF Test Suite"> <directory>./Tests/</directory> |