function DbLogControllerTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
modules/ dblog/ tests/ src/ Kernel/ DbLogControllerTest.php, line 25
Class
- DbLogControllerTest
- Tests for the DbLogController class.
Namespace
Drupal\Tests\dblog\KernelCode
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('user');
$this->installSchema('dblog', [
'watchdog',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.