Browse Source

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

Daniele Alessandri 15 năm trước cách đây
mục cha
commit
f5f06d643f
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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 */