proofdb/vendor/webman/validation/phpunit.xml
2026-05-01 23:40:14 +08:00

11 lines
306 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="src/Tests/bootstrap.php"
colors="true"
cacheDirectory=".phpunit.cache">
<testsuites>
<testsuite name="webman-validation">
<directory>src/Tests</directory>
</testsuite>
</testsuites>
</phpunit>