PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Stefan Kientzler   PHP SEPA XML Generator   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SEPA XML Generator
Generate SEPA XML to define a payment instructions
Author: By
Last change: codecov support
Date: 2 years ago
Size: 740 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit verbose="true" colors="true" bootstrap ="autoloader.php"> <testsuites> <testsuite name="Sepa"> <directory>SKien/Test/Sepa</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">SKien/Sepa</directory> <directory suffix=".php">SKien/Sepa/CntryValidation</directory> </whitelist> </filter> <logging> <log type="coverage-text" target="php://stdout" showUncoveredFiles="true" showOnlySummary="true"/> <log type="coverage-html" target="SKien/Test/Sepa/coverage"/> <log type="coverage-clover" target="./clover.xml"/> </logging> </phpunit>