mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
16 lines
412 B
Text
16 lines
412 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<phpunit
|
||
|
bootstrap="PHPUnit/bootstrap.php"
|
||
|
backupGlobals="false"
|
||
|
colors="true"
|
||
|
convertErrorsToExceptions="true"
|
||
|
convertNoticesToExceptions="true"
|
||
|
convertWarningsToExceptions="true"
|
||
|
>
|
||
|
<testsuites>
|
||
|
<testsuite name="unit">
|
||
|
<directory suffix="Test.php">./PHPUnit</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|