Skip to content

Commit d53441c

Browse files
Merge branch '6.0' into 6.1
* 6.0: 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 ea303bb + 4251d73 commit d53441c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Tests/EventListener/ErrorListenerTest.php

+1-1
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)