Skip to content

Commit

Permalink
Merge pull request #59 from abacaphiliac/infection
Browse files Browse the repository at this point in the history
chore(mutants): replace deprecated humbug with infection
  • Loading branch information
abacaphiliac authored Dec 31, 2019
2 parents 055ddfd + 26e9e6c commit fae822a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
php: 7.1
script:
- composer install --no-interaction --prefer-source
- composer require --dev humbug/humbug:^1.0@dev
- composer require --dev infection/infection
- composer test:mutations
- stage: test
name: 'ZF2 Integration'
Expand Down
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/humbug && cat humbuglog.txt",
"test:mutations": "vendor/bin/infection && cat infection.txt",
"test:units": "vendor/bin/phpunit"
}
}
2 changes: 1 addition & 1 deletion humbug.json.dist → 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 fae822a

Please sign in to comment.