소스 검색

[tests] Fix wrong test.

Daniele Alessandri 11 년 전
부모
커밋
6147f34478
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);