NxTIC/phpunit/phpunit.xml

33 lines
668 B
XML
Executable File

<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>
<testsuite name="config/">
<file>./tests/config.php</file>
</testsuite>
<testsuite name='manager/ModuleRequest'>
<file>./tests/ModuleRequest.php</file>
</testsuite>
<!-- <testsuite name="manager/sessionManager">
<file>./tests/sessionManager.php</file>
</testsuite> -->
</testsuites>
<logging>
<log type="coverage-html" target="coverage"/>
</logging>
</phpunit>