getActivitiesByChannelId() public method

public getActivitiesByChannelId ( $channelId, $part = ['id', 'snippet', 'contentDetails'], $maxResults = 5 ) : array
$channelId
return array
 /**
  *
  *
  * @expectedException  \InvalidArgumentException
  */
 public function testGetActivitiesByChannelIdException()
 {
     $channelId = '';
     $response = $this->youtube->getActivitiesByChannelId($channelId);
 }