コード例 #1
0
ファイル: MoneyTest.php プロジェクト: hd-deman/elcodi
 /**
  * @covers \Elcodi\Component\Currency\Entity\Money::getAmount
  */
 public function testAmountIsNumeric()
 {
     $this->assertInternalType('int', $this->oneHundredDollars->getAmount());
 }