mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Rename fulfilled_order file to fulfilled
This commit is contained in:
parent
869ccf83df
commit
fccadad26f
3 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ final class CustomersTest extends JsonApiTestCase
|
|||
'authentication/api_administrator.yaml',
|
||||
'customer.yaml',
|
||||
'channel.yaml',
|
||||
'order/fulfilled_order.yaml',
|
||||
'order/fulfilled.yaml',
|
||||
]);
|
||||
$header = $this->headerBuilder()->withJsonLdAccept()->withAdminUserAuthorization('api@example.com')->build();
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ final class OrdersTest extends JsonApiTestCase
|
|||
'authentication/api_administrator.yaml',
|
||||
'channel.yaml',
|
||||
'order/customer.yaml',
|
||||
'order/fulfilled_order.yaml',
|
||||
'order/fulfilled.yaml',
|
||||
]);
|
||||
|
||||
/** @var CustomerInterface $customer */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue