protected function setUp(): void
{ parent::
setUp();
$this->
drupalPlaceBlock('local_tasks_block'
);
// Create two nodes.
$this->
createContentType([ 'type' => 'bundle_with_section_field',
'name' => 'Bundle with section field',
]);
$this->
createNode([ 'type' => 'bundle_with_section_field',
'title' => 'The first node title',
'body' =>
[ [ 'value' => 'The first node body',
],
],
]);
$this->
createNode([ 'type' => 'bundle_with_section_field',
'title' => 'The second node title',