2016-02-12 15:20:26 +00:00
|
|
|
<phpunit bootstrap="../manager/autoloader.php">
|
|
|
|
|
|
|
|
<testsuites>
|
2016-02-12 19:49:03 +00:00
|
|
|
<testsuite name="\manager\Database">
|
2016-02-12 22:22:14 +00:00
|
|
|
<directory suffix=".php">./tests/</directory>
|
2016-02-12 15:20:26 +00:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
|
|
|
|
|
|
|
<logging>
|
|
|
|
<log type="coverage-html" target="coverage"/>
|
|
|
|
</logging>
|
|
|
|
|
|
|
|
</phpunit>
|