Ejemplo n.º 1
0
 public function testGetLocationById()
 {
     $location = Instagram::getLocationById(1);
     $this->assertEquals('Dog Patch Labs', $location->name);
 }