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 4090af1 commit a0dc222Copy full SHA for a0dc222
tests/RedisClusterTest.php
@@ -34,6 +34,7 @@ public function testSelect() { return $this->markTestSkipped(); }
34
public function testReconnectSelect() { return $this->markTestSkipped(); }
35
public function testMultipleConnect() { return $this->markTestSkipped(); }
36
public function testDoublePipeNoOp() { return $this->markTestSkipped(); }
37
+ public function testConnectException() { return $this->markTestSkipped(); }
38
39
/* Load our seeds on construction */
40
public function __construct() {
0 commit comments