- Add `Json` string and output functions
- Add documentation for these functions

Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
2025-04-25 01:17:52 +00:00
parent f6756d79f1
commit 44c3670f2e
15 changed files with 1449 additions and 262 deletions

View File

@@ -11,13 +11,12 @@ namespace Test\Integration;
use BitBadger\PDODocument\{Configuration, Custom, Delete, DocumentException, Field};
use BitBadger\PDODocument\Mapper\ExistsMapper;
use PHPUnit\Framework\TestCase;
use Test\Integration\PostgreSQL\ThrowawayDb;
/**
* Integration Test Class wrapper for PostgreSQL integration tests
*/
class PgIntegrationTest extends TestCase
class PgIntegrationTest extends DocumentTestCase
{
/** @var string Database name for throwaway database */
static private string $dbName = '';