Example #1
0
 public function testGetAmount()
 {
     $price = new Price(['EUR' => 20]);
     $this->assertEquals(20, $price->getAmount('EUR'));
 }