Skip to content

Commit c7aeb5e

Browse files
Fix tests
1 parent 7b36702 commit c7aeb5e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Tests/DependencyInjection/OldSoundRabbitMqExtensionTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ public function testFooProducerDefinition()
313313
'declare' => false,
314314
)
315315
)
316+
),
317+
array(
318+
'setDefaultRoutingKey',
319+
array('')
316320
)
317321
),
318322
$definition->getMethodCalls()
@@ -394,6 +398,10 @@ public function testDefaultProducerDefinition()
394398
'declare' => false,
395399
)
396400
)
401+
),
402+
array(
403+
'setDefaultRoutingKey',
404+
array('')
397405
)
398406
),
399407
$definition->getMethodCalls()

0 commit comments

Comments
 (0)