Closed (duplicate)
Project:
SimpleTest
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2009 at 20:24 UTC
Updated:
28 Mar 2011 at 10:52 UTC
if module_exists() is called during set-up, the result is wrong because the static variable is not refreshed until after the modules are installed.
Patch for Drupal 7 at http://drupal.org/node/440824.
| Comment | File | Size | Author |
|---|---|---|---|
| simpletest.patch | 1.65 KB | darren oh |
Comments
Comment #1
boombatower commentedI backport from D7 every month - 2 months which this will then be included if it makes it into core. I plan to backport soon.
Comment #2
dave reidDuplicate of #360925: Need to reset module_list() and #440824: Reset module_list() and module_implements() on test setup..
Comment #3
kenorb commentedWhat's correct duplicate? #440824: Reset module_list() and module_implements() on test setup. is duplicate as well.
Where is the latest patch for current issue?
I'm lost.