ソースを参照

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

Daniele Alessandri 15 年 前
コミット
3edcdc5a4f
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());
         $this->assertTrue($this->redis->flushDatabase());
     }
     }
 
 
-    function testFlushDatabases() {
-        $this->assertTrue($this->redis->flushDatabases());
-    }
-
 
 
     /* sorting */
     /* sorting */