Skip to content

New assertions

Compare
Choose a tag to compare
@Naktibalda Naktibalda released this 18 Apr 10:03
· 39 commits to master since this release
f9bfbb4

Added new assertion methods:

  • assertMatchesRegularExpression
  • assertDoesNotMatchRegularExpression
  • assertFileDoesNotExist

They were introduced in PHPUnit 9 to replace older method names, but Asserts module makes them work with older versions of PHPUnit too.