getAccountById() public static method

public static getAccountById ( $id )
 public function testGetAccountById()
 {
     $account = Instagram::getAccountById(3);
     $this->assertEquals('kevin', $account->username);
     $this->assertEquals('3', $account->id);
 }