scratch – Blame information for rev 87

Subversion Repositories:
Rev:
Rev Author Line No. Line
87 office 1 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.5/phpunit.xsd"
3 bootstrap="vendor/autoload.php">
4 <testsuites>
5 <testsuite name="Default">
6 <directory suffix=".php">tests</directory>
7 </testsuite>
8 </testsuites>
9 <filter>
10 <whitelist processUncoveredFilesFromWhitelist="true">
11 <directory suffix=".php">src</directory>
12 </whitelist>
13 </filter>
14 </phpunit>