PHPUnit 9 Deprecations
Undeprecated methods deprecated in PHPUnit 9:
- assertRegExp
- assertNotRegExp
- assertFileNotExists
Introduced new methods:
- assertMatchesRegularExpression
- assertDoesNotMatchRegularExpression
- assertFileDoesNotExist
This version depends on phpunit-wrapper and works with PHPUnit 5 - 9,
codeception-5 branch can be revived when we actually have Codeception 5.