PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Roni   Easy Merge2PDF   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy Merge2PDF
Merge PDF and Image files into a single PDF file
Author: By
Last change:
Date: 1 year ago
Size: 430 bytes
 

Contents

Class file image Download
<phpunit bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="EasyMerge2pdf"> <directory>tests</directory> </testsuite> </testsuites> <coverage cacheDirectory=".phpunit.cache/code-coverage" processUncoveredFiles="true"> <include> <directory suffix=".php">src</directory> </include> <report> <clover outputFile="build/logs/clover.xml" /> </report> </coverage> </phpunit>