Skip to content

Commit

Permalink
[Maintenance] Change names of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojdylak committed Apr 4, 2024
1 parent 3491859 commit 96c85e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function it_does_not_support_not_adjustment_resource(): void
;
}

function it_does_not_support_in_shop_api_section(
function it_does_not_support_shop_api_section(
SectionProviderInterface $sectionProvider,
ShopApiSection $shopApiSection,
): void {
Expand Down Expand Up @@ -84,7 +84,7 @@ function it_supports_order_item_adjustments_subresource_in_admin_api_section(
;
}

function it_providers_empty_array_if_order_item_does_not_exist(
function it_provides_empty_array_if_order_item_does_not_exist(
OrderItemRepositoryInterface $orderItemRepository,
): void {
$context['subresource_identifiers'] = ['id' => '11'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function it_supports_only_order_item_adjustments_subresource_data_provider(): vo
;
}

function it_providers_empty_array_if_order_item_does_not_exist(
function it_provides_empty_array_if_order_item_does_not_exist(
OrderItemRepositoryInterface $orderItemRepository,
): void {
$context['subresource_identifiers'] = ['tokenValue' => 'TOKEN', 'items' => '11'];
Expand Down

0 comments on commit 96c85e5

Please sign in to comment.