17 lines
439 B
XML
17 lines
439 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<phpunit colors="true" bootstrap="./vendor/autoload.php">
|
|
|
|
<testsuites>
|
|
<testsuite name="PrestaShop Circuit Breaker Test suite">
|
|
<directory>./tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">src</directory>
|
|
</whitelist>
|
|
</filter>
|
|
|
|
</phpunit>
|