PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of José Miguel Moreno   Facturae PHP   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Facturae PHP
Generate XML electronic bills paid in Spain
Author: By
Last change: Arreglado coverage

- Cambiada versión mínima de PHPUnit para ejecutar en PHP 5.6 y superior
- Añadida whitelist a phpunit.xml
Date: 5 years ago
Size: 474 bytes
 

Contents

Class file image Download
<phpunit colors="true" bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="AppTests"> <directory>tests</directory> </testsuite> </testsuites> <logging> <log type="coverage-xml" target="build/coverage-xml" /> <log type="coverage-clover" target="build/logs/clover.xml" /> </logging> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>