diff options
-rw-r--r-- | phpunit.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..02ec458 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<phpunit colors="true"> + <testsuites> + <testsuite name="PHP PHPAuth Test Suite"> + <directory suffix=".php">.</directory> + </testsuite> + </testsuites> +</phpunit> |