You are here

protected function TmgmtSmartlingLogSettingsTest::setUp in TMGMT Translator Smartling 8.3

Same name in this branch
  1. 8.3 modules/tmgmt_smartling_log_settings/tests/src/Functional/TmgmtSmartlingLogSettingsTest.php \Drupal\Tests\tmgmt_smartling_log_settings\Functional\TmgmtSmartlingLogSettingsTest::setUp()
  2. 8.3 modules/tmgmt_smartling_log_settings/tests/src/Kernel/TmgmtSmartlingLogSettingsTest.php \Drupal\Tests\tmgmt_smartling_log_settings\Kernel\TmgmtSmartlingLogSettingsTest::setUp()
Same name and namespace in other branches
  1. 8.4 modules/tmgmt_smartling_log_settings/tests/src/Kernel/TmgmtSmartlingLogSettingsTest.php \Drupal\Tests\tmgmt_smartling_log_settings\Kernel\TmgmtSmartlingLogSettingsTest::setUp()

Overrides KernelTestBase::setUp

File

modules/tmgmt_smartling_log_settings/tests/src/Kernel/TmgmtSmartlingLogSettingsTest.php, line 19

Class

TmgmtSmartlingLogSettingsTest
Test tmgmt_smartling_log_settings functionality.

Namespace

Drupal\Tests\tmgmt_smartling_log_settings\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig([
    'syslog',
    'tmgmt_smartling_log_settings',
  ]);
}