Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(mutants): replace deprecated humbug with infection #59

Merged
merged 2 commits into from
Dec 31, 2019

Conversation

abacaphiliac
Copy link
Collaborator

No description provided.

@abacaphiliac
Copy link
Collaborator Author

@snapshotpl do you mind taking a look at this?

it's related to #57 ... the 74snapshot fails on lowest dependency versions which i'll clear up in a subsequent commit:

that build fails because humbug is old and deprecated, hence this first PR.

composer.json Outdated
@@ -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 humbuglog.txt",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

humbuglog.txt is not up to date now

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch. i've replaced all occurrences of humbuglog.txt.

@snapshotpl
Copy link
Contributor

@abacaphiliac 👍

@abacaphiliac abacaphiliac merged commit fae822a into enlitepro:master Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants