woocommerce/plugins/woocommerce-blocks/phpunit.xml.dist

17 lines
404 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="false"
convertNoticesToExceptions="false"
convertWarningsToExceptions="false"
verbose="true"
>
<testsuites>
<testsuite name="WooCommerce Blocks Test Suite">
<directory suffix=".php">./tests/php</directory>
</testsuite>
</testsuites>
</phpunit>