Skip to content

Commit 80c76f4

Browse files
committed
fix formatting
1 parent 41abe58 commit 80c76f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Webshop/Gateway/PaypalGatewayTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ public function testGetOrderDetailsWithMultipleItems(): void
231231
$orderItem1->size_variant_type = PurchasableSizeVariantType::MEDIUM;
232232
$orderItem1->license_type = PurchasableLicenseType::PERSONAL;
233233

234-
235-
236234
$orderItem2 = \Mockery::mock(OrderItem::class)->makePartial();
237235
$orderItem2->shouldAllowMockingProtectedMethods();
238236
$orderItem2->title = 'Test Photo 2';

0 commit comments

Comments
 (0)