mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Fix test fixture
This commit is contained in:
parent
4453e365a3
commit
93dc2e1a0d
3 changed files with 3 additions and 0 deletions
|
|
@ -14,4 +14,5 @@ Sylius\Component\Core\Model\Order:
|
|||
state: "new"
|
||||
paymentState: "awaiting_payment"
|
||||
shippingState: "ready"
|
||||
checkoutState: "completed"
|
||||
tokenValue: "token"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ Sylius\Component\Core\Model\Order:
|
|||
state: "new"
|
||||
paymentState: "awaiting_payment"
|
||||
shippingState: "ready"
|
||||
checkoutState: "completed"
|
||||
tokenValue: "token"
|
||||
__calls:
|
||||
- setCustomerWithAuthorization: ["@customer_oliver"]
|
||||
|
|
|
|||
|
|
@ -14,5 +14,6 @@ Sylius\Component\Core\Model\Order:
|
|||
state: "new"
|
||||
paymentState: "awaiting_payment"
|
||||
shippingState: "ready"
|
||||
checkoutState: "completed"
|
||||
tokenValue: "token"
|
||||
customer: "@customer_oliver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue