瀏覽代碼

Force the test suite to run on a client initialized with the Redis 2.2 profile for now.

Daniele Alessandri 14 年之前
父節點
當前提交
96132ee50c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/PredisShared.php

+ 1 - 1
test/PredisShared.php

@@ -49,7 +49,7 @@ class RC {
     }
 
     private static function createConnection() {
-        $serverProfile = Predis\RedisServerProfile::get('dev');
+        $serverProfile = Predis\RedisServerProfile::get('2.2');
         $connection = new Predis\Client(RC::getConnectionArguments(), $serverProfile);
         $connection->connect();
         $connection->select(RC::DEFAULT_DATABASE);