/**
  * Should be able to get the price subunits part.
  */
 public function testPriceSubUnits()
 {
     $this->mockProductPrice(5, 5);
     $this->assertEquals('05', $this->productPresenter->priceSubUnits());
 }