Пример #1
0
 /**
  * Should be able to get the price units part.
  */
 public function testPriceUnits()
 {
     $this->mockProductPrice(5, 99);
     $this->assertEquals('5', $this->productPresenter->priceUnits());
 }