Issue #3196937 by quietone, ayushmishra206, paulocs, guilhermevp, alexpott:...
Issue #3196937 by quietone, ayushmishra206, paulocs, guilhermevp, alexpott: Deprecate the string code path for values parameter in BlockContentTestBase::createBlockContentType
@trigger_error('Using the variable $values as string is deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. Provide an array as parameter. See https://www.drupal.org/node/3473739',E_USER_DEPRECATED);
$this->assertTrue(isset($field_definitions['body']),"Body field for 'basic' block type created when using the testing API to create block content types.");
$this->assertFalse(isset($field_definitions['body']),"Body field for 'other' block type not created when using the testing API to create block content types.");
@@ -123,11 +123,11 @@ public function testBlockContentTypeCreation(): void {