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/infection.json.dist | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/infection.json.dist (limited to 'tests/infection.json.dist') diff --git a/tests/infection.json.dist b/tests/infection.json.dist new file mode 100644 index 000000000..36b251982 --- /dev/null +++ b/tests/infection.json.dist @@ -0,0 +1,15 @@ +{ + "timeout": 13, + "source": { + "directories": [ + "include", + "Zotlabs" + ] + }, + "logs": { + "text": "tests/results/infection-log.txt" + }, + "phpUnit": { + "configDir": "tests" + } +} -- cgit v1.2.3