mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
update phpunit config
This commit is contained in:
parent
e3ec1b0518
commit
b15be0d7dd
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit
|
||||
bootstrap="tests/phpunit/bootstrap.php"
|
||||
bootstrap="tests/bootstrap.php"
|
||||
backupGlobals="false"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
@ -12,16 +12,16 @@
|
||||
syntaxCheck="true"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="Retailcrm PrestaShop Test Suite">
|
||||
<directory>tests/phpunit</directory>
|
||||
<testsuite name="PrestaShop retailCRM Test Suite">
|
||||
<directory suffix="Test.php">tests</directory>
|
||||
<exclude>tests/helpers</exclude>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
<whitelist addUncoveredFilesFromWhitelist="true">
|
||||
<whitelist>
|
||||
<directory suffix=".php">retailcrm</directory>
|
||||
<exclude>
|
||||
<directory suffix=".php">retailcrm/translations</directory>
|
||||
<directory suffix=".php">retailcrm/job</directory>
|
||||
<file>bootstrap.php</file>
|
||||
<file>index.php</file>
|
||||
<file>logo.gif</file>
|
||||
|
Loading…
x
Reference in New Issue
Block a user