Exemplo n.º 1
0
 public function testRetrieveVideoEntry()
 {
     $entry = $this->gdata->getVideoEntry('66wj2g5yz0M');
     $this->assertEquals('TestMovie', $entry->title->text);
     $entry = $this->gdata->getVideoEntry(null, 'https://gdata.youtube.com/feeds/api/videos/66wj2g5yz0M');
     $this->assertEquals('TestMovie', $entry->title->text);
 }