Skip to content

Commit ed5c371

Browse files
authored
chore: Exclude the AutoReview test suite from Infection (#794)
1 parent fb430c5 commit ed5c371

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

infection.json.dist

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "vendor-bin/infection/vendor/infection/infection/resources/schema.json",
3+
34
"timeout": 10,
45
"source": {
56
"directories": [
@@ -9,9 +10,7 @@
910
"src/Compactor/Php.php"
1011
]
1112
},
12-
"logs": {
13-
"text": "dist/infection-log.txt"
14-
},
13+
"testFrameworkOptions": "--testsuite=Tests",
1514
"mutators": {
1615
"@default": true,
1716
"global-ignoreSourceCodeByRegex": [

0 commit comments

Comments
 (0)