mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix phpunit
This commit is contained in:
parent
6c4825e560
commit
8ad93eb4ba
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ class RenewalHandlerTest extends TestCase
|
|||
->shouldReceive('payment_source')
|
||||
->andReturn(null);
|
||||
|
||||
$wcOrder
|
||||
->shouldReceive('get_payment_method')
|
||||
->andReturn('');
|
||||
$wcOrder
|
||||
->shouldReceive('get_meta')
|
||||
->andReturn('');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue