Skip to content

Commit 685e75c

Browse files
authored
fix: pipeline (#188)
1 parent fa8bdb0 commit 685e75c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: tests/Storefront/Data/Service/ApplePayCheckoutDataServiceTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Swag\PayPal\Test\Storefront\Data\Service;
99

10-
use Monolog\Test\TestCase;
10+
use PHPUnit\Framework\TestCase;
1111
use Shopware\Core\Checkout\Cart\Cart;
1212
use Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressEntity;
1313
use Shopware\Core\Checkout\Customer\CustomerEntity;

Diff for: tests/Storefront/Data/Service/SPBCheckoutDataServiceTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
namespace Swag\PayPal\Test\Storefront\Data\Service;
99

10-
use Monolog\Test\TestCase;
1110
use PHPUnit\Framework\Attributes\CoversClass;
1211
use PHPUnit\Framework\Attributes\DataProvider;
1312
use PHPUnit\Framework\MockObject\MockObject;
13+
use PHPUnit\Framework\TestCase;
1414
use Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressEntity;
1515
use Shopware\Core\Checkout\Customer\CustomerEntity;
1616
use Shopware\Core\Framework\Log\Package;

Diff for: tests/Storefront/Data/Service/VenmoCheckoutDataServiceTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
namespace Swag\PayPal\Test\Storefront\Data\Service;
99

10-
use Monolog\Test\TestCase;
1110
use PHPUnit\Framework\Attributes\CoversClass;
1211
use PHPUnit\Framework\Attributes\DataProvider;
1312
use PHPUnit\Framework\MockObject\MockObject;
13+
use PHPUnit\Framework\TestCase;
1414
use Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressEntity;
1515
use Shopware\Core\Checkout\Customer\CustomerEntity;
1616
use Shopware\Core\Framework\Log\Package;

0 commit comments

Comments
 (0)