Mercurial > hg > isophonics-drupal-site
comparison vendor/webmozart/path-util/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 bootstrap="vendor/autoload.php" colors="true"> | |
4 <testsuites> | |
5 <testsuite name="Path-Util Test Suite"> | |
6 <directory suffix="Test.php">./tests/</directory> | |
7 </testsuite> | |
8 </testsuites> | |
9 | |
10 <!-- Whitelist for code coverage --> | |
11 <filter> | |
12 <whitelist> | |
13 <directory suffix=".php">./src/</directory> | |
14 </whitelist> | |
15 </filter> | |
16 </phpunit> |