PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Stefan Kientzler   PHP Config Class from Files in JSON, INI, XML, YAML, NEON or Arrays   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Config Class from Files in JSON, INI, XML, YAML, NEON or Arrays
Read configuration from multiple file formats
Author: By
Last change: Preparations for Codecov
Date: 2 years ago
Size: 669 bytes
 

Contents

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