Browse Source

Cleaning up test boostrap

2.1.0 v1.0.4
Dustin Wilson 1 year ago
parent
commit
61ac78ac24
  1. 2
      tests/bootstrap.php

2
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')) {

Loading…
Cancel
Save