Ejemplo n.º 1
0
 public function testRetrieveUserVideos()
 {
     $feed = $this->gdata->getUserUploads($this->ytAccount);
     $this->assertEquals('Uploads by ' . $this->ytAccount, $feed->title->text);
     $this->assertTrue(count($feed->entry) === 1);
 }