File tree 3 files changed +3
-5
lines changed
tests/Storefront/Data/Service
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Swag \PayPal \Test \Storefront \Data \Service ;
9
9
10
- use Monolog \ Test \TestCase ;
10
+ use PHPUnit \ Framework \TestCase ;
11
11
use Shopware \Core \Checkout \Cart \Cart ;
12
12
use Shopware \Core \Checkout \Customer \Aggregate \CustomerAddress \CustomerAddressEntity ;
13
13
use Shopware \Core \Checkout \Customer \CustomerEntity ;
@@ -49,8 +49,6 @@ class ApplePayCheckoutDataServiceTest extends TestCase
49
49
50
50
protected function setUp (): void
51
51
{
52
- parent ::setUp ();
53
-
54
52
$ this ->context = Generator::generateSalesChannelContext (
55
53
currency: $ this ->createCurrencyEntity (),
56
54
customer: $ this ->createCustomer (),
Original file line number Diff line number Diff line change 7
7
8
8
namespace Swag \PayPal \Test \Storefront \Data \Service ;
9
9
10
- use Monolog \Test \TestCase ;
11
10
use PHPUnit \Framework \Attributes \CoversClass ;
12
11
use PHPUnit \Framework \Attributes \DataProvider ;
13
12
use PHPUnit \Framework \MockObject \MockObject ;
13
+ use PHPUnit \Framework \TestCase ;
14
14
use Shopware \Core \Checkout \Customer \Aggregate \CustomerAddress \CustomerAddressEntity ;
15
15
use Shopware \Core \Checkout \Customer \CustomerEntity ;
16
16
use Shopware \Core \Framework \Log \Package ;
Original file line number Diff line number Diff line change 7
7
8
8
namespace Swag \PayPal \Test \Storefront \Data \Service ;
9
9
10
- use Monolog \Test \TestCase ;
11
10
use PHPUnit \Framework \Attributes \CoversClass ;
12
11
use PHPUnit \Framework \Attributes \DataProvider ;
13
12
use PHPUnit \Framework \MockObject \MockObject ;
13
+ use PHPUnit \Framework \TestCase ;
14
14
use Shopware \Core \Checkout \Customer \Aggregate \CustomerAddress \CustomerAddressEntity ;
15
15
use Shopware \Core \Checkout \Customer \CustomerEntity ;
16
16
use Shopware \Core \Framework \Log \Package ;
You can’t perform that action at this time.
0 commit comments