Example #1
0
 /**
  * @covers ::getLocation
  */
 public function testGetLocation()
 {
     $this->assertInstanceOf('\\Triquanta\\IziTravel\\DataType\\LocationInterface', $this->sut->getLocation());
 }