aboutsummaryrefslogtreecommitdiffstats
path: root/tests/infection.json.dist
blob: 36b25198277ab6ef83763098d5bf21f9ad4ff2ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "timeout": 13,
    "source": {
        "directories": [
            "include",
            "Zotlabs"
        ]
    },
    "logs": {
        "text": "tests/results/infection-log.txt"
    },
    "phpUnit": {
        "configDir": "tests"
    }
}