protected function UpdateChecklistTest::setUp in Update helper 2.x
Same name and namespace in other branches
- 8 modules/update_helper_checklist/tests/src/Kernel/UpdateChecklistTest.php \Drupal\Tests\update_helper_checklist\Kernel\UpdateChecklistTest::setUp()
Install entity schema for Update entity.
Overrides KernelTestBase::setUp
File
- modules/
update_helper_checklist/ tests/ src/ Kernel/ UpdateChecklistTest.php, line 36
Class
Namespace
Drupal\Tests\update_helper_checklist\KernelCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('update_helper_checklist_update');
}