You are here

constant SqlImportTest::IMPORT_OUTPUT in MongoDB 8.2

File

modules/mongodb_storage/tests/src/Kernel/SqlImportTest.php, line 24

Class

SqlImportTest
Tests the import for the commands.mongodb.storage.import_keyvalue command.

Namespace

Drupal\Tests\mongodb_storage\Kernel

Code

const IMPORT_OUTPUT = SqlImport::KVP_TABLE . PHP_EOL . SqlImport::KVE_TABLE . PHP_EOL;