PHP Classes
elePHPant
Icontem

File: phpunit.xml

Recommend this page to a friend!
  Classes of Lars Moelleken  >  PHP HTML to Text Conversion  >  phpunit.xml  >  Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTML to Text Conversion
Parse HTML and extract text contained in it
Author: By
Last change: [*]: update phpunit-config
Date: 9 months ago
Size: 504 bytes
 

Contents

Class file image Download
<phpunit bootstrap="tests/bootstrap.php">
    <testsuite name="Test Suite">
        <directory>tests</directory>
    </testsuite>
    <filter>
        <whitelist processUncoveredFilesFromWhitelist="true">
            <directory suffix=".php">./src/</directory>
        </whitelist>
        <blacklist>
            <directory suffix=".php">./vendor</directory>
        </blacklist>
    </filter>
    <logging>
        <log type="coverage-clover" target="build/logs/clover.xml"/>
    </logging>
</phpunit>