<?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="../bootstrap.php" colors="true">
    <php>

        <var name="db_type" value="pdo_pgsql"/>
        <var name="db_host" value="localhost"/>
        <var name="db_username" value="postgres"/>
        <var name="db_password" value=""/>
        <var name="db_name" value="entity_audit_tests"/>
        <var name="db_port" value="5432"/>
    </php>

    <testsuites>
        <testsuite name="SimpleThings EntityAudit">
            <directory>./../SimpleThings/Tests/EntityAudit</directory>
        </testsuite>
    </testsuites>

</phpunit>
