コード例 #1
0
ファイル: RomanTest.php プロジェクト: seytar/psx
 /**
  * @expectedException \UnexpectedValueException
  */
 public function testDecodeInvalidInput()
 {
     Roman::decode('foo');
 }