PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Dmitri Russu   PHP SEPA XML Class   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SEPA XML Class
Generate XML for the Single Euro Payments Area
Author: By
Last change:
Date: 2 years ago
Size: 582 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="./tests/bootstrap.php" colors="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" verbose="true"> <testsuites> <testsuite name="SEPA SDD XML Generator"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./vendor</directory> <directory>./tests</directory> </exclude> </whitelist> </filter> </phpunit>