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.
2 parents 27c1895 + 8c947ca commit 1fe3595Copy full SHA for 1fe3595
1 file changed
tests/PHPUnit/Googlepay/GooglePayButtonTest.php
@@ -11,7 +11,6 @@
11
use WooCommerce\PayPalCommerce\Settings\DTO\LocationStylingDTO;
12
use WooCommerce\PayPalCommerce\TestCase;
13
use WooCommerce\PayPalCommerce\WcGateway\Helper\Environment;
14
-use WooCommerce\PayPalCommerce\WcSubscriptions\Helper\SubscriptionHelper;
15
16
/**
17
* @covers \WooCommerce\PayPalCommerce\Googlepay\Assets\GooglePayButton
@@ -33,7 +32,6 @@ public function setUp(): void
33
32
Mockery::mock(AssetGetter::class),
34
'https://example.test/sdk.js',
35
'1.0.0',
36
- Mockery::mock(SubscriptionHelper::class),
37
$this->settings,
38
Mockery::mock(Environment::class),
39
$this->context
0 commit comments