hasShippingAddressInput() public method

コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: starspire/Sylius
 /**
  * @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.');
 }