Change record status: 
Project: 
Introduced in branch: 
11.3.x
Introduced in version: 
11.3.0
Description: 

The block_content_add_body_field method is now deprecated, there is no direct replacement.

If you need to create block content types in tests with a body field, use Drupal\Tests\block_content\Traits\BlockContentCreationTrait::createBlockContentType which will automatically add a body field or use Drupal\Tests\field\Traits\BodyFieldCreationTrait

Impacts: 
Module developers
Themers