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