diff options
Diffstat (limited to 'tests/phpunit.xml')
| -rw-r--r-- | tests/phpunit.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100644 index 0000000..a1dc208 --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8" ?> +<phpunit strict="true" colors="true" bootstrap="bootstrap.php"> + <filter> + <whitelist addUncoveredFilesFromWhitelist="false"> + <directory suffix=".php">../src/</directory> + </whitelist> + </filter> +</phpunit> |
