15 lines
438 B
XML
15 lines
438 B
XML
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="Unit">
|
|
<directory>./tests/Unit</directory>
|
|
</testsuite>
|
|
<testsuite name="Integration">
|
|
<directory>./tests/Integration</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">lib</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit> |