Complete test migration

This commit is contained in:
2024-11-15 22:25:14 -05:00
parent 096ca53494
commit 3810143d68
15 changed files with 305 additions and 505 deletions

View File

@@ -6,23 +6,10 @@
declare(strict_types=1);
use BitBadger\PDODocument\{AutoId,
Configuration,
Count,
Custom,
Delete,
Document,
DocumentException,
DocumentList,
Exists,
Field,
Find,
Query};
use BitBadger\PDODocument\Mapper\{ArrayMapper};
use Test\Integration\NumDocument;
use BitBadger\PDODocument\{AutoId, Configuration, Custom, Document, DocumentException, Exists, Field, Find};
use BitBadger\PDODocument\Mapper\ArrayMapper;
use Test\Integration\{NumDocument, SubDocument, TestDocument};
use Test\Integration\SQLite\ThrowawayDb;
use Test\Integration\SubDocument;
use Test\Integration\TestDocument;
pest()->group('integration', 'sqlite');