woocommerce/phpunit.xml

18 lines
435 B
XML

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