Skip to content

Conversation

chrisminett
Copy link
Contributor

PHPUnit 7.4 has added a parameter to the public interface which breaks implementation compatibility when missing.
This change should not affect PHPUnit <7.3 when having the parameter in the implementation but not the interface.

Fixes #29

PHPUnit 7.4 has added a parameter to the public interface which breaks implementation compatibility when missing.
It does not affect PHPUnit <7.3 when having the parameter in the implementation but not the interface.
@michalbundyra michalbundyra merged commit e98c3f5 into php-mock:master Oct 7, 2018
michalbundyra added a commit that referenced this pull request Oct 7, 2018
Update __phpunit_verify() method signature for PHPUnit 7.4

Closes #30
Fixes #29
@michalbundyra
Copy link
Member

Thanks, @chrisminett!

Merged and released with 2.1.2.

@chrisminett chrisminett deleted the phpunit-7.4-verify branch October 8, 2018 10:08
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