aboutsummaryrefslogtreecommitdiffstats
path: root/tests/infection.json.dist
diff options
context:
space:
mode:
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"
+ }
+}