コード例 #1
0
ファイル: EntityTest.php プロジェクト: Anyqax/Phabric
 /**
  * @expectedException InvalidArgumentException
  */
 public function testGetOptionWithInvalidName()
 {
     $this->object->getOption('davedavedave');
 }