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

18 lines
432 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"
syntaxCheck="true"
2018-04-17 21:03:14 +00:00
>
<testsuites>
<testsuite name="WooCommerce Admin Test Suite">
2018-04-17 21:03:14 +00:00
<directory prefix="test-" suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>