You are here

protected function LingotekConfigImportTest::setUp in Lingotek Translation 8.2

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

Overrides KernelTestBase::setUp

File

src/Tests/Kernel/LingotekConfigImportTest.php, line 33

Class

LingotekConfigImportTest
Tests content translation updates performed during config import.

Namespace

Drupal\lingotek\Tests\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig([
    'system',
  ]);
  $this
    ->installEntitySchema('entity_test_mul');
}