From 61ac78ac247392c54578e0cd2c017c16b679c4ab Mon Sep 17 00:00:00 2001 From: Dustin Wilson Date: Wed, 25 Jan 2023 20:33:31 -0600 Subject: [PATCH] Cleaning up test boostrap --- tests/bootstrap.php | 2 -- 1 file changed, 2 deletions(-) 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')) {