summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeekologist <Conver@users.noreply.github.com>2015-10-05 14:17:52 +0200
committerGeekologist <Conver@users.noreply.github.com>2015-10-05 14:17:52 +0200
commit194b06077985b1ddaa256f19dfc76f1108ffd0c3 (patch)
treef8cb8ebf46f69d544022f29edcbc75415c5dad12
parentdafc639b49a01db63d4a438320200d6a71305028 (diff)
parentcc9be4c56e7104bf5d4a5b0d582d2770eceb59cc (diff)
downloadPHPAuth-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.xml8
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>