We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37455bb commit 9616f72Copy full SHA for 9616f72
src/Illuminate/Foundation/Testing/TestCase.php
@@ -58,6 +58,7 @@ protected function runTest(): mixed
58
$result = null;
59
60
try {
61
+ // @phpstan-ignore-next-line
62
$result = parent::runTest();
63
} catch (Throwable $e) {
64
if (! is_null(static::$latestResponse)) {
0 commit comments