Skip to content

Commit 266befb

Browse files
authored
Update the tests to also use interface_exists
1 parent 93c90d4 commit 266befb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class_exists(SemaphoreStore::class) && SemaphoreStore::isSupported() ? 'semaphor
251251
),
252252
),
253253
'messenger' => array(
254-
'enabled' => !class_exists(FullStack::class) && class_exists(MessageBusInterface::class),
254+
'enabled' => !class_exists(FullStack::class) && interface_exists(MessageBusInterface::class),
255255
'routing' => array(),
256256
'middlewares' => array(
257257
'validation' => array(

0 commit comments

Comments
 (0)