Skip to content

Commit 49c7c12

Browse files
Merge branch '5.3' into 5.4
* 5.3: fix cs Update validators.lv.xlf Fix API gateway service name Fix CS in composer.json Update validators.uz.xlf [ExpressionLanguage] Fix LexerTest number types [Process] intersect with getenv() to populate default envs Improve CI script a bit Fix Loco Provider [Cache] fix dbindex Redis Fix typos in a test message Never rely on dynamic properties
2 parents ad260a4 + 7cc3b20 commit 49c7c12

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)