From 21cd4a1b4845858c3421dbd5f2673eceee421f5d Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 26 Nov 2020 08:43:03 +0000 Subject: psr-4 autoloading standard --- Tests/infection.json.dist | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Tests/infection.json.dist (limited to 'Tests/infection.json.dist') 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" + } +} -- cgit v1.2.3