<?xml version="1.0" encoding="utf-8"?>
<phpunit>
    <testsuites>
        <testsuite name="Doctrine DBAL Test Suite">
            <directory>./../Doctrine/Tests/DBAL</directory>
        </testsuite>
    </testsuites>
    <groups>
        <exclude>
            <group>performance</group>
            <group>locking_functional</group>
        </exclude>
    </groups>
</phpunit>