コード例 #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testGetInvalidOptionThrowsException()
 {
     $this->resourceOwner->getOption('non_existing');
 }