mirror of
https://github.com/filp/whoops.git
synced 2026-08-26 09:07:42 +00:00
10 lines
235 B
PHP
10 lines
235 B
PHP
<?php
|
|
/**
|
|
* Damnit - 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('Damnit\\', __DIR__);
|