Add test coverage for payment tokens

This commit is contained in:
dinamiko 2021-03-03 11:50:27 +01:00
parent eef459df58
commit 7842939ede
5 changed files with 373 additions and 1 deletions

View file

@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
class WC_Payment_Gateway_CC
{
}