Fix random stuff.

This commit is contained in:
Daniele Alessandri
2011-04-01 20:20:44 +02:00
parent b1254a1375
commit 17f83a5605
4 changed files with 9 additions and 11 deletions
+2 -2
View File
@@ -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() {