getKey() public method

public getKey ( )
Example #1
0
 public function testGetKey()
 {
     self::assertSame('foo', $this->item->getKey());
 }