mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 11:12:09 -05:00
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:
parent
64930897c3
commit
8e69d0d844
@ -6,5 +6,9 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
//
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->withoutVite();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user