12 lines
285 B
XML
12 lines
285 B
XML
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="integration">
|
|
<directory>./tests/integration</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">./lib</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit> |