NxTIC/phpunit/phpunit.xml

25 lines
484 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="manager/sessionManager">
<file>./tests/sessionManager.php</file>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="coverage"/>
</logging>
</phpunit>