183770651e26d27a402399ecb4ff3187a6448bf9
[yaffs-website] / vendor / symfony / expression-language / phpunit.xml.dist
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <phpunit backupGlobals="false"
4          backupStaticAttributes="false"
5          colors="true"
6          convertErrorsToExceptions="true"
7          convertNoticesToExceptions="true"
8          convertWarningsToExceptions="true"
9          processIsolation="false"
10          stopOnFailure="false"
11          syntaxCheck="false"
12          bootstrap="vendor/autoload.php"
13 >
14     <php>
15         <ini name="error_reporting" value="-1" />
16     </php>
17
18     <testsuites>
19         <testsuite name="Symfony ExpressionLanguage Component Test Suite">
20             <directory>./Tests/</directory>
21         </testsuite>
22     </testsuites>
23
24     <filter>
25         <whitelist>
26             <directory>./</directory>
27             <exclude>
28                 <directory>./Tests</directory>
29                 <directory>./vendor</directory>
30             </exclude>
31         </whitelist>
32     </filter>
33 </phpunit>