You are here

public function Redis_Tests_Cache_AbstractFlushUnitTestCase::testFlushPrefixWithEval in Redis 7.2

File

lib/Redis/Tests/Cache/AbstractFlushUnitTestCase.php, line 170

Class

Redis_Tests_Cache_AbstractFlushUnitTestCase

Code

public function testFlushPrefixWithEval() {
  $this
    ->doTestFlushPrefix(true);
}