Beispiel #1
0
 /**
  * @expectedException  \InvalidArgumentException
  */
 public function testGetActivitiesByChannelIdException()
 {
     $channelId = '';
     $response = $this->youtube->getActivitiesByChannelId($channelId);
 }