Add JSON string and output support

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2025-04-25 01:04:14 +00:00
parent 3b2d2ced98
commit 54b32bc906
12 changed files with 1419 additions and 245 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\SQLite\ThrowawayDb;
/**
* Integration Test Class wrapper for SQLite integration tests
*/
class SQLiteIntegrationTest extends TestCase
class SQLiteIntegrationTest extends DocumentTestCase
{
/** @var string Database name for throwaway database */
static private string $dbName = '';