Codeception / Verify

BDD Assertions for PHPUnit and Codeception
MIT License
146 stars 25 forks source link

Test compatibility with PHPUnit 8 and new assertions #40

Closed Naktibalda closed 5 years ago

Naktibalda commented 5 years ago

This change allows to run tests with PHPUnit 6, 7 and 8. Fixes #39

Also I added new assertions:

These assertions are used from codeception/phpunit-wrapper, so they are available even with PHPUnit 6.

Naktibalda commented 5 years ago

Nobody objected in more than 2 weeks, so I am merging it.