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.
$this
1 parent 519658d commit c4b9839Copy full SHA for c4b9839
Tests/EventListener/ErrorListenerTest.php
@@ -209,7 +209,7 @@ public function controllerProvider()
209
}];
210
211
yield [function ($exception) {
212
- $this->assertInstanceOf(FlattenException::class, $exception);
+ static::assertInstanceOf(FlattenException::class, $exception);
213
214
return new Response('OK: '.$exception->getMessage());
215
0 commit comments