8 lines
175 B
XML
8 lines
175 B
XML
<phpunit bootstrap="bootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="Unit">
|
|
<directory>Unit</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|