14 lines
430 B
Text
14 lines
430 B
Text
|
<?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>
|