コード例 #1
0
ファイル: YoutubeTest.php プロジェクト: kotmonstr/kotmonstr
 /**
  * @expectedException  \InvalidArgumentException
  */
 public function testGetActivitiesByChannelIdException()
 {
     $channelId = '';
     $response = $this->youtube->getActivitiesByChannelId($channelId);
 }