Skip to content

Instantly share code, notes, and snippets.

@leostaples
Created May 10, 2013 12:20
Show Gist options
  • Save leostaples/5554079 to your computer and use it in GitHub Desktop.
Save leostaples/5554079 to your computer and use it in GitHub Desktop.
testRetrieveCorrespondentStories
public function testRetrieveCorrespondentStories()
{
$service = new BBC_News_Service_Candy_Source($this->client, $this->multiClient, new BBC_News_Service_Candy_Transformer(), $this->host);
$collection = $service->retrieveCorrespondentStories('nickrobinson');
$this->assertEquals(3, $collection->count());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment