Codeception / Verify

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

lessThen #12

Closed nkovacs closed 9 years ago

nkovacs commented 9 years ago

It should be lessThan. There are already two pull requests, #6 and #10. Please fix this.

bbatsche commented 9 years ago

Hey @nkovacs, you may be interested in my fork of Verify. It's not quite a seamless drop in replacement, but it includes all the existing functionality of Codeception/Verify, plus virtually all the available assertions built into PHPUnit. The existing methods have been renamed to optimize for clarity and ensure code reads as near to English as possible. Plus, it fixes the lessThen typo. :wink: It's available in Packagist as well.

nkovacs commented 9 years ago

Thanks, I'll check it out.