PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Niko   PHP Serializable JSON and Array Entity   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Serializable JSON and Array Entity
Dump objects to strings in JSON and Array formats
Author: By
Last change:
Date: 5 years ago
Size: 422 bytes
 

Contents

Class file image Download
<phpunit bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="Default"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src</directory> <exclude> <directory suffix="Exception.php">./src</directory> </exclude> </whitelist> </filter> </phpunit>