Needs work
Project:
Drupal core
Version:
main
Component:
entity system
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Feb 2013 at 16:32 UTC
Updated:
24 Nov 2022 at 23:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tim.plunkettThe test coverage is calling those methods directly. I'm hesitant to remove coverage, does anyone have a good idea how to test this? Some really specific xpath maybe?
Comment #3
dawehnerAs written on IRC, I think we should extend the normal class and provide a mock method.
Comment #4
damiankloip commentedI was thinking something along the lines of this: #1930048: Use reflection for ViewExecutable::destroy(). What do you think?
Comment #5
dawehnerWe could also just do that.
Comment #7
tim.plunkettRerolled
Comment #20
larowlanbuildOperations is used by views, so that should go on the interface - agree the others can become public, but we'd need to check there were no callers first.
This can be a task, not a bug.