Explorar o código

[test] Fix wrong variable.

Daniele Alessandri %!s(int64=11) %!d(string=hai) anos
pai
achega
8357af177e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Predis/ClientTest.php

+ 1 - 1
tests/Predis/ClientTest.php

@@ -286,7 +286,7 @@ class ClientTest extends PredisTestCase
         $arg2 = array(
             'aggregate'   => function () use ($fnaggregate) { return $fnaggregate; },
             'cluster'     => function () use ($fncluster) { return $fncluster; },
-            'replication' => function () use ($fnreplication) { return $fncluster; },
+            'replication' => function () use ($fnreplication) { return $fnreplication; },
         );
 
         $client = new Client($arg1, $arg2);