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

11 lines
191 B
XML
Raw Normal View History

2024-01-09 16:13:20 +01:00
<phpunit
bootstrap="tests/bootstrap.php"
colors="true"
>
<testsuites>
<testsuite>
<directory prefix="test-" suffix=".php">tests/</directory>
</testsuite>
</testsuites>
</phpunit>