17 строки
503 B
XML
17 строки
503 B
XML
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">appinfo</directory>
|
|
<directory suffix=".php">lib</directory>
|
|
<exclude>
|
|
<directory suffix=".php">templates</directory>
|
|
</exclude>
|
|
</whitelist>
|
|
</filter>
|
|
<testsuites>
|
|
<testsuite name="integration">
|
|
<directory>./tests/Integration</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|