PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Lucas de Oliveira   PHP Array Keys Case Transform   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Array Keys Case Transform
Transform an array to change the case of the keys
Author: By
Last change:
Date: 6 years ago
Size: 928 bytes
 

Contents

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