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

16 lines
343 B
Plaintext
Raw Normal View History

2018-04-17 21:03:14 +00:00
<?xml version="1.0"?>
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite>
<directory prefix="test-" suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>