<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         bootstrap="bootstrap.php"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="false"
        >
    <testsuites>
        <testsuite name="Goracash General API tests">
            <directory suffix=".php">./general/</directory>
        </testsuite>
        <testsuite name="Goracash Contact API tests">
            <directory suffix=".php">./contact/</directory>
        </testsuite>
        <testsuite name="Goracash Phone API tests">
            <directory suffix=".php">./phone/</directory>
        </testsuite>
        <testsuite name="Goracash Lead API tests">
            <directory suffix=".php">./lead/</directory>
        </testsuite>
        <testsuite name="Goracash Data API tests">
            <directory suffix=".php">./data/</directory>
        </testsuite>
        <testsuite name="Goracash Subscription API tests">
            <directory suffix=".php">./subscription/</directory>
        </testsuite>
    </testsuites>
</phpunit>
