PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Amós Assis   CFE Printer   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CFE Printer
Generate printable documents for sales in Brazil
Author: By
Last change:
Date: 1 year ago
Size: 305 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" verbose="true" stopOnFailure="false"> <testsuites> <testsuite name="Test suite"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>