This commit is contained in:
Marcus Moore 2024-03-14 16:26:27 -07:00
parent 95ff692b14
commit fb64892971
No known key found for this signature in database

View file

@ -32,10 +32,10 @@ abstract class TestCase extends BaseTestCase
parent::setUp();
$this->registerCustomMacros();
$this->withoutMiddleware($this->globallyDisabledMiddleware);
$this->initializeSettings();
$this->registerCustomMacros();
}
}