summaryrefslogtreecommitdiff
path: root/wrappers/php/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/php/phpunit.xml')
-rw-r--r--wrappers/php/phpunit.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/wrappers/php/phpunit.xml b/wrappers/php/phpunit.xml
new file mode 100644
index 0000000..74b4581
--- /dev/null
+++ b/wrappers/php/phpunit.xml
@@ -0,0 +1,7 @@
+<phpunit colors="true">
+ <testsuites>
+ <testsuite name="EduVpnCommon tests">
+ <directory suffix=".php">./tests/</directory>
+ </testsuite>
+ </testsuites>
+</phpunit>