PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   User Input Validator   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: User Input Validator
Validate request values according to given rules
Author: By
Last change:
Date: 7 years ago
Size: 525 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="true" syntaxCheck="false"> <testsuites> <testsuite name="InputValidator Test Suite"> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> </phpunit>