Mercurial > hg > isophonics-drupal-site
comparison vendor/masterminds/html5/phpunit.xml.dist @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <phpunit colors="true" bootstrap="vendor/autoload.php"> | |
3 <testsuites> | |
4 <testsuite name="PHPUnit"> | |
5 <directory>test/HTML5/</directory> | |
6 </testsuite> | |
7 </testsuites> | |
8 <filter> | |
9 <blacklist> | |
10 <file>systemlib.phpreflection_hni</file> | |
11 <file>src/HTML5/Parser/InputStream.php</file> | |
12 <file>src/HTML5/Serializer/RulesInterface.php</file> | |
13 <file>src/HTML5/Entities.php</file> | |
14 <file>src/HTML5/Serializer/HTML5Entities.php</file> | |
15 </blacklist> | |
16 </filter> | |
17 </phpunit> |