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