protected function LingotekConfigImportTest::setUp in Lingotek Translation 3.0.x
Same name and namespace in other branches
- 8.2 src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::setUp()
- 4.0.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::setUp()
- 3.1.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::setUp()
- 3.2.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::setUp()
- 3.3.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::setUp()
- 3.4.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::setUp()
- 3.5.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::setUp()
- 3.6.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::setUp()
- 3.7.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::setUp()
- 3.8.x src/Tests/Kernel/LingotekConfigImportTest.php \Drupal\lingotek\Tests\Kernel\LingotekConfigImportTest::setUp()
Overrides KernelTestBase::setUp
File
- src/
Tests/ Kernel/ LingotekConfigImportTest.php, line 32
Class
- LingotekConfigImportTest
- Tests content translation updates performed during config import.
Namespace
Drupal\lingotek\Tests\KernelCode
protected function setUp() : void {
parent::setUp();
$this
->installConfig([
'system',
]);
$this
->installEntitySchema('entity_test_mul');
}