You are here

public function LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
  2. 3.0.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
  3. 3.1.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
  4. 3.2.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
  5. 3.3.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
  6. 3.4.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
  7. 3.5.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
  8. 3.6.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
  9. 3.7.x tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekUserSettingsBulkTranslationTest::testAddingConfigInDifferentLocale()
  10. 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\Functional

Code

public function testAddingConfigInDifferentLocale() {
  $this
    ->pass('Test not implemented yet.');
}