function LinkFieldWidgetTest::setUp
File
-
core/
modules/ link/ tests/ src/ Kernel/ LinkFieldWidgetTest.php, line 45
Class
- LinkFieldWidgetTest
- Tests link field widgets.
Namespace
Drupal\Tests\link\KernelCode
public function setUp() : void {
parent::setUp();
$this->installEntitySchema('entity_test');
$this->installEntitySchema('user');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.