PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP HTML Minify Class   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTML Minify Class
Compress HTML removing unnecessary data
Author: By
Last change: [*]: update CI stuff v1
Date: 1 year ago
Size: 408 bytes
 

Contents

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