Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rimantas Ričkus committed May 3, 2024
1 parent 74f4543 commit 3f54923
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/Nodes/OrderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function provideOrderData(): array
{
return [
[
'file' => __DIR__.'/../assets/minimal_valid_order_with_delivery_date_in_order_item.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order_with_delivery_date_in_order_item.xml',
'data' => [
'header' => [
'info' => [
Expand Down Expand Up @@ -90,7 +90,7 @@ public function provideOrderData(): array
]
],
[
'file' => __DIR__.'/../assets/minimal_valid_order_with_delivery_date.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order_with_delivery_date.xml',
'data' => [
'header' => [
'info' => [
Expand Down Expand Up @@ -136,7 +136,7 @@ public function provideOrderData(): array
]
],
[
'file' => __DIR__.'/../assets/minimal_valid_order_with_contactdetails.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order_with_contactdetails.xml',
'data' => [
'header' => [
'info' => [
Expand Down Expand Up @@ -194,7 +194,7 @@ public function provideOrderData(): array
]
],
[
'file' => __DIR__.'/../assets/minimal_valid_order_with_udx.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order_with_udx.xml',
'data' => [
'header' => [
'info' => [
Expand Down Expand Up @@ -245,7 +245,7 @@ public function provideOrderData(): array
]
],
[
'file' => __DIR__.'/../assets/minimal_valid_order_with_udx_header.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order_with_udx_header.xml',
'data' => [
'header' => [
'info' => [
Expand Down Expand Up @@ -297,7 +297,7 @@ public function provideOrderData(): array
]
],
[
'file' => __DIR__.'/../assets/minimal_valid_order_with_address.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order_with_address.xml',
'data' => [
'header' => [
'info' => [
Expand Down Expand Up @@ -362,7 +362,7 @@ public function provideOrderData(): array
]
],
[
'file' => __DIR__.'/../assets/minimal_valid_order_with_payment_account.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order_with_payment_account.xml',
'data' => [
'header' => [
'info' => [
Expand Down Expand Up @@ -421,7 +421,7 @@ public function provideOrderData(): array
]
],
[
'file' => __DIR__.'/../assets/minimal_valid_order_with_payment_card_amex.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order_with_payment_card_amex.xml',
'data' => [
'header' => [
'info' => [
Expand Down Expand Up @@ -471,7 +471,7 @@ public function provideOrderData(): array
]
],
[
'file' => __DIR__.'/../assets/minimal_valid_order_with_payment_debit.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order_with_payment_debit.xml',
'data' => [
'header' => [
'info' => [
Expand Down Expand Up @@ -516,7 +516,7 @@ public function provideOrderData(): array
]
],
[
'file' => __DIR__.'/../assets/minimal_valid_order_with_payment_cash.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order_with_payment_cash.xml',
'data' => [
'header' => [
'info' => [
Expand Down Expand Up @@ -561,7 +561,7 @@ public function provideOrderData(): array
]
],
[
'file' => __DIR__.'/../assets/minimal_valid_order_with_payment_check.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order_with_payment_check.xml',
'data' => [
'header' => [
'info' => [
Expand Down Expand Up @@ -606,7 +606,7 @@ public function provideOrderData(): array
]
],
[
'file' => __DIR__.'/../assets/minimal_valid_order.xml',
'file' => __DIR__ . '/../assets/minimal_valid_order.xml',
'data' => [
'header' => [
'info' => [
Expand Down

0 comments on commit 3f54923

Please sign in to comment.