mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Fix psalm
This commit is contained in:
parent
c77cab9cbe
commit
235c9c8281
3 changed files with 4 additions and 3 deletions
|
@ -23,7 +23,7 @@ class PayUponInvoiceHelperTest extends TestCase
|
|||
['', false],
|
||||
[(new DateTime())->format($format), false],
|
||||
[(new DateTime('-17 years'))->format($format), false],
|
||||
['31-02-1942', false],
|
||||
['1942-02-31', false],
|
||||
['01-01-1942', false],
|
||||
['1942-01-01', true],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue