Files
whoops/tests/bootstrap.php
T
2016-07-24 19:34:01 +02:00

11 lines
226 B
PHP

<?php
/**
* Whoops - php errors for cool kids
* @author Filipe Dobreira <http://github.com/filp>
*
* Bootstraper for PHPUnit tests.
*/
error_reporting(E_ALL | E_STRICT);
require_once __DIR__ . '/../vendor/autoload.php';