PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Web Service Bundle   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Web Service Bundle
Call APIs to email, shorten URLs and upload images
Author: By
Last change:
Date: 8 years ago
Size: 449 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8" ?> <phpunit colors="true" bootstrap="./vendor/autoload.php" type="coverage-text" target="src/serviceBundle/" charset="UTF-8"> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src/serviceBundle/serviceBundle.php</directory> </whitelist> </filter> <logging> <log type="coverage-clover" target="clover.xml"/> </logging> </phpunit>