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