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