mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Add test coverage for payment tokens
This commit is contained in:
parent
eef459df58
commit
7842939ede
5 changed files with 373 additions and 1 deletions
7
tests/stubs/WC_Payment_Gateway_CC.php
Normal file
7
tests/stubs/WC_Payment_Gateway_CC.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
class WC_Payment_Gateway_CC
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue