浏览代码

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

Daniele Alessandri 15 年之前
父节点
当前提交
f5f06d643f
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      test/RedisCommandsTest.php

+ 0 - 4
test/RedisCommandsTest.php

@@ -1219,10 +1219,6 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase {
         $this->assertTrue($this->redis->flushDatabase());
     }
 
-    function testFlushDatabases() {
-        $this->assertTrue($this->redis->flushDatabases());
-    }
-
 
     /* sorting */