PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   Zest   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Zest
Application to show the use of the Zest framework
Author: By
Last change:
Date: 2 years ago
Size: 594 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage> <include> <directory suffix=".php">src</directory> </include> <report> <clover outputFile="clover.xml"/> </report> </coverage> <testsuites> <testsuite name="unit"> <directory>Tests</directory> </testsuite> </testsuites> <php> <const name="PHPUNIT_RUNNING" value="true"/> </php> <logging/> </phpunit>