Skip to content

Commit 2046808

Browse files
committed
Removed last bits of humbug
1 parent 2932369 commit 2046808

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ cs:
1616
unit:
1717
composer unit
1818

19-
mutation:
20-
composer mutation
21-
2219
ci-coverage: init
2320
composer ci-coverage

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
"@ensure-installed",
4040
"phpunit --colors=always -c phpunit.xml.dist --coverage-text --coverage-html covHtml"
4141
],
42-
"mutation": [
43-
"@ensure-installed",
44-
"if [ `php -m | grep xdebug | wc -l` -gt 0 ]; then humbug --ansi --incremental; fi"
45-
],
4642
"qa-all": [
4743
"@cs",
4844
"@unit"

0 commit comments

Comments
 (0)