mirror of
https://github.com/predis/predis.git
synced 2026-08-26 13:59:56 +00:00
Deprecate long method names for Redis commands and move them into new server profiles available in the Predis_Compatibility.php file.
This commit is contained in:
@@ -10,7 +10,7 @@ class PredisClientFeaturesTestSuite extends PHPUnit_Framework_TestCase {
|
||||
|
||||
protected function setUp() {
|
||||
$this->redis = RC::getConnection();
|
||||
$this->redis->flushDatabase();
|
||||
$this->redis->flushdb();
|
||||
}
|
||||
|
||||
protected function tearDown() {
|
||||
|
||||
Reference in New Issue
Block a user