From b77acb3e53c26af2046d568e732885cb0e2f85b3 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 13 Oct 2018 13:19:17 +0200 Subject: add gitlab-ci.yml and phpunit.xml --- tests/phpunit.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 tests/phpunit.xml (limited to 'tests') diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100644 index 000000000..0a5bc2b35 --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + ./unit/ + + + ./unit/ + + + + + + + + + postgresql + + + + + + ../Zotlabs/ + ../include/ + + + + -- cgit v1.2.3