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