selectBillingAddressProvince() public method

public selectBillingAddressProvince ( string $province )
$province string
コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: starspire/Sylius
 /**
  * @When I specify billing country province as :province
  */
 public function iSpecifyBillingCountryProvinceAs($province)
 {
     $this->addressPage->selectBillingAddressProvince($province);
 }