SMMP/phpunit/phpunit.xml

17 lines
279 B
XML
Raw Normal View History

<phpunit bootstrap="./bootstrap.php">
<testsuites>
<testsuite name="\manager\Database">
<directory prefix="Database_" suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="coverage"/>
</logging>
</phpunit>