Skip to content

Commit 9da2826

Browse files
committed
Updated to PHPUnit 6 and had to remove humbug in the progress
1 parent 51ab1d7 commit 9da2826

15 files changed

+188
-914
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: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
},
1818
"require-dev": {
1919
"guzzlehttp/psr7": "^1.3",
20-
"humbug/humbug": "1.0.0-alpha2",
21-
"phpunit/phpunit": "^5.6",
20+
"phpunit/phpunit": "^6.0",
2221
"squizlabs/php_codesniffer": "^2.6"
2322
},
2423
"autoload": {
@@ -47,14 +46,9 @@
4746
"@ensure-installed",
4847
"phpunit --colors=always -c phpunit.xml.dist --coverage-text --coverage-html covHtml --coverage-clover ./build/logs/clover.xml"
4948
],
50-
"mutation": [
51-
"@ensure-installed",
52-
"if [ `php -m | grep xdebug | wc -l` -gt 0 ]; then humbug --ansi --incremental; fi"
53-
],
5449
"qa-all": [
5550
"@cs",
56-
"@unit",
57-
"@mutation"
51+
"@unit"
5852
],
5953
"qa-windows": [
6054
"@cs",

0 commit comments

Comments
 (0)