You are here

public function SqlImportTest::testImport in MongoDB 8.2

@covers ::import

File

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

Class

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

Namespace

Drupal\Tests\mongodb_storage\Kernel

Code

public function testImport() {
  $this
    ->expectOutputString(self::IMPORT_OUTPUT);
  $this->sqlImport
    ->import();
}