17 lines
397 B
XML
17 lines
397 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit
|
|
bootstrap="tests/bootstrap.php"
|
|
backupGlobals="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
verbose="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="WooCommerce Admin Test Suite">
|
|
<directory suffix=".php">./tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|