Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Oct 2013 at 10:53 UTC
Updated:
29 Jul 2014 at 23:04 UTC
Currently most of the test form controller implements formInterface. Since there is no common base class, formController need to take care of all supporting methods injection, etc( e.g. t() vs $this-t()
Discuss and find what is the best way to handle this. Either we can use Drupal\Core\Form\FormBase.php or we can have test specific formBase.
1. Discussion
2. Document
3. Patch, if it is a new formBase.
No
No
Follow-up from #1987606-20: Convert ajax_test_dialog() to a new style controller
Comments
Comment #1
vijaycs85Just had a chat with @alexpott on IRC.