You are here

protected function LingotekConfigBulkProfileTest::setUp in Lingotek Translation 3.6.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/LingotekConfigBulkProfileTest.php \Drupal\Tests\lingotek\Functional\LingotekConfigBulkProfileTest::setUp()
  2. 4.0.x tests/src/Functional/LingotekConfigBulkProfileTest.php \Drupal\Tests\lingotek\Functional\LingotekConfigBulkProfileTest::setUp()
  3. 3.0.x tests/src/Functional/LingotekConfigBulkProfileTest.php \Drupal\Tests\lingotek\Functional\LingotekConfigBulkProfileTest::setUp()
  4. 3.1.x tests/src/Functional/LingotekConfigBulkProfileTest.php \Drupal\Tests\lingotek\Functional\LingotekConfigBulkProfileTest::setUp()
  5. 3.2.x tests/src/Functional/LingotekConfigBulkProfileTest.php \Drupal\Tests\lingotek\Functional\LingotekConfigBulkProfileTest::setUp()
  6. 3.3.x tests/src/Functional/LingotekConfigBulkProfileTest.php \Drupal\Tests\lingotek\Functional\LingotekConfigBulkProfileTest::setUp()
  7. 3.4.x tests/src/Functional/LingotekConfigBulkProfileTest.php \Drupal\Tests\lingotek\Functional\LingotekConfigBulkProfileTest::setUp()
  8. 3.5.x tests/src/Functional/LingotekConfigBulkProfileTest.php \Drupal\Tests\lingotek\Functional\LingotekConfigBulkProfileTest::setUp()
  9. 3.7.x tests/src/Functional/LingotekConfigBulkProfileTest.php \Drupal\Tests\lingotek\Functional\LingotekConfigBulkProfileTest::setUp()
  10. 3.8.x tests/src/Functional/LingotekConfigBulkProfileTest.php \Drupal\Tests\lingotek\Functional\LingotekConfigBulkProfileTest::setUp()

Overrides LingotekTestBase::setUp

File

tests/src/Functional/LingotekConfigBulkProfileTest.php, line 22

Class

LingotekConfigBulkProfileTest
Tests changing a profile using the bulk management form.

Namespace

Drupal\Tests\lingotek\Functional

Code

protected function setUp() : void {
  parent::setUp();

  // Add a language.
  ConfigurableLanguage::createFromLangcode('es')
    ->save();
}