Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Nov 2013 at 00:46 UTC
Updated:
29 Jul 2014 at 23:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhedstromHere's an initial attempt.
Comment #3
jhedstromThis fixes the fatals in simpletest caused by moving the RoutingFixtures class.
Comment #4
jhedstromTagging.
Comment #5
dawehnerIs there a reason why we do not let testFilterRoutes just use a dataProvider? The three code hunks look really similar.
Otherwise this looks perfect.
Comment #6
jhedstromThis moves to using a dataProvider. I also added groups.
Comment #7
dawehnerThank you!
Comment #8
webchickCommitted and pushed to 8.x. Thanks!