You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Older PHPUnit versions no longer need to be supported now support for PHP < 7.2 has been dropped.
Includes ensuring that the PHPUnit versions used are beyond a recently published PHPUnit security fix.
Includes removing the `UnitTestCase::assertStringContains()`, `UnitTestCase::expectErrorException()` and `UnitTestCase::expectExceptionMsgRegex()` methods, which are no longer needed now the tests won't need to run on PHPUnit < 8.5 anymore.
Includes updating the example code in the documentation.
0 commit comments