コード例 #1
0
ファイル: GranteeTest.php プロジェクト: njbhatt18/Amazon_API
 /**
  * @expectedException \LogicException
  */
 public function testThrowsExceptionWhenSettingDisplayNameForWrongTypes()
 {
     $grantee = new Grantee('*****@*****.**');
     $grantee->setDisplayName('FooBar');
 }