Exemplo n.º 1
0
 public function testDisplayPriceInclTax()
 {
     $flag = false;
     $this->itemPriceRenderer->expects($this->once())->method('displayPriceInclTax')->will($this->returnValue($flag));
     $this->assertEquals($flag, $this->renderer->displayPriceInclTax());
 }