16 lines
391 B
XML
16 lines
391 B
XML
<phpunit bootstrap="bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="integration-database">
|
|
<directory>./integration/database</directory>
|
|
</testsuite>
|
|
<testsuite name="integration-app">
|
|
<directory>./integration/app</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">./../lib</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|