2019-02-28 14:45:39 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit
|
|
|
|
bootstrap="tests/phpunit/bootstrap.php"
|
|
|
|
backupGlobals="false"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
verbose="true"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Retailcrm Bitrix module Test Suite">
|
|
|
|
<directory suffix=".php">tests/phpunit</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2019-02-28 16:37:37 +03:00
|
|
|
</phpunit>
|