Mercurial > hg > isophonics-drupal-site
comparison vendor/phpdocumentor/reflection-docblock/phpunit.xml.dist @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
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> |