function EntityDisplayDependenciesTest::setUp
File
-
core/
modules/ field_ui/ tests/ src/ Kernel/ EntityDisplayDependenciesTest.php, line 37
Class
- EntityDisplayDependenciesTest
- Tests dependencies of entity displays.
Namespace
Drupal\Tests\field_ui\KernelCode
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('entity_test');
$this->installEntitySchema('user');
$this->installConfig([
'field',
'user',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.