protected function LingotekSystemSiteBulkDebugTest::setUp in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekSystemSiteBulkDebugTest.php \Drupal\Tests\lingotek\Functional\LingotekSystemSiteBulkDebugTest::setUp()
- 4.0.x tests/src/Functional/LingotekSystemSiteBulkDebugTest.php \Drupal\Tests\lingotek\Functional\LingotekSystemSiteBulkDebugTest::setUp()
- 3.0.x tests/src/Functional/LingotekSystemSiteBulkDebugTest.php \Drupal\Tests\lingotek\Functional\LingotekSystemSiteBulkDebugTest::setUp()
- 3.1.x tests/src/Functional/LingotekSystemSiteBulkDebugTest.php \Drupal\Tests\lingotek\Functional\LingotekSystemSiteBulkDebugTest::setUp()
- 3.2.x tests/src/Functional/LingotekSystemSiteBulkDebugTest.php \Drupal\Tests\lingotek\Functional\LingotekSystemSiteBulkDebugTest::setUp()
- 3.3.x tests/src/Functional/LingotekSystemSiteBulkDebugTest.php \Drupal\Tests\lingotek\Functional\LingotekSystemSiteBulkDebugTest::setUp()
- 3.4.x tests/src/Functional/LingotekSystemSiteBulkDebugTest.php \Drupal\Tests\lingotek\Functional\LingotekSystemSiteBulkDebugTest::setUp()
- 3.5.x tests/src/Functional/LingotekSystemSiteBulkDebugTest.php \Drupal\Tests\lingotek\Functional\LingotekSystemSiteBulkDebugTest::setUp()
- 3.7.x tests/src/Functional/LingotekSystemSiteBulkDebugTest.php \Drupal\Tests\lingotek\Functional\LingotekSystemSiteBulkDebugTest::setUp()
- 3.8.x tests/src/Functional/LingotekSystemSiteBulkDebugTest.php \Drupal\Tests\lingotek\Functional\LingotekSystemSiteBulkDebugTest::setUp()
Overrides LingotekTestBase::setUp
File
- tests/
src/ Functional/ LingotekSystemSiteBulkDebugTest.php, line 26
Class
- LingotekSystemSiteBulkDebugTest
- Tests debugging a config object using the bulk management form.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function setUp() : void {
parent::setUp();
// Add a language.
ConfigurableLanguage::createFromLangcode('es')
->setThirdPartySetting('lingotek', 'locale', 'es_MX')
->save();
}