SMMP/phpunit/phpunit.xml

23 lines
323 B
XML
Raw Normal View History

2017-05-12 21:52:21 +00:00
<phpunit bootstrap="./bootstrap.php">
<testsuites>
2017-05-12 20:40:51 +00:00
2017-05-12 21:52:21 +00:00
<testsuite name="user">
<file>./tests/user/create.php</file>
</testsuite>
</testsuites>
2017-05-12 20:40:51 +00:00
<filter>
<whitelist>
<directory>../build/</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="coverage"/>
</logging>
</phpunit>