PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Lars Moelleken   Simple HTML DOM   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple HTML DOM
Manipulate HTML elements using DOMDocument
Author: By
Last change: Update of phpunit.xml
Date: 1 year ago
Size: 421 bytes
 

Contents

Class file image Download
<phpunit bootstrap="tests/bootstrap.php"> <testsuite name="Simple HTML Dom Test 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>