PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Charon - Modern Rate Limiter and Throttler for PHP   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Charon - Modern Rate Limiter and Throttler for PHP
Limit the number of accesses of users to sites
Author: By
Last change:
Date: 17 days ago
Size: 512 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" cacheDirectory=".phpunit.cache"> <testsuites> <testsuite name="Charon Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <source> <include> <directory>src</directory> </include> </source> </phpunit>