Move into nested docroot
This commit is contained in:
parent
83a0d3a149
commit
c8b70abde9
13405 changed files with 0 additions and 0 deletions
17
web/vendor/masterminds/html5/phpunit.xml.dist
vendored
Normal file
17
web/vendor/masterminds/html5/phpunit.xml.dist
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?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>
|
||||
Reference in a new issue