PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP CSS to Inline Styles   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CSS to Inline Styles
Convert CSS styles into HTML attribute values
Author: By
Last change: Merge remote-tracking branch 'origin/master'

* origin/master:
Apply fixes from StyleCI
Date: 6 years 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>