From ee929752e345f4d2fb02503fd589f9ad834a745c Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Fri, 24 Nov 2017 23:38:41 +0100 Subject: :construction_worker:Improve Travis, add PHP7.2. Improve Travis CI configuration a bit and add PHP7.2 to the test matrix. Add PHPUnit Testdox output and optionally deploy test results on release tags. Add a configuration file for infection (Mutation Testing Framework). --- tests/phpunit.xml.dist | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/phpunit.xml.dist (limited to 'tests/phpunit.xml.dist') diff --git a/tests/phpunit.xml.dist b/tests/phpunit.xml.dist new file mode 100644 index 000000000..a22317b08 --- /dev/null +++ b/tests/phpunit.xml.dist @@ -0,0 +1,38 @@ + + + + ./unit/ + + + ./unit/ + + + + + + + postgresql + + + + + + ../Zotlabs/ + ../include/ + + + + + + + + + -- cgit v1.2.3