Mercurial > hg > isophonics-drupal-site
view vendor/drupal/coder/phpunit.xml.dist @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +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>