diff --git a/tests/Storefront/Data/Service/ApplePayCheckoutDataServiceTest.php b/tests/Storefront/Data/Service/ApplePayCheckoutDataServiceTest.php index 91e4cb65e..bd692da4b 100644 --- a/tests/Storefront/Data/Service/ApplePayCheckoutDataServiceTest.php +++ b/tests/Storefront/Data/Service/ApplePayCheckoutDataServiceTest.php @@ -7,7 +7,7 @@ namespace Swag\PayPal\Test\Storefront\Data\Service; -use Monolog\Test\TestCase; +use PHPUnit\Framework\TestCase; use Shopware\Core\Checkout\Cart\Cart; use Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressEntity; use Shopware\Core\Checkout\Customer\CustomerEntity; diff --git a/tests/Storefront/Data/Service/SPBCheckoutDataServiceTest.php b/tests/Storefront/Data/Service/SPBCheckoutDataServiceTest.php index d226ac984..a66c5ba2e 100644 --- a/tests/Storefront/Data/Service/SPBCheckoutDataServiceTest.php +++ b/tests/Storefront/Data/Service/SPBCheckoutDataServiceTest.php @@ -7,10 +7,10 @@ namespace Swag\PayPal\Test\Storefront\Data\Service; -use Monolog\Test\TestCase; use PHPUnit\Framework\Attributes\CoversClass; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\MockObject\MockObject; +use PHPUnit\Framework\TestCase; use Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressEntity; use Shopware\Core\Checkout\Customer\CustomerEntity; use Shopware\Core\Framework\Log\Package; diff --git a/tests/Storefront/Data/Service/VenmoCheckoutDataServiceTest.php b/tests/Storefront/Data/Service/VenmoCheckoutDataServiceTest.php index 6e97d01f3..7c52741c5 100644 --- a/tests/Storefront/Data/Service/VenmoCheckoutDataServiceTest.php +++ b/tests/Storefront/Data/Service/VenmoCheckoutDataServiceTest.php @@ -7,10 +7,10 @@ namespace Swag\PayPal\Test\Storefront\Data\Service; -use Monolog\Test\TestCase; use PHPUnit\Framework\Attributes\CoversClass; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\MockObject\MockObject; +use PHPUnit\Framework\TestCase; use Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressEntity; use Shopware\Core\Checkout\Customer\CustomerEntity; use Shopware\Core\Framework\Log\Package;