#246096 follow-up by andypost: Forgot 'static' on the getInfo() function.

merge-requests/26/head
Angie Byron 2009-05-27 18:07:28 +00:00
parent dd590b3080
commit 5bdcc4ada2
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class TriggerContentTestCase extends DrupalWebTestCase {
* Test cron trigger.
*/
class TriggerCronTestCase extends DrupalWebTestCase {
function getInfo() {
public static function getInfo() {
return array(
'name' => t('Trigger cron (system) actions'),
'description' => t('Perform various tests with cron trigger.') ,