summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 16:34:02 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 16:34:02 +0100
commit50b3e9a088e67f626862c02a03b8663b767cd9f6 (patch)
tree1b7cfd370fb833dc36811a672fd4d86c5e3bf2b8 /phpunit.xml
parent17e16cf46fe9cf605aa0c761e71251ecc0c48724 (diff)
add integration test xml
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