diff options
Diffstat (limited to 'tests/phpunit.xml')
| -rw-r--r-- | tests/phpunit.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100644 index 0000000..8bdd7cd --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,10 @@ +<?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> |
