Ejemplo n.º 1
0
 /**
  * @Given my tax total should be :taxTotal
  */
 public function myTaxTotalShouldBe($taxTotal)
 {
     Assert::true($this->summaryPage->hasTaxTotal($taxTotal), sprintf('The tax total should be %s, but it does not.', $taxTotal));
 }