Skip to content

Commit 5b1734c

Browse files
author
Devon Weller
committed
fix unit test
1 parent 6fd5427 commit 5b1734c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Queue/Connectors/RabbitMQConnectorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public function testShouldPassExpectedConfigToConnectionFactory()
7474
'ssl_cert' => 'theLocalCert',
7575
'ssl_key' => 'theLocalKey',
7676
'ssl_passphrase' => 'thePassPhrase',
77+
'receive_method' => 'basic_get',
7778
], $config);
7879
};
7980

0 commit comments

Comments
 (0)