diff --git a/core/tests/Drupal/Tests/Core/Entity/ContentEntityDatabaseStorageTest.php b/core/tests/Drupal/Tests/Core/Entity/ContentEntityDatabaseStorageTest.php index 11e3e8d..e71d1df 100644 --- a/core/tests/Drupal/Tests/Core/Entity/ContentEntityDatabaseStorageTest.php +++ b/core/tests/Drupal/Tests/Core/Entity/ContentEntityDatabaseStorageTest.php @@ -122,7 +122,7 @@ public function testCreate() { // @todo Add field definitions to test default values of fields. $definitions = array(); $entity_manager->expects($this->once()) - ->method('getFieldStorageDefinitions') + ->method('getBaseFieldDefinitions') ->will($this->returnValue($definitions)); // ContentEntityStorageBase iterates over the entity which calls this method // internally in ContentEntityBase::getProperties().