whmcs-accounting/phpunit.xml.dist
2017-01-03 09:14:27 +00:00

14 lines
430 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.6/phpunit.xsd"
bootstrap="tests/_bootstrap.php"
cacheTokens="false"
>
<testsuites>
<testsuite name="WHMCS Sample Addon Module Tests">
<directory suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>