Skip to content

Commit dd743ae

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [Translation] Fix Crowdin documentation urls ignore missing keys when mapping DateTime objects to uninitialized arrays fix writes to static $kernel property [Notifier] Fix test logic [Validator] Hint that `egulias/email-validator` needs to be installed for strict mode as default config
2 parents ab1f1df + 6a58387 commit dd743ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/KernelTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected static function bootKernel(array $options = []): KernelInterface
7070

7171
$kernel = static::createKernel($options);
7272
$kernel->boot();
73-
self::$kernel = $kernel;
73+
static::$kernel = $kernel;
7474
static::$booted = true;
7575

7676
return static::$kernel;

0 commit comments

Comments
 (0)