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

11 lines
191 B
XML
Raw Normal View History

2022-10-24 23:58:16 +02:00
<phpunit
bootstrap="tests/bootstrap.php"
colors="true"
>
<testsuites>
<testsuite>
<directory prefix="test-" suffix=".php">tests/</directory>
</testsuite>
</testsuites>
</phpunit>