getAccountById() публичный статический Метод

public static getAccountById ( $id )
Пример #1
0
 public function testGetAccountById()
 {
     $account = Instagram::getAccountById(3);
     $this->assertEquals('kevin', $account->username);
     $this->assertEquals('3', $account->id);
 }