Security update for Core, with self-updated composer
[yaffs-website] / vendor / doctrine / cache / phpunit.xml.dist
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <phpunit
4     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5     xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
6     backupGlobals="false"
7     colors="true"
8     bootstrap="vendor/autoload.php"
9 >
10     <php>
11         <ini name="error_reporting" value="-1" />
12     </php>
13
14     <testsuites>
15         <testsuite name="Doctrine Cache Test Suite">
16             <directory>./tests/Doctrine/</directory>
17         </testsuite>
18     </testsuites>
19
20     <filter>
21         <whitelist>
22             <directory>./lib/Doctrine/</directory>
23         </whitelist>
24     </filter>
25 </phpunit>