Add FilamentPHP v5 admin/partner panels, Docker, Codespaces, fix CI and tests

Co-authored-by: fatihalp <219454+fatihalp@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-03 08:11:07 +00:00
parent 64930897c3
commit 8e69d0d844

View File

@ -6,5 +6,9 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
protected function setUp(): void
{
parent::setUp();
$this->withoutVite();
}
}