PHP Classes

File: vendor/monolog/monolog/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/monolog/monolog/phpunit.xml.dist   Download  
File: vendor/monolog/monolog/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 4 years ago
Size: 460 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true"> <testsuites> <testsuite name="Monolog Test Suite"> <directory>tests/Monolog/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src/Monolog/</directory> </whitelist> </filter> <php> <ini name="date.timezone" value="UTC"/> </php> </phpunit>