NxTIC/phpunit/phpunit.xml

29 lines
575 B
XML
Raw Normal View History

<phpunit bootstrap="./bootstrap.php">
<testsuites>
<testsuite name="manager/Database">
<directory prefix="Database_" suffix=".php">./tests/</directory>
</testsuite>
<testsuite name="manager/ManagerError">
<file>./tests/ManagerError.php</file>
</testsuite>
2016-04-17 15:46:34 +00:00
<testsuite name="config/">
<file>./tests/config.php</file>
</testsuite>
2016-04-17 10:49:40 +00:00
<!-- <testsuite name="manager/sessionManager">
<file>./tests/sessionManager.php</file>
2016-04-17 10:49:40 +00:00
</testsuite> -->
</testsuites>
<logging>
<log type="coverage-html" target="coverage"/>
</logging>
</phpunit>