protected function setUp() : void {
parent::setUp();
$this
->addParagraphedContentType('paragraphed_test');
$this
->placeDefaultBlocks();
// Add a second language (German) to the site.
ConfigurableLanguage::createFromLangcode('de')
->save();
}