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 2542290 commit 9ae8cd6Copy full SHA for 9ae8cd6
tests/Feature/ConnectorTest.php
@@ -141,6 +141,7 @@ public function testSslConnection(): void
141
$this->assertTrue($connection->getChannel()->is_open());
142
}
143
144
+ // Test to validate ssl connection params
145
public function testNoVerificationSslConnection(): void
146
{
147
$this->app['config']->set('queue.connections.rabbitmq', [
0 commit comments