diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-11-24 23:38:41 +0100 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-11-25 21:49:51 +0100 |
commit | ee929752e345f4d2fb02503fd589f9ad834a745c (patch) | |
tree | b46675653b382ff4a19007de32c6690308bb0b92 /tests/phpunit-pgsql.xml | |
parent | e1fdac32782de11e443c7398ff3fb9870fa9b2d9 (diff) | |
download | volse-hubzilla-ee929752e345f4d2fb02503fd589f9ad834a745c.tar.gz volse-hubzilla-ee929752e345f4d2fb02503fd589f9ad834a745c.tar.bz2 volse-hubzilla-ee929752e345f4d2fb02503fd589f9ad834a745c.zip |
: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).
Diffstat (limited to 'tests/phpunit-pgsql.xml')
-rw-r--r-- | tests/phpunit-pgsql.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit-pgsql.xml b/tests/phpunit-pgsql.xml index ace14e196..ec4a6fc2d 100644 --- a/tests/phpunit-pgsql.xml +++ b/tests/phpunit-pgsql.xml @@ -30,5 +30,6 @@ <log type="coverage-clover" target="./results/coverage-clover.xml"/> <log type="coverage-html" target="./results/coverage-report/" lowUpperBound="35" highLowerBound="70"/> + <log type="testdox-text" target="./results/testdox.txt"/> </logging> </phpunit> |