From 2d544c2bc26144d9a962c84d38afe8fe0609f7be Mon Sep 17 00:00:00 2001 From: Jasper Tey Date: Wed, 13 Nov 2024 02:00:36 -0500 Subject: [PATCH] Clear config cache after test. --- tests/Config/ManagerTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Config/ManagerTest.php b/tests/Config/ManagerTest.php index 9368f75..066c0ea 100644 --- a/tests/Config/ManagerTest.php +++ b/tests/Config/ManagerTest.php @@ -1,5 +1,6 @@ cleanSlate(); + Artisan::call('config:clear'); }); it('can update and merge current config file with latest copy from package', function () {