diff --git a/tests/bootstrap.php b/tests/bootstrap.php index fa4047b..a369544 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -5,7 +5,6 @@ declare(strict_types=1); namespace MensBeam\Foundation; -use MensBeam\Foundation\Catcher; ini_set('memory_limit', '-1'); ini_set('zend.assertions', '1'); @@ -13,7 +12,6 @@ ini_set('assert.exception', 'true'); error_reporting(\E_ALL); $cwd = dirname(__DIR__); -$docRoot = "$cwd/tests/docroot"; require_once "$cwd/vendor/autoload.php"; if (function_exists('xdebug_set_filter')) {