protected function LingotekTestBase::goToInterfaceTranslationManagementForm in Lingotek Translation 4.0.x
Same name and namespace in other branches
- 3.2.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
- 3.3.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
- 3.4.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
- 3.5.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
- 3.6.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
- 3.7.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
- 3.8.x tests/src/Functional/LingotekTestBase.php \Drupal\Tests\lingotek\Functional\LingotekTestBase::goToInterfaceTranslationManagementForm()
22 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::testAutomatedDeleteNotificationInterfaceTranslation 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.
File
- tests/
src/ Functional/ LingotekTestBase.php, line 209
Class
- LingotekTestBase
- Base class for Lingotek test. Performs authorization of the account.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function goToInterfaceTranslationManagementForm() {
$this
->drupalGet('admin/lingotek/manage/interface-translation');
}