PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of DigiLive   PHP Access Windows Registry Access   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Access Windows Registry Access
Access and manipulate the Windows registry values
Author: By
Last change:
Date: 2 years ago
Size: 370 bytes
 

Contents

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