protected function DbLogControllerTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php \Drupal\Tests\dblog\Kernel\DbLogControllerTest::setUp()
- 9 core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php \Drupal\Tests\dblog\Kernel\DbLogControllerTest::setUp()
File
- core/
modules/ dblog/ tests/ src/ Kernel/ DbLogControllerTest.php, line 20
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',
]);
}