瀏覽代碼

Backported changes from the mainline library to the PHP 5.2 branch (up to commit 3edcdc5)

Daniele Alessandri 15 年之前
父節點
當前提交
852959cbd1
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      test/RedisCommandsTest.php

+ 0 - 4
test/RedisCommandsTest.php

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