protected function AuditLogDatabaseTest::setUp in Audit Log 8.2
Same name and namespace in other branches
- 8 tests/src/Kernel/AuditLogDatabaseTest.php \Drupal\Tests\audit_log\Kernel\AuditLogDatabaseTest::setUp()
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ AuditLogDatabaseTest.php, line 22
Class
- AuditLogDatabaseTest
- Tests the audit log database logger.
Namespace
Drupal\Tests\audit_log\KernelCode
protected function setUp() {
parent::setUp();
$this
->installSchema('system', [
'sequences',
]);
$this
->installEntitySchema('user');
$this
->installEntitySchema('audit_log');
}