예제 #1
0
 /**
  * @covers Phossa\Cache\CacheItem::getKey
  */
 public function testGetKey()
 {
     $this->assertEquals('test', $this->object->getKey());
 }