mirror of
https://github.com/predis/predis.git
synced 2026-09-03 22:36:44 +00:00
Fixed a dangerous oversight in the test suite (seriously, testing FLUSHALL was indeed stupid).
This commit is contained in:
@@ -1219,10 +1219,6 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase {
|
||||
$this->assertTrue($this->redis->flushDatabase());
|
||||
}
|
||||
|
||||
function testFlushDatabases() {
|
||||
$this->assertTrue($this->redis->flushDatabases());
|
||||
}
|
||||
|
||||
|
||||
/* sorting */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user