1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 22:42:38 +01:00
php-monolog/tests/bootstrap.php

14 lines
327 B
PHP
Raw Normal View History

2011-02-17 02:08:00 +01:00
<?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.
*/
$loader = require __DIR__ . "/../vendor/autoload.php";
2012-06-19 22:15:23 +02:00
$loader->add('Monolog\\', __DIR__);