Пример #1
0
 /**
  * Can we delete an object that does not exist?
  *
  * @access public
  */
 public function testRemoveNonExistentObjectFromCache()
 {
     $this->assertFalse(Core\Cache::remove('foobar'));
 }