WIP on SQLite integration test migration

This commit is contained in:
2024-11-15 19:23:28 -05:00
parent 79044b53fc
commit 096ca53494
15 changed files with 635 additions and 821 deletions

View File

@@ -13,6 +13,7 @@
// pest()->extend(Tests\TestCase::class)->in('Feature');
pest()->extend(Test\Integration\PgIntegrationTest::class)->in('Integration/PostgreSQL');
pest()->extend(Test\Integration\SQLiteIntegrationTest::class)->in('Integration/SQLite');
/*
|--------------------------------------------------------------------------