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