コード例 #1
0
ファイル: ArgumentTest.php プロジェクト: curseoff/getopt-php
 public function testSetValidationUncallable()
 {
     $this->setExpectedException('InvalidArgumentException');
     $argument = new Argument();
     $argument->setValidation('');
 }