PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Marco Cesarato   PHP Dumper Var   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dumper Var
Display a formatted version of variable values
Author: By
Last change: Resolves issue #2
Date: 4 years ago
Size: 347 bytes
 

Contents

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