From 6cd0c4376241a16bfd44cd2c3a3bc90c5e9dec87 Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Thu, 27 Jul 2023 21:52:24 +0200 Subject: [PATCH] Fix session error in CI --- tests/Cms/Api/routes/AccountRoutesTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Cms/Api/routes/AccountRoutesTest.php b/tests/Cms/Api/routes/AccountRoutesTest.php index 574829da29..b4e9f7f91d 100644 --- a/tests/Cms/Api/routes/AccountRoutesTest.php +++ b/tests/Cms/Api/routes/AccountRoutesTest.php @@ -47,6 +47,7 @@ public function setUp(): void public function tearDown(): void { + $this->app->session()->destroy(); App::destroy(); Field::$types = []; Section::$types = [];