xarxaprod-wp-theme/vendor/wp-cli/php-cli-tools/phpunit.xml

11 lines
191 B
XML

<phpunit
bootstrap="tests/bootstrap.php"
colors="true"
>
<testsuites>
<testsuite>
<directory prefix="test-" suffix=".php">tests/</directory>
</testsuite>
</testsuites>
</phpunit>