Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Jul 2015 at 06:56 UTC
Updated:
11 Aug 2015 at 14:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
martin107 commentedI am working on this now.
Comment #2
joshi.rohit100So fast :)
Comment #3
martin107 commentedStripped out code,
ViewPageControllerTest passes locally after the changes.
To be honest I would be surprised if there were no other failing tests, so I will leave this assigned to me and will jump on any failures.
Comment #4
dawehnerNice work!
Comment #5
martin107 commentedOh well the only jumping I will be doing today is on a suitcase...
Comment #6
wim leersNice clean-up :)
But in doing so, this patch does not clean up blank lines that now make sense to remove:
Comment #7
martin107 commentedpounce
Comment #8
martin107 commented1) #6 fixed.
2) I have shamelessly added a out of scope fixup. That is I have removed a redundant use statement from ViewPageControllerTest.php
I hope that is ok - it is a ultra trivial fixup to review. The test still passes locally.
Comment #9
wim leersThat seems fine.
Comment #10
alexpottLet's do less. Committed 0ba8bfe and pushed to 8.0.x. Thanks!