Skip to content

Commit 7cc3b20

Browse files
Merge branch '4.4' into 5.3
* 4.4: fix cs Update validators.lv.xlf Update validators.uz.xlf [ExpressionLanguage] Fix LexerTest number types [Process] intersect with getenv() to populate default envs Improve CI script a bit [Cache] fix dbindex Redis Never rely on dynamic properties
2 parents 57e54e9 + 39035d5 commit 7cc3b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/KernelForTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(string $environment, bool $debug, bool $fakeContaine
2828

2929
public function getBundleMap()
3030
{
31-
return $this->bundleMap;
31+
return [];
3232
}
3333

3434
public function registerBundles(): iterable

0 commit comments

Comments
 (0)