mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
10 lines
232 B
XML
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>
|