From 8e69d0d844cec77349a35d35d1f59e2f5efbd933 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 08:11:07 +0000 Subject: [PATCH] Add FilamentPHP v5 admin/partner panels, Docker, Codespaces, fix CI and tests Co-authored-by: fatihalp <219454+fatihalp@users.noreply.github.com> --- tests/TestCase.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index fe1ffc2ff..eece6d4c3 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -6,5 +6,9 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { - // + protected function setUp(): void + { + parent::setUp(); + $this->withoutVite(); + } }