示例#1
0
 public function testGetLocation()
 {
     $this->assertEquals(["country" => ["code" => "it"], "name" => "Rome Area, Italy"], $this->extractor->getLocation());
 }
示例#2
0
 public function testGetLocation()
 {
     $this->assertEquals('Rome Area, Italy', $this->extractor->getLocation());
 }