Skip to content

Commit

Permalink
[DRUP-639] There is a new method for EntityStorageInterface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaesin committed May 2, 2019
1 parent 52cd999 commit f0c62a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/src/Functional/DeveloperAppFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,11 @@ public function getEntityTypeId() {}
*/
public function getEntityType() {}

/**
* {@inheritdoc}
*/
public function restore(EntityInterface $entity) {}

});

foreach ($field_values as $field_name => $field_value) {
Expand Down

0 comments on commit f0c62a6

Please sign in to comment.