PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Andreas Kollaros   Aktive Merchant   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aktive Merchant
Common interface to process payments with gateways
Author: By
Last change: Update of phpunit.xml
Date: 2 months ago
Size: 818 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html --> <phpunit backupGlobals = "false" backupStaticAttributes = "false" colors = "true" verbose = "true" bootstrap = "vendor/autoload.php"> <filter> <whitelist> <directory suffix=".php">lib/</directory> </whitelist> </filter> <logging> <log type="tap" target="build/report.tap"/> <log type="junit" target="build/report.junit.xml"/> <log type="coverage-html" target="build/coverage"/> <log type="coverage-text" target="build/coverage.txt"/> <log type="coverage-clover" target="build/logs/clover.xml"/> </logging> </phpunit>