first commit
This commit is contained in:
16
modules/psaddonsconnect/vendor/prestashop/circuit-breaker/phpunit.xml.dist
vendored
Normal file
16
modules/psaddonsconnect/vendor/prestashop/circuit-breaker/phpunit.xml.dist
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user