summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644
index 0000000..9d2ce65
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit colors="true"
+ stopOnFailure="false"
+ stopOnError="false">
+ <testsuites>
+ <testsuite name="Readability.php Test Suite">
+ <directory>./test/</directory>
+ </testsuite>
+ </testsuites>
+</phpunit> \ No newline at end of file