diff options
author | Mario <mario@mariovavti.com> | 2020-11-26 08:43:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-26 08:43:03 +0000 |
commit | 21cd4a1b4845858c3421dbd5f2673eceee421f5d (patch) | |
tree | 56d80b7e16f99d8037e8ff48431aa9d191ff39dd /tests/infection.json.dist | |
parent | e9a50371f5dd4cffb0ba4894f2286b28e8f535b9 (diff) | |
download | volse-hubzilla-21cd4a1b4845858c3421dbd5f2673eceee421f5d.tar.gz volse-hubzilla-21cd4a1b4845858c3421dbd5f2673eceee421f5d.tar.bz2 volse-hubzilla-21cd4a1b4845858c3421dbd5f2673eceee421f5d.zip |
psr-4 autoloading standard
Diffstat (limited to 'tests/infection.json.dist')
-rw-r--r-- | tests/infection.json.dist | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/infection.json.dist b/tests/infection.json.dist deleted file mode 100644 index 36b251982..000000000 --- a/tests/infection.json.dist +++ /dev/null @@ -1,15 +0,0 @@ -{ - "timeout": 13, - "source": { - "directories": [ - "include", - "Zotlabs" - ] - }, - "logs": { - "text": "tests/results/infection-log.txt" - }, - "phpUnit": { - "configDir": "tests" - } -} |