Codeception / Verify

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

Feature request: upgrade PHPUnit to v6 (namespaces) #30

Closed cedx closed 7 years ago

cedx commented 7 years ago

The latest version of PHPUnit is based on namespaces. Verify is currently not compatible with this new version. It would be cool if Verify API was updated to the latest PHPUnit API.

Shockwave2k commented 7 years ago

This would do the Trick for both versions. https://github.com/Codeception/Verify/pull/31

DavertMik commented 7 years ago

Fixed by @Shockwave2k