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