コード例 #1
0
ファイル: UserTest.php プロジェクト: mpscholten/github-api
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testInvalidUrlTypeThrowsException()
 {
     $organization = new User();
     $organization->getUrl('invalid type');
 }