feat: adds support for PHPUnit 10.4

This commit is contained in:
Nuno Maduro
2023-10-06 13:33:31 +01:00
parent 8c0b933fcd
commit 6068ef6150
6 changed files with 16 additions and 8 deletions

View File

@ -967,6 +967,7 @@ final class Expectation
}
Assert::assertInstanceOf($exception, $e, $message);
$callback($e);
return $this;