getLocationTopMediasById() 공개 정적인 메소드

public static getLocationTopMediasById ( $facebookLocationId )
예제 #1
0
 public function testGetLocationTopMediasById()
 {
     $medias = Instagram::getLocationTopMediasById(1);
     $this->assertEquals(9, count($medias));
 }