diff --git a/core/tests/Drupal/Tests/Core/DrupalTest.php b/core/tests/Drupal/Tests/Core/DrupalTest.php index fefbbbf..4af023d 100644 --- a/core/tests/Drupal/Tests/Core/DrupalTest.php +++ b/core/tests/Drupal/Tests/Core/DrupalTest.php @@ -261,7 +261,7 @@ public function testModuleHandler() { } /** - * Tests the typedData() method. + * Tests the typedDataManager() method. * * @covers ::typedDataManager */ diff --git a/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php b/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php index 1656a3c..400df61 100644 --- a/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php +++ b/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php @@ -765,8 +765,7 @@ public function testGetSchemaRevisionableTranslatable() { /** * Tests the schema for a field dedicated table. * - * @covers ::getDedicatedTableSchema() - * @covers ::createDedicatedTableSchema() + * @covers ::onFieldStorageDefinitionCreate */ public function testDedicatedTableSchema() { $entity_type_id = 'entity_test'; @@ -912,8 +911,7 @@ public function testDedicatedTableSchema() { /** * Tests the schema for a field dedicated table for an entity with a string identifier. * - * @covers ::getDedicatedTableSchema() - * @covers ::createDedicatedTableSchema() + * @covers ::onFieldStorageDefinitionCreate */ public function testDedicatedTableSchemaForEntityWithStringIdentifier() { $entity_type_id = 'entity_test';