Mercurial > hg > isophonics-drupal-site
view vendor/masterminds/html5/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 colors="true" bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="PHPUnit"> <directory>test/HTML5/</directory> </testsuite> </testsuites> <filter> <blacklist> <file>systemlib.phpreflection_hni</file> <file>src/HTML5/Parser/InputStream.php</file> <file>src/HTML5/Serializer/RulesInterface.php</file> <file>src/HTML5/Entities.php</file> <file>src/HTML5/Serializer/HTML5Entities.php</file> </blacklist> </filter> </phpunit>