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 a30abc5 commit 51bd058Copy full SHA for 51bd058
tests/Middleware/ErrorCatcherTest.php
@@ -54,7 +54,7 @@ public function testError(): void
54
public function testErrorWithEventDispatcher(): void
55
{
56
$eventDispatcher = $this->createMock(EventDispatcherInterface::class);
57
- $eventDispatcher->method('dispatch')->willThrowException(new \RuntimeException('Event dispatcher error'));
+ $eventDispatcher->method('dispatch')->willThrowException(new RuntimeException('Event dispatcher error'));
58
$errorCatcher = new ErrorCatcher(
59
$this->createThrowableResponseFactory(),
60
$eventDispatcher,
0 commit comments