PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Facebook Messenger Bot Builder   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Facebook Messenger Bot Builder
Build bot to interact with Facebook Messenger user
Author: By
Last change:
Date: 5 years ago
Size: 416 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/" charset="UTF-8"> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src/Builder.php</directory> </whitelist> </filter> <logging> <log type="coverage-clover" target="clover.xml"/> </logging> </phpunit>