You are here

protected function LingotekContentEntityMetadataUpgrade8010WithLotsOfLanguagesTest::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 LingotekContentEntityMetadataUpgrade8010WithLotsOfLanguagesTest::goToContentBulkManagementForm()
LingotekContentEntityMetadataUpgrade8010WithLotsOfLanguagesTest::testContentEntityMetadataUpgrade in tests/src/Functional/Update/LingotekContentEntityMetadataUpgrade8010WithLotsOfLanguagesTest.php
Tests that content entity metadata is migrated correctly.

File

tests/src/Functional/Update/LingotekContentEntityMetadataUpgrade8010WithLotsOfLanguagesTest.php, line 143

Class

LingotekContentEntityMetadataUpgrade8010WithLotsOfLanguagesTest
Tests the upgrade path after migrating metadata to its own entity when there are lots of languages.

Namespace

Drupal\Tests\lingotek\Functional\Update

Code

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