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 bdc3503 commit d3e4305Copy full SHA for d3e4305
tests/Functional/SslConnectionTest.php
@@ -18,6 +18,8 @@ class SslConnectionTest extends TestCase
18
{
19
public function testConnectorEstablishSecureConnectionWithRabbitMQBroker()
20
21
+ $this->markTestIncomplete();
22
+
23
$config = [
24
'factory_class' => AmqpConnectionFactory::class,
25
'dsn' => null,
0 commit comments