Complete test migration
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user