mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Fix tests
This commit is contained in:
parent
3c38779567
commit
52e08a0cf2
2 changed files with 9 additions and 5 deletions
|
@ -48,7 +48,6 @@ class PurchaseUnitFactoryTest extends TestCase
|
|||
$address = Mockery::mock(Address::class);
|
||||
$address
|
||||
->shouldReceive('country_code')
|
||||
->twice()
|
||||
->andReturn('DE');
|
||||
$address
|
||||
->shouldReceive('postal_code')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue