Mercurial > hg > isophonics-drupal-site
comparison vendor/drupal/coder/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="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> |