New way of creating forms described here http://drupal.org/node/64279#form-building .
I changed simpletest module and it now uses this new system.
Patch is attached.

Comments

moshe weitzman’s picture

Status: Needs review » Needs work

you cna get rid of simpletest_overview(). just change the menu callback to drupal_get_form() and add a callback arguments => array('simpletest_overview_form'). after that change is made, this may be committed.

Rok Žlender’s picture

Status: Needs work » Needs review
StatusFileSize
new1.07 KB

I got rid of simpletest_overview. Drupal_get_form is now called in entry_point().

Rok Žlender’s picture

Status: Needs review » Fixed

committed

Anonymous’s picture

Status: Fixed » Closed (fixed)