Skip to content

Commit

Permalink
chore(mutation-log): rename mutation log from humbug to infection
Browse files Browse the repository at this point in the history
  • Loading branch information
abacaphiliac committed Dec 29, 2019
1 parent d1e7b5f commit 26e9e6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.idea
/composer.lock
coverage.xml
humbug.json
humbuglog.txt
infection.json
infection.txt
vendor
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lint:syntax": "vendor/bin/parallel-lint --exclude vendor --exclude test/ZF2/vendor --exclude test/ZF3/vendor .",
"lint:syntax-php53": "vendor/bin/parallel-lint --exclude src/EnliteMonolog/Service/MonologServiceAwareTrait.php config/ src/ test/",
"test:coverage": "vendor/bin/phpunit --coverage-text",
"test:mutations": "vendor/bin/infection && cat humbuglog.txt",
"test:mutations": "vendor/bin/infection && cat infection.txt",
"test:units": "vendor/bin/phpunit"
}
}
2 changes: 1 addition & 1 deletion infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"timeout": 10,
"logs": {
"text": "humbuglog.txt"
"text": "infection.txt"
}
}

0 comments on commit 26e9e6c

Please sign in to comment.