Closed (fixed)
Project:
Legal
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2012 at 12:09 UTC
Updated:
5 Feb 2017 at 11:34 UTC
Jump to comment: Most recent
A minor issue, but the getInfo() methods in the LegalRegisterTestCase, LegalScrollBoxDisplayTestCase, LegalScrollBoxCSSDisplayTestCase, LegalHTMLTextDisplayTestCase and LegalLinkDisplayTestCase (class names added for Googlbing) classes should have a static declaration. call_user_func() on line 327 of simpletest.module calls the class/method statically.
The enclosed patch fixes this minor issue.
| Comment | File | Size | Author |
|---|---|---|---|
| getInfo_should_be_static-Unknown-1.patch | 1.92 KB | sdrycroft |
Comments
Comment #1
geek-merlinYes this makes sense.
Comment #3
robert castelo commentedThanks sdrycroft. Added to dev and will be part of next release (soon).