function SyslogTest::setUp
Same name in other branches
- 9 core/modules/syslog/tests/src/Kernel/SyslogTest.php \Drupal\Tests\syslog\Kernel\SyslogTest::setUp()
- 8.9.x core/modules/syslog/tests/src/Kernel/SyslogTest.php \Drupal\Tests\syslog\Kernel\SyslogTest::setUp()
- 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 28
Class
- SyslogTest
- Test syslog logger functionality.
Namespace
Drupal\Tests\syslog\KernelCode
protected function setUp() : void {
parent::setUp();
$this->installConfig([
'syslog',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.