get() public method

public get ( )
Example #1
0
 public function testGet()
 {
     self::assertSame('bar', $this->item->get());
 }