v1.15.0
Added
- Added better messaging for early
_doing_it_wrong()calls during testing bootstrap. - Added PHP 8.5 support.
Changed
- Tests that call
$this->ignoreIncorrectUsage()or useIgnore_Incorrect_Usagewill no longer make any assertions. Only using the$this->setExpectedIncorrectUsage()method or theExpected_Incorrect_Usageattribute will make assertions and pass the test.