aboutsummaryrefslogtreecommitdiffstats
path: root/tests/infection.json.dist
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-11-27 12:04:10 +0100
committerGitHub <noreply@github.com>2017-11-27 12:04:10 +0100
commit53fca8a248033cafcff2015598cdb32d806cf16c (patch)
tree421fa36770de06b007ec2bd2fc11d8d6a550943e /tests/infection.json.dist
parent1c712ce93ee8ee77b125ed7c389f9cbac09d0bb2 (diff)
parent063654373d4dd560c8cc4f5ca9b9e74fc06332fd (diff)
downloadvolse-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.dist15
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"
+ }
+}