2018-11-27 17:12:48 +00:00
|
|
|
<phpunit
|
|
|
|
bootstrap="tests/bootstrap.php"
|
|
|
|
backupGlobals="false"
|
|
|
|
colors="true"
|
2023-04-21 11:07:37 +00:00
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
2018-11-27 17:12:48 +00:00
|
|
|
verbose="true"
|
|
|
|
>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="WooCommerce Blocks Test Suite">
|
2019-07-01 12:52:44 +00:00
|
|
|
<directory suffix=".php">./tests/php</directory>
|
2018-11-27 17:12:48 +00:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|