Ejemplo n.º 1
0
 /**
  * @Then my order's shipping address should be to :fullName
  */
 public function iShouldSeeThisShippingAddressAsShippingAddress($fullName)
 {
     $address = $this->sharedStorage->get('shipping_address_' . StringInflector::nameToLowercaseCode($fullName));
     Assert::true($this->summaryPage->hasShippingAddress($address), 'Shipping address is improper.');
 }