Skip to content

Commit bab8ecc

Browse files
committed
Adapt tests
1 parent 2189ab1 commit bab8ecc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Unit/DependencyInjection/ConfigurationTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ public function testUnconfiguredConfiguration()
3636
'indexes' => [],
3737
'index_templates' => [],
3838
'default_manager' => 'orm',
39+
'messenger' => [
40+
'enabled' => false,
41+
'message_bus' => null,
42+
],
3943
], $configuration);
4044
}
4145

0 commit comments

Comments
 (0)