Преглед на файлове

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