コード例 #1
0
ファイル: ReversibleTest.php プロジェクト: ajaxray/short-code
 /**
  * @expectedException \ShortCode\Exception\UnexpectedCodeLength
  */
 public function testExceptionIfConvertingNegativeNumber()
 {
     Reversible::convert(-9);
 }