Skip to content

Commit

Permalink
Removed humbug, updated some small thing up to specs
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 8, 2016
1 parent 26e92e4 commit 0b68bdc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 690 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ unit-coverage:
ci-coverage: init
composer ci-coverage

mutation:
composer mutation

generate-test-resources: init
./api-client-resource-generator ./tests/yaml/* ./tests/resources-src/ ./tests/resources-tests
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"require": {
"php": "^7.0",
"clue/block-react": "^1.1",
"humbug/humbug": "1.0.0-alpha2",
"jakub-onderka/php-console-highlighter": "^0.3.2",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phake/phake": "^2.3",
Expand Down Expand Up @@ -47,10 +46,6 @@
"@ensure-installed",
"phpunit --colors=always -c phpunit.xml.dist --coverage-text --coverage-html covHtml --coverage-clover ./build/logs/clover.xml"
],
"mutation": [
"@ensure-installed",
"if [ `php -m | grep xdebug | wc -l` -gt 0 ]; then humbug --ansi --incremental; fi"
],
"lint-php": [
"@ensure-installed",
"parallel-lint --exclude vendor ."
Expand Down
Loading

0 comments on commit 0b68bdc

Please sign in to comment.