public function LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
- 4.0.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
- 3.0.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
- 3.2.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
- 3.3.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
- 3.4.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
- 3.5.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
- 3.6.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
- 3.7.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
- 3.8.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
Test that when a config is uploaded in a different locale that locale is used. ToDo: Add a test for this.
File
- tests/
src/ Functional/ LingotekUserSettingsBulkTranslationTest.php, line 292
Class
- LingotekUserSettingsBulkTranslationTest
- Tests translating user settings using the bulk management form.
Namespace
Drupal\Tests\lingotek\FunctionalCode
public function testAddingConfigInDifferentLocale() {
$this
->pass('Test not implemented yet.');
}