Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Enable mutation tests 🎉 #13

Merged
merged 7 commits into from
Feb 9, 2018
Merged

Enable mutation tests 🎉 #13

merged 7 commits into from
Feb 9, 2018

Conversation

malukenho
Copy link
Collaborator

No description provided.

Jefersson Nathan added 4 commits February 7, 2018 23:48
Signed-off-by: Jefersson Nathan <admin@phpse.net>
Signed-off-by: Jefersson Nathan <admin@phpse.net>
@malukenho malukenho self-assigned this Feb 7, 2018
@malukenho malukenho requested review from Ocramius and asgrim February 7, 2018 22:56
@malukenho malukenho changed the title Enable mutation tests : Enable mutation tests 🎉 Feb 7, 2018
.travis.yml Outdated
@@ -15,6 +15,7 @@ before_script:

script:
- vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml --colors
- vendor/bin/infection
Copy link
Member

Choose a reason for hiding this comment

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

This should only run on 7.1 - versions without XDebug (7.2, nightly) may not even bootstrap.

composer.json Outdated
@@ -6,7 +6,8 @@
"php": "^7.0 || ^7.1 || ^7.2"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^6.5",
Copy link
Member

Choose a reason for hiding this comment

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

I think ^7.0.0 will also run smoothly 👌

Jefersson Nathan added 3 commits February 9, 2018 09:52
Signed-off-by: Jefersson Nathan <admin@phpse.net>
Signed-off-by: Jefersson Nathan <admin@phpse.net>
Signed-off-by: Jefersson Nathan <admin@phpse.net>
@Ocramius Ocramius added this to the 1.1.0 milestone Feb 9, 2018
@Ocramius Ocramius merged commit 5211f3b into master Feb 9, 2018
@Ocramius
Copy link
Member

Ocramius commented Feb 9, 2018

🚢

@Ocramius Ocramius deleted the enhancement/add-infection branch February 9, 2018 11:37
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants