You are here

protected function LingotekContentEntityMetadataUpgrade8010WithNullProfileTest::goToContentBulkManagementForm in Lingotek Translation 8.2

Go to the content bulk management form.

Parameters

string $entity_type_id: Entity type ID we want to manage in bulk. By default is node.

1 call to LingotekContentEntityMetadataUpgrade8010WithNullProfileTest::goToContentBulkManagementForm()
LingotekContentEntityMetadataUpgrade8010WithNullProfileTest::testContentEntityMetadataUpgrade in tests/src/Functional/Update/LingotekContentEntityMetadataUpgrade8010WithNullProfileTest.php
Tests that content entity metadata is migrated correctly.

File

tests/src/Functional/Update/LingotekContentEntityMetadataUpgrade8010WithNullProfileTest.php, line 139

Class

LingotekContentEntityMetadataUpgrade8010WithNullProfileTest
Tests the upgrade path after migrating metadata to its own entity.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

protected function goToContentBulkManagementForm($entity_type_id = 'node') {
  $this
    ->drupalGet('admin/lingotek/manage/' . $entity_type_id);
}