diff options
Diffstat (limited to 'Acl/phpunit.xml.dist')
-rw-r--r-- | Acl/phpunit.xml.dist | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/Acl/phpunit.xml.dist b/Acl/phpunit.xml.dist deleted file mode 100644 index b1ea047..0000000 --- a/Acl/phpunit.xml.dist +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<phpunit backupGlobals="false" - backupStaticAttributes="false" - colors="true" - convertErrorsToExceptions="true" - convertNoticesToExceptions="true" - convertWarningsToExceptions="true" - processIsolation="false" - stopOnFailure="false" - syntaxCheck="false" - bootstrap="vendor/autoload.php" -> - <php> - <ini name="error_reporting" value="-1" /> - </php> - - <testsuites> - <testsuite name="Symfony Security Component ACL Test Suite"> - <directory>./Tests/</directory> - </testsuite> - </testsuites> - - <filter> - <whitelist> - <directory>./</directory> - <exclude> - <directory>./Resources</directory> - <directory>./Tests</directory> - <directory>./vendor</directory> - </exclude> - </whitelist> - </filter> -</phpunit> |