2018-05-03 17:36:09 +00:00
|
|
|
<?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"
|
2018-05-03 17:36:09 +00:00
|
|
|
verbose="true"
|
2018-04-17 21:03:14 +00:00
|
|
|
>
|
|
|
|
<testsuites>
|
2018-07-10 12:48:06 +00:00
|
|
|
<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>
|