function SyslogTest::setUp

Same name and namespace in other branches
  1. 9 core/modules/syslog/tests/src/Kernel/SyslogTest.php \Drupal\Tests\syslog\Kernel\SyslogTest::setUp()
  2. 10 core/modules/syslog/tests/src/Kernel/SyslogTest.php \Drupal\Tests\syslog\Kernel\SyslogTest::setUp()
  3. 11.x 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() {
    parent::setUp();
    $this->installConfig([
        'syslog',
    ]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.