PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Moamen Eltouny   PHP Dot Notation Array Access   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dot Notation Array Access
Access array elements using path strings with dots
Author: By
Last change:
Date: 3 years ago
Size: 772 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="false" > <testsuites> <testsuite name="Package Test Suite"> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src</directory> <exclude> <directory suffix="include.php">src</directory> </exclude> </whitelist> </filter> </phpunit>