PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Caleb   Aggregator   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aggregator
Aggregate multiple IP addresses in single ranges
Author: By
Last change:
Date: 6 years ago
Size: 365 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true"> <testsuites> <testsuite name="Unit Tests"> <directory>tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src/</directory> </whitelist> </filter> </phpunit>