PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Dot Notation to Array   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dot Notation to Array
Access arrays using the dot notation text keys
Author: By
Last change:
Date: 1 year ago
Size: 657 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.0/phpunit.xsd" bootstrap="vendor/autoload.php" backupGlobals="false" colors="true" verbose="true" stopOnFailure="false"> <testsuites> <testsuite name="xobotyi\dotarray tests"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>