Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
responsive_image.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Mar 2014 at 16:34 UTC
Updated:
29 Jul 2014 at 23:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
eli-tWe should also pull out all other references to Picture module in the unit tests out in this issue.
$picture_mapping = new ResponsiveImageMapping(array(), $this->entityTypeId);Comment #2
mcjim commentedPatch does the following:
Comment #3
eli-tLooks good and tests pass, but probably needs someone other than me to RTBC given I've already input in to the solution.
Note this will need reroll if #2030653: Expand ResponsiveImageMapping with methods is committed before it.
Comment #4
eli-tNeeds slight reroll now #2030653: Expand ResponsiveImageMapping with methods *has* been committed.
Comment #5
eli-tComment #6
eli-tReroll following #2225677: Fix naming in ResponsiveImageMappingEntityTest following module rename from Picture to Responsive Image
Comment #8
eli-t6: fix_naming_in-2225677-5.patch queued for re-testing.
Comment #9
eli-tRe-queued as all tests pass locally.
Comment #10
marcvangendCode looks good, tests still pass locally, and all references to "picture" are gone. RTBC as far as I can tell.
Comment #11
alexpottCommitted 86a9e55 and pushed to 8.x. Thanks!