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 7ed6f62 commit ce7dcebCopy full SHA for ce7dceb
src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisTransportFactoryTest.php
@@ -27,6 +27,7 @@ public function testSupportsOnlyRedisTransports()
27
$factory = new RedisTransportFactory();
28
29
$this->assertTrue($factory->supports('redis://localhost', []));
30
+ $this->assertTrue($factory->supports('rediss://localhost', []));
31
$this->assertFalse($factory->supports('sqs://localhost', []));
32
$this->assertFalse($factory->supports('invalid-dsn', []));
33
}
0 commit comments