function LegacyEntityDisplayBaseTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Entity/ LegacyEntityDisplayBaseTest.php, line 31
Class
- LegacyEntityDisplayBaseTest
- Tests Deprecated EntityDisplayBase functionality.
Namespace
Drupal\KernelTests\Core\EntityCode
protected function setUp() {
parent::setUp();
$this->installEntitySchema('comment');
$this->installEntitySchema('entity_test');
$this->installSchema('user', [
'users_data',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.