12 lines
328 B
XML
12 lines
328 B
XML
|
<phpunit
|
||
|
bootstrap="../vendor/autoload.php"
|
||
|
colors="true"
|
||
|
cacheResultFile=".phpunit.result.cache"
|
||
|
convertNoticesToExceptions="false"
|
||
|
convertWarningsToExceptions="false">
|
||
|
<testsuites>
|
||
|
<testsuite name="Unit">
|
||
|
<directory>unit</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|