1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-25 02:31:25 +02:00
Files
php-debugbar/tests/bootstrap.php
2013-09-20 15:46:52 -04:00

7 lines
146 B
PHP

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