23 lines
349 B
XML
Executable File
23 lines
349 B
XML
Executable File
<phpunit bootstrap="./bootstrap.php">
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="user_create">
|
|
<directory suffix='.php'>tests/user/create/</directory>
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
|
<filter>
|
|
<whitelist>
|
|
<directory>../build/</directory>
|
|
</whitelist>
|
|
</filter>
|
|
|
|
<logging>
|
|
<log type="coverage-html" target="coverage"/>
|
|
</logging>
|
|
|
|
</phpunit>
|