PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Insolita   PHP Array Structure Validator   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Array Structure Validator
Validate complex array structure using rules
Author: By
Last change:
Date: 3 years ago
Size: 375 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <phpunit bootstrap="./tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false"> <testsuites> <testsuite name="Test Suite"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> </phpunit>