Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 May 2009 at 17:15 UTC
Updated:
6 May 2009 at 09:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
brianV commentedThe getInfo() function was not declared as 'public static'. Trivial patch, setting to RTBC myself.
Comment #2
brianV commentedComment #3
boombatower commentedThe node.test recently changed?
Otherwise this is correct change.
Comment #4
nancydruComment #5
brianV commentedJust grepped core, and found several more instances where the getInfo function needs to be set statically. Will post a more complete patch soon.
Comment #6
brianV commentedThis patch should take care of all the copies of this across core.
@boombatower - the one in node.test was introduced in #303965: Enhanced data import - node_save() and user_save()
Comment #7
boombatower commentedLooks good.
Comment #8
nancydru+1. Should be committed ASAP.
Comment #9
catchSorry folks, this is an /exact/ duplicate of #453962: static getInfo methods posted 9 hours before this one.