Skip to content

Commit 449486d

Browse files
Merge branch '6.1' into 6.2
* 6.1: Update ComposerPlugin.php [Notifier] [OvhCloud] handle invalid receiver [Cache] fix collecting cache stats when nesting computations [VarDumper] Fix JS to expand / collapse [Validator] Fix Email validator logic Fix user_identifier support after username has been deprecated in favor of it. [Tests] Remove `$this` occurrences in future static data providers [PropertyInfo] Fixes constructor extractor for mixed type use method_exists() instead of catching reflection exceptions
2 parents 51cc266 + d53441c commit 449486d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/EventListener/ErrorListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public function controllerProvider()
207207
}];
208208

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

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

0 commit comments

Comments
 (0)