Explorar el Código

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

Daniele Alessandri hace 15 años
padre
commit
f5f06d643f
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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 */