public function RemoveIdFieldTest::setUp in Acquia Content Hub 8.2
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ EventSubscriber/ ExcludeContentField/ RemoveIdFieldTest.php, line 48
Class
- RemoveIdFieldTest
- Tests remove id field serialization.
Namespace
Drupal\Tests\acquia_contenthub\Kernel\EventSubscriber\ExcludeContentFieldCode
public function setUp() : void {
parent::setup();
$this
->installConfig('node');
$this
->installConfig('field');
$this
->installConfig('filter');
$this
->installEntitySchema('node');
$this
->installEntitySchema('user');
$this
->installEntitySchema('entity_subqueue');
}