tao-test/app/vendor/naneau/semver/phpunit.xml

13 lines
213 B
XML

<phpunit
bootstrap="Tests/bootstrap.php"
colors="true"
>
<testsuites>
<testsuite name="SemVer">
<directory>Tests</directory>
</testsuite>
</testsuites>
</phpunit>