PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP HTTP Header Response   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTTP Header Response
Send response headers to process HTTP requests
Author: By
Last change:
Date: 11 months ago
Size: 497 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/10.2/phpunit.xsd" cacheDirectory=".phpunit.cache"> <coverage/> <testsuites> <testsuite name="Unit Tests"> <directory>tests</directory> </testsuite> </testsuites> <source> <include> <directory suffix=".php">src</directory> </include> </source> </phpunit>