PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Rene Korss   Banklink   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Banklink
Take payments with multiple payment gateways
Author: By
Last change: Update composer dependencies
Date: 5 years ago
Size: 972 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="RKD Banklink Test Suite"> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> <groups> <exclude> <group>ignore</group> </exclude> </groups> <php> <env name="CI" value="true"/> <env name="TEST_DATETIME" value="2015-09-29T15:00:00+0300"/> </php> <filter> <whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>