Пример #1
0
 /**
  * @depends testAdditions
  */
 public function testRemovals()
 {
     Cache::remove('existent');
     $this->assertEquals(false, Cache::get('existent'));
     $this->assertEquals(false, Cache::exists('existent'));
 }