WIP on SQLite integration test migration
This commit is contained in:
@@ -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');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user