mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
refactor #16885 [CS][DX] Refactor ()
This PR was merged into the 1.13 branch.
Discussion
----------
This PR has been generated automatically.
For more details see [refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
Commits
-------
5dbcfa6cbd [CS][DX] Refactor
This commit is contained in:
commit
991c2ac351
2 changed files with 3 additions and 3 deletions
|
|
@ -501,7 +501,7 @@ final class CartContext implements Context
|
|||
{
|
||||
Assert::true(
|
||||
$this->summaryPage->hasItemNamed($productName),
|
||||
sprintf('Product with name "%s" was not found in the cart.', $productName)
|
||||
sprintf('Product with name "%s" was not found in the cart.', $productName),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -183,12 +183,12 @@ final class CheckoutAddressingContext implements Context
|
|||
}
|
||||
|
||||
/**
|
||||
* @When /^I specify the billing (address as "([^"]+)", "([^"]+)", "([^"]+)", "([^"]+)" for "([^"]+)")$/
|
||||
* @When /^I specify the billing (address for "([^"]+)" from "([^"]+)", "([^"]+)", "([^"]+)", "([^"]+)", "([^"]+)")$/
|
||||
* @Given /^the customer specify the billing (address as "([^"]+)", "([^"]+)", "([^"]+)", "([^"]+)" for "([^"]+)")$/
|
||||
* @Given /^the visitor specify the billing (address as "([^"]+)", "([^"]+)", "([^"]+)", "([^"]+)" for "([^"]+)")$/
|
||||
* @Given /^the visitor has specified (address as "([^"]+)", "([^"]+)", "([^"]+)", "([^"]+)" for "([^"]+)")$/
|
||||
* @Given /^the customer has specified (address as "([^"]+)", "([^"]+)", "([^"]+)", "([^"]+)" for "([^"]+)")$/
|
||||
* @When /^I specify the billing (address as "([^"]+)", "([^"]+)", "([^"]+)", "([^"]+)" for "([^"]+)")$/
|
||||
* @When /^I specify the billing (address for "([^"]+)" from "([^"]+)", "([^"]+)", "([^"]+)", "([^"]+)", "([^"]+)")$/
|
||||
* @When /^I (do not specify any billing address) information$/
|
||||
*/
|
||||
public function iSpecifyTheBillingAddressAs(AddressInterface $address)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue