woocommerce-paypal-payments/tests/e2e/phpunit.xml.dist

16 lines
412 B
Text
Raw Normal View History

2022-06-15 21:37:10 +03:00
<?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>