diff options
Diffstat (limited to 'assets/php/vendor/react/cache/phpunit.xml.dist')
-rwxr-xr-x | assets/php/vendor/react/cache/phpunit.xml.dist | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/assets/php/vendor/react/cache/phpunit.xml.dist b/assets/php/vendor/react/cache/phpunit.xml.dist deleted file mode 100755 index d02182f..0000000 --- a/assets/php/vendor/react/cache/phpunit.xml.dist +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<phpunit colors="true" - convertErrorsToExceptions="true" - convertNoticesToExceptions="true" - convertWarningsToExceptions="true" - bootstrap="vendor/autoload.php" -> - <testsuites> - <testsuite name="React Test Suite"> - <directory>./tests/</directory> - </testsuite> - </testsuites> - - <filter> - <whitelist> - <directory>./src/</directory> - </whitelist> - </filter> -</phpunit> |