diff options
-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..734fa95 --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8" ?> +<phpunit> + <filter> + <blacklist> + <directory suffix=".php">.</directory> + </blacklist> + </filter> +</phpunit>
\ No newline at end of file |