1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/phpunit.xml.dist

23 lines
581 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2016-01-09 15:23:50 +03:00
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="phpunit.xsd"
bootstrap="./tests/bootstrap.php"
colors="true"
verbose="true"
processIsolation="false"
2016-04-14 23:11:51 +03:00
stopOnFailure="false">
<testsuites>
<testsuite name="RetailCrm">
<directory>tests/RetailCrm/Tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src/RetailCrm</directory>
</whitelist>
</filter>
</phpunit>