8 lines
191 B
XML
8 lines
191 B
XML
<phpunit bootstrap="bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="unit">
|
|
<directory>./Unit</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|