mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix tests
This commit is contained in:
parent
0a873eb2a1
commit
1d20566592
1 changed files with 3 additions and 2 deletions
|
@ -27,8 +27,9 @@ 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')
|
||||||
->justReturn(true);
|
->justReturn(true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue