1
0
mirror of synced 2024-11-22 05:16:09 +03:00
bitrix-module/phpunit.xml.dist
Akolzin Dmitry 6bb711bc52 travis
2019-02-28 14:45:39 +03:00

19 lines
544 B
XML

<?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"
syntaxCheck="true"
>
<testsuites>
<testsuite name="Retailcrm Bitrix module Test Suite">
<directory suffix=".php">tests/phpunit</directory>
</testsuite>
</testsuites>
</phpunit>