Преглед изворни кода

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());
         $this->assertTrue($this->redis->flushDatabase());
     }
     }
 
 
-    function testFlushDatabases() {
-        $this->assertTrue($this->redis->flushDatabases());
-    }
-
 
 
     /* sorting */
     /* sorting */