hasBillingAddressInput() публичный Метод

public hasBillingAddressInput ( ) : boolean
Результат boolean
Пример #1
0
 /**
  * @Then I should not be able to specify province name manually for billing address
  */
 public function iShouldNotBeAbleToSpecifyProvinceNameManuallyForBillingAddress()
 {
     Assert::false($this->addressPage->hasBillingAddressInput(), 'I should not be able to specify manually the province for billing address, but I can.');
 }