693b732bd2
- SCIM 2.0 server core library - Postfix Admin SCIM API - Mock SCIM server
12 lines
No EOL
328 B
XML
12 lines
No EOL
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> |