diff options
author | git-marijus <mario@mariovavti.com> | 2017-11-27 12:04:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 12:04:10 +0100 |
commit | 53fca8a248033cafcff2015598cdb32d806cf16c (patch) | |
tree | 421fa36770de06b007ec2bd2fc11d8d6a550943e /tests/infection.json.dist | |
parent | 1c712ce93ee8ee77b125ed7c389f9cbac09d0bb2 (diff) | |
parent | 063654373d4dd560c8cc4f5ca9b9e74fc06332fd (diff) | |
download | volse-hubzilla-53fca8a248033cafcff2015598cdb32d806cf16c.tar.gz volse-hubzilla-53fca8a248033cafcff2015598cdb32d806cf16c.tar.bz2 volse-hubzilla-53fca8a248033cafcff2015598cdb32d806cf16c.zip |
Merge pull request #916 from dawnbreak/QA_testing
Improve Travis CI
Diffstat (limited to 'tests/infection.json.dist')
-rw-r--r-- | tests/infection.json.dist | 15 |
1 files changed, 15 insertions, 0 deletions
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" + } +} |