Beispiel #1
0
 /**
  * @Then I should see :total as order's total
  */
 public function iShouldSeeAsOrderSTotal($total)
 {
     Assert::same($this->orderShowPage->getTotal(), $total, 'Total is %s, but should be %s.');
 }