mirror of
https://github.com/predis/predis.git
synced 2026-09-12 19:37:05 +00:00
Force the test suite to run on a client initialized with the Redis 2.2 profile for now.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user