11 lines
176 B
XML
11 lines
176 B
XML
|
<phpunit
|
||
|
colors="true"
|
||
|
verbose="true"
|
||
|
>
|
||
|
<testsuites>
|
||
|
<testsuite name="Config Tests">
|
||
|
<directory>tests</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|