function TrackerLegacyTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
modules/ tracker/ tests/ src/ Kernel/ TrackerLegacyTest.php, line 28
Class
- TrackerLegacyTest
- @group tracker @group legacy
Namespace
Drupal\Tests\tracker\KernelCode
protected function setUp() {
parent::setUp();
$this->installEntitySchema('node');
$this->installSchema('node', 'node_access');
$this->installSchema('tracker', 'tracker_node');
$this->installSchema('tracker', 'tracker_user');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.