mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
feat: adds support for PHPUnit 10.4
This commit is contained in:
@ -967,6 +967,7 @@ final class Expectation
|
||||
}
|
||||
|
||||
Assert::assertInstanceOf($exception, $e, $message);
|
||||
|
||||
$callback($e);
|
||||
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user