Skip to content

Commit 39035d5

Browse files
Never rely on dynamic properties
1 parent 73636d9 commit 39035d5

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
@@ -19,7 +19,7 @@ class KernelForTest extends Kernel
1919
{
2020
public function getBundleMap()
2121
{
22-
return $this->bundleMap;
22+
return [];
2323
}
2424

2525
public function registerBundles(): iterable

0 commit comments

Comments
 (0)