PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Simple Log Class   tests/phpunit.xml   Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Simple Log Class
Output log messages compliant with PSR-3
Author: By
Last change:
Date: 1 year ago
Size: 465 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="bootstrap.php" colors="true"> <testsuites> <testsuite name="Logger"> <directory suffix="Test.php">.</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">../src/</directory> <exclude> <directory suffix=".php">../vendor/</directory> </exclude> </whitelist> </filter> </phpunit>