<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         colors="false"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         stopOnFailure="false"
         syntaxCheck="false"
         bootstrap="../bootstrap.php"
>
    <php>
        <var name="db_type" value="pdo_mysql"/>
        <var name="db_host" value="127.0.0.1" />
        <var name="db_username" value="travis" />
        <var name="db_password" value="travis" />
        <var name="db_name" value="doctrine_extensions_tests" />
        <var name="db_port" value="33060"/>
    </php>

    <testsuites>
        <testsuite name="Oro Doctrine Extensions Test Suite">
            <directory>../Oro/Tests/ORM</directory>
            <directory>../Oro/Tests/DBAL</directory>
        </testsuite>
    </testsuites>
</phpunit>
