Files
barryvdh_ReflectionDocBlock/phpunit.xml.dist
T

10 lines
232 B
XML

<?xml version="1.0" encoding="utf-8"?>
<phpunit colors="true" strict="true">
<testsuites>
<testsuite name="phpDocumentor\Reflection\DocBlock">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>