/**
  * Should be able to get the product price.
  */
 public function testPrice()
 {
     $this->mockProductPrice(5, 99);
     $this->assertEquals('£5.99', $this->productPresenter->priceF());
 }