Beispiel #1
0
 public function testGetSetUnits()
 {
     $currency = new Currency('USD');
     $currency->setUnits('dollars');
     $this->assertEquals($currency->getUnits(), 'dollars');
 }