コード例 #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testSetInvalidIdShouldThrowInvalidArgumentException()
 {
     $this->credentials->setId('admin.sellercenter');
 }