protected static $modules =
['node', 'field', 'text', 'system', 'user'
];
/**
* Set the default field storage backend for fields created during tests.
*/
protected function setUp(): void
{ parent::
setUp();
$this->
installEntitySchema('user'
);
// Set default storage backend.
$this->
installConfig(['system', 'field'
]);
} /**
* Tests creating a content type during default config import.
*/
public function testImportCreateDefault() { $node_type_id = 'default';