function EntityRevision::updateEntity
Same name in other branches
- 8.9.x core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php \Drupal\Tests\migrate\Unit\destination\EntityRevision::updateEntity()
- 10 core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php \Drupal\Tests\migrate\Unit\destination\EntityRevision::updateEntity()
- 11.x core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php \Drupal\Tests\migrate\Unit\destination\EntityRevision::updateEntity()
Don't test method from base class.
This method is from the parent and we aren't concerned with the inner workings of its implementation which would trickle into mock assertions. An empty implementation avoids this.
Overrides EntityContentBase::updateEntity
File
-
core/
modules/ migrate/ tests/ src/ Unit/ destination/ EntityRevisionTest.php, line 242
Class
- EntityRevision
- Mock that exposes from internal methods for testing.
Namespace
Drupal\Tests\migrate\Unit\destinationCode
protected function updateEntity(EntityInterface $entity, Row $row) {
return $entity;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.