streams/tests/infection.json.dist
Klaus Weidenbach ee929752e3 👷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).
2017-11-25 21:49:51 +01:00

15 lines
249 B
Text

{
"timeout": 13,
"source": {
"directories": [
"include",
"Zotlabs"
]
},
"logs": {
"text": "tests/results/infection-log.txt"
},
"phpUnit": {
"configDir": "tests"
}
}