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

16 lines
362 B
XML

<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
verbose="true"
>
<testsuites>
<testsuite name="WooCommerce Blocks Test Suite">
<directory suffix=".php">./tests/php</directory>
</testsuite>
</testsuites>
</phpunit>