You are here

protected function LingotekTestBase::goToInterfaceTranslationManagementForm in Lingotek Translation 3.6.x

Same name and namespace in other branches
  1. 4.0.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
  2. 3.2.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
  3. 3.3.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
  4. 3.4.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
  5. 3.5.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
  6. 3.7.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
  7. 3.8.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
16 calls to LingotekTestBase::goToInterfaceTranslationManagementForm()
LingotekInterfaceTranslationTest::testAddingLanguageAllowsRequesting in tests/src/Functional/LingotekInterfaceTranslationTest.php
Tests that a node can be translated using the links on the management page.
LingotekInterfaceTranslationTest::testAutomatedArchivedNotificationInterfaceTranslation in tests/src/Functional/LingotekInterfaceTranslationTest.php
Tests that a node can be translated using the links on the management page.
LingotekInterfaceTranslationTest::testAutomatedCancelledNotificationInterfaceTranslation in tests/src/Functional/LingotekInterfaceTranslationTest.php
Tests that a node can be translated using the links on the management page.
LingotekInterfaceTranslationTest::testAutomatedNotificationInterfaceTranslation in tests/src/Functional/LingotekInterfaceTranslationTest.php
Tests that a node can be translated using the links on the management page.
LingotekInterfaceTranslationTest::testCheckTranslationStatusWithAnError in tests/src/Functional/LingotekInterfaceTranslationTest.php
Tests that we manage errors when using the check translation status link.

... See full list

File

tests/src/Functional/LingotekTestBase.php, line 209

Class

LingotekTestBase
Base class for Lingotek test. Performs authorization of the account.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function goToInterfaceTranslationManagementForm() {
  $this
    ->drupalGet('admin/lingotek/manage/interface-translation');
}