PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon Config   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaxon Config
Save configuration values in immutable objects
Author: By
Last change:
Date: 8 days ago
Size: 632 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">src</directory> </include> <report> <clover outputFile="build/logs/clover.xml"/> <html outputDirectory="build/logs/html" lowUpperBound="35" highLowerBound="70"/> </report> </coverage> <testsuites> <testsuite name="Jaxon Config"> <directory>tests</directory> </testsuite> </testsuites> <logging/> </phpunit>