summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 81da016e9..2ecdaa33d 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1 +1,7 @@
-<phpunit bootstrap="tests/classloader.php"></phpunit> \ No newline at end of file
+<phpunit bootstrap="tests/classloader.php">
+<testsuites>
+ <testsuite name="unit">
+ <directory>./tests/unit</directory>
+ </testsuite>
+</testsuites>
+</phpunit> \ No newline at end of file