WIP on migrating Postgres integration tests

This commit is contained in:
2024-11-14 23:38:47 -05:00
parent 7cdbf5fcdb
commit 3ec1a05d82
12 changed files with 377 additions and 415 deletions

View File

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