You are here

public function TermImportExportTest::testTermImportExport in Acquia Content Hub 8.2

Test term import export process.

@dataProvider termImportExportDataProvider

File

tests/src/Kernel/TermImportExportTest.php, line 58

Class

TermImportExportTest
Taxonomy term export and import test.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public function testTermImportExport(...$args) {
  parent::contentEntityImportExport(...$args);
}