1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 21:38:14 +01:00
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__);