comparison vendor/sebastian/recursion-context/phpunit.xml.dist @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c75dbcec494b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit backupGlobals="false"
3 bootstrap="vendor/autoload.php"
4 beStrictAboutTestsThatDoNotTestAnything="true"
5 beStrictAboutOutputDuringTests="true"
6 beStrictAboutTodoAnnotatedTests="true"
7 checkForUnintentionallyCoveredCode="true"
8 forceCoversAnnotation="true"
9 verbose="true">
10 <testsuites>
11 <testsuite name="recursion-context">
12 <directory>tests</directory>
13 </testsuite>
14 </testsuites>
15 <filter>
16 <whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="true">
17 <directory>src</directory>
18 </whitelist>
19 </filter>
20 </phpunit>