You are here

protected function SyslogTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/syslog/tests/src/Kernel/SyslogTest.php \Drupal\Tests\syslog\Kernel\SyslogTest::setUp()

Overrides KernelTestBase::setUp

File

core/modules/syslog/tests/src/Kernel/SyslogTest.php, line 21

Class

SyslogTest
Test syslog logger functionality.

Namespace

Drupal\Tests\syslog\Kernel

Code

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