1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00
php-debugbar/tests/bootstrap.php
2014-10-27 16:08:39 +00:00

8 lines
190 B
PHP

<?php
error_reporting(E_ALL | E_STRICT);
date_default_timezone_set('Europe/London');
$loader = require(dirname(__DIR__) . '/vendor/autoload.php');
$loader->add('DebugBar\Tests', __DIR__);