You are here

public function ConfigEntityTranslationTest::testConfigEntityTranslations in Acquia Content Hub 8.2

Tests Configuration Entity translations import/export.

@dataProvider configEntityTranslationsDataProvider

Parameters

mixed $args: Arguments. @see ImportExportTestBase::contentEntityImportExport() for the details.

Throws

\Exception

File

tests/src/Kernel/ConfigEntityTranslationTest.php, line 106

Class

ConfigEntityTranslationTest
Tests that config entities are properly translated.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public function testConfigEntityTranslations(...$args) {
  parent::configEntityImportExport(...$args);
}