scim-server-php/test/phpunit.xml

12 lines
328 B
XML
Raw Normal View History

<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>