hasTax() 공개 메소드

public hasTax ( string $tax ) : boolean
$tax string
리턴 boolean
예제 #1
0
 /**
  * @Then the order should have tax :tax
  */
 public function theOrderShouldHaveTax($tax)
 {
     Assert::true($this->showPage->hasTax($tax), sprintf('Order should have tax "%s", but it does not.', $tax));
 }