We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd5427 commit 5b1734cCopy full SHA for 5b1734c
tests/Queue/Connectors/RabbitMQConnectorTest.php
@@ -74,6 +74,7 @@ public function testShouldPassExpectedConfigToConnectionFactory()
74
'ssl_cert' => 'theLocalCert',
75
'ssl_key' => 'theLocalKey',
76
'ssl_passphrase' => 'thePassPhrase',
77
+ 'receive_method' => 'basic_get',
78
], $config);
79
};
80
0 commit comments