11 lines
202 B
XML
11 lines
202 B
XML
<phpunit
|
|
colors="true"
|
|
verbose="false"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="unit">
|
|
<directory>test/phpUnitTests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|