Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Sep 2012 at 21:47 UTC
Updated:
29 Jul 2014 at 21:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettThis is still a work in progress, I have another idea to add on top of this.
Comment #3
dawehnerI'm wondering whether the easiest solution wouldn't be the best way to actually improve the readability of the tests:
Comment #4
dawehner.
Comment #5
tim.plunkettWell $this->view just died in that last patch.
I'm not 100% sold on removing $this->getView() yet.
One idea for replacing getBasicView would be a static property of the view name to use for the test, since 90% of the tests only use one view.
Only CacheTest and ArgumentDefaultTest don't use this properly.
Comment #7
xjmComment #8
tim.plunkettAfter further discussion, postponing.
Comment #9
damiankloip commentedThese have already been removed somewhere else along the way.