Mercurial > hg > cmmr2012-drupal-site
view vendor/drupal/coder/phpunit.xml.dist @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
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>