Skip to content
Snippets Groups Projects
Commit 5bdcc4ad authored by Angie Byron's avatar Angie Byron
Browse files

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

parent dd590b30
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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.') ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment