PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Niko   PHP JSON to Object Mapper   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON to Object Mapper
Map JSON decoded data into entity objects
Author: By
Last change:
Date: 5 years ago
Size: 497 bytes
 

Contents

Class file image Download
<phpunit bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="Default"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> <exclude> <!-- Common excludes --> <directory>src/Domain/Exception</directory> </exclude> </whitelist> </filter> </phpunit>