Problem/Motivation
The test class Drupal\field\Tests\Views\ApiDataTest was not moved to the views module as part of #2399931: Generic entity api field handler should live in views module not in field module.
Proposed resolution
Move it there.
Remaining tasks
User interface changes
API changes
Beta phase evaluation
| Issue category | Task because some code was overlooked in a previous cleanup task |
|---|---|
| Unfrozen changes | Unfrozen because it only changes the location of a Simpletest to live in the proper module |
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | move-views-data-test-2404265-04.patch | 892 bytes | jhedstrom |
Comments
Comment #1
jhedstromComment #2
jhedstromAs I moved the test, I realized it extends from
FieldTestBase, perhaps this is the time to move a lot of those needed methods to traits?Comment #3
dawehnerWe need to name it FieldApiDataTest or something more specifiy than ApiDataTest, ... previously field ensured that specificity.
Comment #4
jhedstromHere's a more descriptive name. I'd be happy to convert FieldTestBase to a trait if this is the appropriate place to do so.
Comment #5
jhedstromThis time with a patch!
Comment #6
dawehnerThank you, i'm fine with the name.
@jhedstrom Please add a quick beta evaluation.
Comment #7
alexpottThis issue is a normal task so we need to outline how it fits within the allowable Drupal 8 beta criteria. Can someone add Drupal 8 beta phase evaluation template to the issue summary.
Comment #8
jhedstromI added a beta phase evaluation to the issue summary.
Back to RTBC per #6.
Comment #10
alexpottCommitted f52ece0 and pushed to 8.0.x. Thanks!
Thanks for adding the beta evaluation to the issue summary.