Пример #1
0
 public function testCopyFail()
 {
     $cache = new Memory();
     $this->assertFalse($cache->copy('one', 'two'));
 }