Skip to content

Commit c4b9839

Browse files
[Tests] Remove $this occurrences in future static data providers
1 parent 519658d commit c4b9839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/EventListener/ErrorListenerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function controllerProvider()
209209
}];
210210

211211
yield [function ($exception) {
212-
$this->assertInstanceOf(FlattenException::class, $exception);
212+
static::assertInstanceOf(FlattenException::class, $exception);
213213

214214
return new Response('OK: '.$exception->getMessage());
215215
}];

0 commit comments

Comments
 (0)