summaryrefslogtreecommitdiffstats
path: root/phpunit.integration.xml
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2015-10-26 11:29:01 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-10-26 11:29:01 +0100
commit14804ae7b7d7a2d006b42189ad303241cde2550b (patch)
tree41740c2f9a49d9491f34a1db30261e9cb52608e1 /phpunit.integration.xml
Initial commit
Diffstat (limited to 'phpunit.integration.xml')
-rw-r--r--phpunit.integration.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpunit.integration.xml b/phpunit.integration.xml
new file mode 100644
index 00000000..17747640
--- /dev/null
+++ b/phpunit.integration.xml
@@ -0,0 +1,7 @@
+<phpunit bootstrap="../../lib/base.php">
+ <testsuites>
+ <testsuite name="unit">
+ <directory>./tests/integration</directory>
+ </testsuite>
+ </testsuites>
+</phpunit> \ No newline at end of file