diff options
author | Geekologist <Conver@users.noreply.github.com> | 2015-10-05 14:17:52 +0200 |
---|---|---|
committer | Geekologist <Conver@users.noreply.github.com> | 2015-10-05 14:17:52 +0200 |
commit | 194b06077985b1ddaa256f19dfc76f1108ffd0c3 (patch) | |
tree | f8cb8ebf46f69d544022f29edcbc75415c5dad12 | |
parent | dafc639b49a01db63d4a438320200d6a71305028 (diff) | |
parent | cc9be4c56e7104bf5d4a5b0d582d2770eceb59cc (diff) | |
download | PHPAuth-194b06077985b1ddaa256f19dfc76f1108ffd0c3.zip PHPAuth-194b06077985b1ddaa256f19dfc76f1108ffd0c3.tar.gz PHPAuth-194b06077985b1ddaa256f19dfc76f1108ffd0c3.tar.bz2 |
Merge pull request #130 from mooztik/patch-11
missing file for travis
-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> |