We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2932369 commit 2046808Copy full SHA for 2046808
Makefile
@@ -16,8 +16,5 @@ cs:
16
unit:
17
composer unit
18
19
-mutation:
20
- composer mutation
21
-
22
ci-coverage: init
23
composer ci-coverage
composer.json
@@ -39,10 +39,6 @@
39
"@ensure-installed",
40
"phpunit --colors=always -c phpunit.xml.dist --coverage-text --coverage-html covHtml"
41
],
42
- "mutation": [
43
- "@ensure-installed",
44
- "if [ `php -m | grep xdebug | wc -l` -gt 0 ]; then humbug --ansi --incremental; fi"
45
- ],
46
"qa-all": [
47
"@cs",
48
"@unit"
0 commit comments