clear() public method

public clear ( )
Example #1
0
 public function testClear()
 {
     $this->cache->clear();
     self::assertEmpty($this->cache->getArrayCopy());
 }