Beispiel #1
0
 /**
  * @covers \Elcodi\Component\Currency\Entity\Money::getAmount
  */
 public function testAmountIsNumeric()
 {
     $this->assertInternalType('int', $this->oneHundredDollars->getAmount());
 }