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

17 lines
397 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2018-04-17 21:03:14 +00:00
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
verbose="true"
2018-04-17 21:03:14 +00:00
>
<testsuites>
<testsuite name="WooCommerce Admin Test Suite">
2018-09-20 14:20:04 +00:00
<directory suffix=".php">./tests/</directory>
2018-04-17 21:03:14 +00:00
</testsuite>
</testsuites>
</phpunit>