Mercurial > hg > isophonics-drupal-site
view vendor/drupal/coder/phpunit.xml.dist @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="coder_sniffer/Drupal/Test/phpunit-bootstrap.php" colors="true"> <testsuites> <testsuite name="Coder Sniffer Drupal Test Suite"> <directory>coder_sniffer/Drupal/Test</directory> </testsuite> <testsuite name="Coder Sniffer DrupalPractice Test Suite"> <directory>coder_sniffer/DrupalPractice/Test</directory> </testsuite> </testsuites> <!-- Filter for coverage reports. --> <filter> <blacklist> <directory>./vendor</directory> </blacklist> </filter> </phpunit>