Mercurial > hg > cmmr2012-drupal-site
comparison vendor/drupal/coder/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 bootstrap="coder_sniffer/Drupal/Test/phpunit-bootstrap.php" colors="true"> | |
4 <testsuites> | |
5 <testsuite name="Coder Sniffer Drupal Test Suite"> | |
6 <directory>coder_sniffer/Drupal/Test</directory> | |
7 </testsuite> | |
8 <testsuite name="Coder Sniffer DrupalPractice Test Suite"> | |
9 <directory>coder_sniffer/DrupalPractice/Test</directory> | |
10 </testsuite> | |
11 </testsuites> | |
12 <!-- Filter for coverage reports. --> | |
13 <filter> | |
14 <blacklist> | |
15 <directory>./vendor</directory> | |
16 </blacklist> | |
17 </filter> | |
18 </phpunit> |