PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP EMail Check   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP EMail Check
Validate email addresses using DNS or find typos
Author: By
Last change: Update of phpunit.xml
Date: 1 year ago
Size: 509 bytes
 

Contents

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