Ejemplo n.º 1
0
 /**
  * Should be able to get the subunits formatted.
  */
 public function testSubUnitsFormatted()
 {
     $this->price->subunits = 5;
     $this->assertEquals('05', $this->price->subUnitsFormatted());
 }