scratch – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
115 office 1 <?xml version="1.0" encoding="UTF-8"?>
2  
3 <phpunit bootstrap="vendor/autoload.php" colors="true">
4 <testsuites>
5 <testsuite name="Monolog Test Suite">
6 <directory>tests/Monolog/</directory>
7 </testsuite>
8 </testsuites>
9  
10 <filter>
11 <whitelist>
12 <directory suffix=".php">src/Monolog/</directory>
13 </whitelist>
14 </filter>
15  
16 <php>
17 <ini name="date.timezone" value="UTC"/>
18 </php>
19 </phpunit>