woocommerce-paypal-payments/tests/e2e/phpunit.xml.dist
2022-06-17 09:40:00 +03:00

15 lines
412 B
XML

<?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>