コード例 #1
0
ファイル: AmountTest.php プロジェクト: hyperunknown/amount
 public function testInvalidNumber()
 {
     $this->setExpectedException('byrokrat\\amount\\InvalidArgumentException');
     Amount::createFromNumber('string');
 }