Fixed a dangerous oversight in the test suite (seriously, testing FLUSHALL was indeed stupid).

This commit is contained in:
Daniele Alessandri
2010-01-27 23:56:26 +01:00
parent 1be9bef159
commit f5f06d643f
-4
View File
@@ -1219,10 +1219,6 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase {
$this->assertTrue($this->redis->flushDatabase());
}
function testFlushDatabases() {
$this->assertTrue($this->redis->flushDatabases());
}
/* sorting */