mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Fix tests
This commit is contained in:
parent
0a873eb2a1
commit
1d20566592
1 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,8 @@ class SettingsPagesAssetsTest extends TestCase
|
||||||
Mockery::mock(Environment::class),
|
Mockery::mock(Environment::class),
|
||||||
true,
|
true,
|
||||||
array(),
|
array(),
|
||||||
array()
|
array(),
|
||||||
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
when('is_admin')
|
when('is_admin')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue