/home/arranoyd/public_html/wp-content/plugins/brizy/vendor/knplabs/gaufrette/phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="false"
         bootstrap="tests/bootstrap.php.dist"
>

    <php>
        <!-- Configuration for the GridFS adapter
        <server name="MONGO_SERVER" value="localhost:27017" />
        <server name="MONGO_DATABASE" value="gaufrette" />
        -->
        <!-- Configuration for the FTP adapter
        <server name="FTP_DIRECTORY" value="/" />
        <server name="FTP_HOST" value="localhost" />
        <server name="FTP_USERNAME" value="john" />
        <server name="FTP_PASSWORD" value="johnpass" />
        <server name="FTP_MODE" value="1" />
        <server name="FTP_PASSIVE" value="0" />
        <server name="FTP_PORT" value="21" />
        <server name="FTP_CREATE" value="0" />
        -->
    </php>

    <testsuites>
        <testsuite name="Gaufrette Test Suite">
            <directory>./tests</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory>./src</directory>
        </whitelist>
    </filter>
</phpunit>