getLocationById() public static méthode

public static getLocationById ( $facebookLocationId )
 public function testGetLocationById()
 {
     $location = Instagram::getLocationById(1);
     $this->assertEquals('Dog Patch Labs', $location->name);
 }