コード例 #1
0
ファイル: CountryBaseTest.php プロジェクト: triquanta/libizi
 /**
  * @covers ::getLocation
  */
 public function testGetLocation()
 {
     $this->assertInstanceOf('\\Triquanta\\IziTravel\\DataType\\LocationInterface', $this->sut->getLocation());
 }