コード例 #1
0
ファイル: ServiceTest.php プロジェクト: rwentzeis/sdk
 public function testDescriptionClassSetterThrowsExceptionOnBadClassnameProvided()
 {
     $this->setExpectedException("InvalidArgumentException");
     Service::setDescriptionClass("stdClass");
 }