1
0
mirror of synced 2024-11-22 11:56:03 +03:00
mg-bot-api-client-php/phpunit.xml.dist
2019-06-10 16:24:22 +03:00

23 lines
569 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="phpunit.xsd"
bootstrap="./tests/bootstrap.php"
colors="true"
verbose="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="RetailCrm">
<directory>tests/Bot/Tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src/Bot</directory>
</whitelist>
</filter>
</phpunit>