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

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