Files
DrupalTutorial/vendor/webflo/drupal-finder/phpunit.xml.dist
2024-07-15 12:33:27 +02:00

10 lines
248 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite name="DrupalFinder Test Suite">
<directory>./tests</directory>
<exclude>./tests/fixtures</exclude>
</testsuite>
</testsuites>
</phpunit>