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\TestsCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('entity_test_mul');
}