You are here

protected function LingotekConfigImportTest::setUp in Lingotek Translation 8

Performs setup tasks before each individual test method is run.

Overrides KernelTestBase::setUp

File

src/Tests/LingotekConfigImportTest.php, line 38
Contains \Drupal\lingotek\Tests\LingotekConfigImportTest.

Class

LingotekConfigImportTest
Tests content translation updates performed during config import.

Namespace

Drupal\lingotek\Tests

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('entity_test_mul');
}