mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-06-08 15:15:59 +02:00
8 lines
179 B
PHP
8 lines
179 B
PHP
<?php
|
|
|
|
error_reporting(E_ALL);
|
|
date_default_timezone_set('Europe/London');
|
|
|
|
$loader = require(dirname(__DIR__) . '/vendor/autoload.php');
|
|
$loader->add('DebugBar\Tests', __DIR__);
|