Mercurial > hg > isophonics-drupal-site
view vendor/drupal/coder/phpunit.xml.dist @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +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>