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

This commit is contained in:
Daniele Alessandri
2011-03-05 15:18:37 +01:00
parent f36d7a1d56
commit 96132ee50c
+1 -1
View File
@@ -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);