mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Fix phpunit
This commit is contained in:
parent
03f68dc545
commit
0ed05ac1ea
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ class PurchaseUnitFactoryTest extends TestCase
|
||||||
$shipping = Mockery::mock(Shipping::class);
|
$shipping = Mockery::mock(Shipping::class);
|
||||||
$shipping
|
$shipping
|
||||||
->expects('address')
|
->expects('address')
|
||||||
->times(3)
|
|
||||||
->andReturn($address);
|
->andReturn($address);
|
||||||
$shippingFactory = Mockery::mock(ShippingFactory::class);
|
$shippingFactory = Mockery::mock(ShippingFactory::class);
|
||||||
$shippingFactory
|
$shippingFactory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue