1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 16:46:11 +02:00
Files
php-monolog/tests/bootstrap.php
Jordi Boggiano f200e79879 CS fixes
2016-05-26 20:54:06 +01:00

15 lines
314 B
PHP

<?php
/*
* This file is part of the Monolog package.
*
* (c) Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
date_default_timezone_set('UTC');
require __DIR__.'/../vendor/autoload.php';