mirror of
https://github.com/filp/whoops.git
synced 2026-08-22 01:25:04 +00:00
10 lines
235 B
PHP
10 lines
235 B
PHP
<?php
|
|
/**
|
|
* Whoops - php errors for cool kids
|
|
* @author Filipe Dobreira <http://github.com/filp>
|
|
*
|
|
* Bootstraper for PHPUnit tests.
|
|
*/
|
|
$loader = require_once __DIR__ . '/../vendor/autoload.php';
|
|
$loader->add('Whoops\\', __DIR__);
|