We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41abe58 commit 80c76f4Copy full SHA for 80c76f4
tests/Webshop/Gateway/PaypalGatewayTest.php
@@ -231,8 +231,6 @@ public function testGetOrderDetailsWithMultipleItems(): void
231
$orderItem1->size_variant_type = PurchasableSizeVariantType::MEDIUM;
232
$orderItem1->license_type = PurchasableLicenseType::PERSONAL;
233
234
-
235
236
$orderItem2 = \Mockery::mock(OrderItem::class)->makePartial();
237
$orderItem2->shouldAllowMockingProtectedMethods();
238
$orderItem2->title = 'Test Photo 2';
0 commit comments