mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02: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