Skip to content

Commit 1fe3595

Browse files
authored
Merge pull request #4550 from woocommerce/dev/fix-phpunit-tests
Fix phpunit
2 parents 27c1895 + 8c947ca commit 1fe3595

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/PHPUnit/Googlepay/GooglePayButtonTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use WooCommerce\PayPalCommerce\Settings\DTO\LocationStylingDTO;
1212
use WooCommerce\PayPalCommerce\TestCase;
1313
use WooCommerce\PayPalCommerce\WcGateway\Helper\Environment;
14-
use WooCommerce\PayPalCommerce\WcSubscriptions\Helper\SubscriptionHelper;
1514

1615
/**
1716
* @covers \WooCommerce\PayPalCommerce\Googlepay\Assets\GooglePayButton
@@ -33,7 +32,6 @@ public function setUp(): void
3332
Mockery::mock(AssetGetter::class),
3433
'https://example.test/sdk.js',
3534
'1.0.0',
36-
Mockery::mock(SubscriptionHelper::class),
3735
$this->settings,
3836
Mockery::mock(Environment::class),
3937
$this->context

0 commit comments

Comments
 (0)