mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add annotation to fix class already exists
error when creating coverage
This commit is contained in:
parent
7842939ede
commit
887b295d52
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ class RenewalHandlerTest extends TestCase
|
|||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*/
|
||||
public function testRenewProcessOrder()
|
||||
{
|
||||
$wcOrder = Mockery::mock(\WC_Order::class);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue