The attached patch allows each test to add item to hook_menu. This is useful because then we often do not need a supporting module for tests that require custom pages (e.g. dummy xml for update status module).

CommentFileSizeAuthor
simpletest_menu_01.patch980 bytescwgordon7

Comments

cwgordon7’s picture

Status: Active » Needs review

Er... meant to set to cnr. :)

boombatower’s picture

Status: Needs review » Closed (won't fix)

The only case I can see this being used is for update status module, which from the conversations regarding it won't be tested. If it is this will need to be figured out then.

I have linked to this issue in the task related to update status module. http://drupal.org/node/253501

Otherwise I will mark this won't fix.

moshe weitzman’s picture

I think we are using testing modules for this now.

boombatower’s picture

Si