2017-05-12 21:52:21 +00:00
|
|
|
<phpunit bootstrap="./bootstrap.php">
|
2016-02-12 15:20:26 +00:00
|
|
|
|
|
|
|
<testsuites>
|
2017-05-12 20:40:51 +00:00
|
|
|
|
2017-05-13 09:21:41 +00:00
|
|
|
<testsuite name="user_create">
|
|
|
|
<directory suffix='.php'>tests/user/create/</directory>
|
2016-02-13 16:28:28 +00:00
|
|
|
</testsuite>
|
2016-02-12 23:04:00 +00:00
|
|
|
|
2016-02-12 15:20:26 +00:00
|
|
|
</testsuites>
|
|
|
|
|
|
|
|
|
2017-05-12 20:40:51 +00:00
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory>../build/</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
|
2016-02-12 15:20:26 +00:00
|
|
|
<logging>
|
|
|
|
<log type="coverage-html" target="coverage"/>
|
|
|
|
</logging>
|
|
|
|
|
|
|
|
</phpunit>
|