Skip to content

Commit

Permalink
chore: Exclude the AutoReview test suite from Infection (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Jan 10, 2023
1 parent fb430c5 commit ed5c371
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions infection.json.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "vendor-bin/infection/vendor/infection/infection/resources/schema.json",

"timeout": 10,
"source": {
"directories": [
Expand All @@ -9,9 +10,7 @@
"src/Compactor/Php.php"
]
},
"logs": {
"text": "dist/infection-log.txt"
},
"testFrameworkOptions": "--testsuite=Tests",
"mutators": {
"@default": true,
"global-ignoreSourceCodeByRegex": [
Expand Down

0 comments on commit ed5c371

Please sign in to comment.