Fix phpunit

This commit is contained in:
Emili Castells Guasch 2023-12-05 14:54:33 +01:00
parent 6c4825e560
commit 8ad93eb4ba

View file

@ -116,6 +116,9 @@ class RenewalHandlerTest extends TestCase
->shouldReceive('payment_source')
->andReturn(null);
$wcOrder
->shouldReceive('get_payment_method')
->andReturn('');
$wcOrder
->shouldReceive('get_meta')
->andReturn('');