Example #1
0
 public function testFlushAll()
 {
     $res = $this->cache->flushAll();
     $this->assertTrue($res);
 }