mirror of
https://github.com/predis/predis.git
synced 2026-08-27 10:34:10 +00:00
Fix random stuff.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
class PredisClientFeaturesTestSuite extends PHPUnit_Framework_TestCase {
|
||||
class ClientFeaturesTestSuite extends PHPUnit_Framework_TestCase {
|
||||
public $redis;
|
||||
|
||||
protected function setUp() {
|
||||
$this->redis = RC::getConnection();
|
||||
$this->redis->flushDatabase();
|
||||
$this->redis->flushdb();
|
||||
}
|
||||
|
||||
protected function tearDown() {
|
||||
|
||||
Reference in New Issue
Block a user