summaryrefslogtreecommitdiff
path: root/modules/trigger
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-27 18:07:28 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-27 18:07:28 +0000
commit5bdcc4ada232bf92e3d529962d9f7aa2536605cc (patch)
tree6d8d6b31c93b40bbf7c28dd090a3ddf044e086a5 /modules/trigger
parentdd590b30800fdbb7652673cc9b48e005048df557 (diff)
downloadbrdo-5bdcc4ada232bf92e3d529962d9f7aa2536605cc.tar.gz
brdo-5bdcc4ada232bf92e3d529962d9f7aa2536605cc.tar.bz2
#246096 follow-up by andypost: Forgot 'static' on the getInfo() function.
Diffstat (limited to 'modules/trigger')
-rw-r--r--modules/trigger/trigger.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/trigger/trigger.test b/modules/trigger/trigger.test
index 72a496909..1acac13b2 100644
--- a/modules/trigger/trigger.test
+++ b/modules/trigger/trigger.test
@@ -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.') ,