PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Lars Moelleken   Stringy   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Stringy
Manipulate strings encoded using Unicode
Author: By
Last change:
Date: 3 years ago
Size: 370 bytes
 

Contents

Class file image Download
<phpunit> <testsuite name="Stringy"> <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>