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 ba788ab commit c7508feCopy full SHA for c7508fe
src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php
@@ -86,6 +86,9 @@ public function testFromDsnWithOptionsAndTrailingSlash()
86
);
87
}
88
89
+ /**
90
+ * @group legacy
91
+ */
92
public function testFromDsnWithTls()
93
{
94
$redis = $this->createMock(\Redis::class);
@@ -97,6 +100,9 @@ public function testFromDsnWithTls()
97
100
Connection::fromDsn('redis://127.0.0.1?tls=1', [], $redis);
98
101
99
102
103
104
105
106
public function testFromDsnWithTlsOption()
107
108
0 commit comments