Mercurial > hg > cmmr2012-drupal-site
comparison vendor/phpdocumentor/reflection-docblock/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 | |
3 <phpunit colors="true" strict="true" bootstrap="vendor/autoload.php"> | |
4 <testsuites> | |
5 <testsuite name="phpDocumentor\Reflection\DocBlock"> | |
6 <directory>./tests/</directory> | |
7 </testsuite> | |
8 </testsuites> | |
9 <filter> | |
10 <whitelist> | |
11 <directory suffix=".php">./src/</directory> | |
12 </whitelist> | |
13 </filter> | |
14 </phpunit> |