Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 May 2013 at 08:43 UTC
Updated:
29 Jul 2014 at 22:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vijaycs85Need to rewrite the whole module to make test sync with current test implementation. For more details, please refer: #1988802: [META] Rewrite test modules in system to provide better unit testing.
Comment #2
ayelet_Cr commentedComment #3
mparker17I'll help!
Comment #4
mparker17Try this...
Comment #5
dawehnerdrupal_set_title can be replaced by return array('#title' => 'Test querystring'); If we do that, just put a @return statement in there as well.
Comment #6
dawehnerdrupal_set_title can be replaced by return array('#title' => 'Test querystring'); If we do that, just put a @return statement in there as well.
Comment #7
mparker17Try this...
Comment #8
dawehnerSorry, pattern should start with "/"
Comment #9
mparker17K
Comment #10
xjmThanks for your work on this issue! Please see #1971384-43: [META] Convert page callbacks to controllers for an update on the routing system conversion process.
Comment #11
mparker17Try this...
Comment #12
mparker17Try this...
Comment #14
mparker17#12: drupal8.system-module.1987656-11.patch queued for re-testing.
Comment #16
mparker17#12: drupal8.system-module.1987656-11.patch queued for re-testing.
Comment #18
mparker17Straight re-roll of the patch; no interdiff.
Comment #19
dawehnerCan we have just a simple @return statement, please?
Comment #20
mparker17OK...
Comment #21
dawehnerThank you very much!!
Comment #22
webchickCommitted and pushed to 8.x. Thanks!