1 <?xml version="1.0" encoding="UTF-8"?>
3 <phpunit bootstrap="../Doctrine/Tests/TestInit.php"
4 convertWarningsToExceptions="true"
5 convertNoticesToExceptions="true"
6 convertErrorsToExceptions="true"
7 backupStaticAttributes="false"
8 processIsolation="false"
15 <log type="coverage-clover" target="../../build/logs/clover.xml"/>
19 <testsuite name="Doctrine Cache Test Suite">
20 <directory>../Doctrine/</directory>
26 <directory>../../lib/Doctrine/</directory>
32 <group>performance</group>