PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP IPv4 Address Subnet Calculator   tests/phpunit.xml   Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP IPv4 Address Subnet Calculator
Calculate subnet mask and other network details
Author: By
Last change:
Date: 1 year ago
Size: 463 bytes
 

Contents

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