woocommerce/phpunit.xml

18 lines
435 B
XML
Raw Normal View History

2019-06-06 16:34:11 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
2019-06-25 15:12:47 +00:00
bootstrap="unit-tests/Bootstrap.php"
2019-06-06 16:34:11 +00:00
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
verbose="true"
syntaxCheck="true"
>
<testsuites>
<testsuite name="WooCommerce REST API Test Suite">
2019-06-25 15:12:47 +00:00
<directory suffix=".php">./unit-tests/Tests</directory>
2019-06-06 16:34:11 +00:00
</testsuite>
</testsuites>
</phpunit>