fix calendar css, take 2. (#213)
[openemr.git] / interface / modules / zend_modules / vendor / doctrine / cache / tests / travis / phpunit.travis.xml
bloba01faa5c2d553aca016aeec0e306a2c450dab8c3
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"
9         stopOnFailure="false"
10         backupGlobals="false"
11         syntaxCheck="false"
12         colors="true">
14     <logging>
15         <log type="coverage-clover" target="../../build/logs/clover.xml"/>
16     </logging>
18     <testsuites>
19         <testsuite name="Doctrine Cache Test Suite">
20             <directory>../Doctrine/</directory>
21         </testsuite>
22     </testsuites>
24     <filter>
25         <whitelist>
26             <directory>../../lib/Doctrine/</directory>
27         </whitelist>
28     </filter>
29     
30     <groups>
31         <exclude>
32             <group>performance</group>
33         </exclude>
34     </groups>
35 </phpunit>