Explorar el Código

[tests] Fix wrong test.

Daniele Alessandri hace 11 años
padre
commit
6147f34478
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/Predis/Connection/Aggregate/PredisClusterTest.php

+ 1 - 1
tests/Predis/Connection/Aggregate/PredisClusterTest.php

@@ -279,7 +279,7 @@ class PredisClusterTest extends PredisTestCase
         $connection1 = $this->getMockConnection('tcp://127.0.0.1:6379');
         $connection2 = $this->getMockConnection('tcp://127.0.0.1:6380');
 
-        $cluster = new RedisCluster();
+        $cluster = new PredisCluster();
         $cluster->add($connection1);
         $cluster->add($connection2);