Skip to content

PHPUnit 9 Deprecations

Compare
Choose a tag to compare
@Naktibalda Naktibalda released this 17 Apr 18:22
· 22 commits to master since this release
acd0dc8

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.