mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
16 lines
591 B
XML
16 lines
591 B
XML
<phpunit bootstrap="./func_tests_bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="Shlink functional database tests">
|
|
<directory>./module/*/test-func</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">./module/*/src/Repository</directory>
|
|
<directory suffix=".php">./module/*/src/**/Repository</directory>
|
|
<directory suffix=".php">./module/*/src/**/**/Repository</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|