diff options
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/tests/form.test | 2 | ||||
-rw-r--r-- | modules/simpletest/tests/theme.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/simpletest/tests/form.test b/modules/simpletest/tests/form.test index 3dff0fa1f..79eb5a1ad 100644 --- a/modules/simpletest/tests/form.test +++ b/modules/simpletest/tests/form.test @@ -395,7 +395,7 @@ class FormAPITestCase extends DrupalWebTestCase { */ class FormsFormStorageTestCase extends DrupalWebTestCase { - function getInfo() { + public static function getInfo() { return array( 'name' => t('Multistep form using form storage'), 'description' => t('Tests a multistep form using form storage and makes sure validation and caching works right.'), diff --git a/modules/simpletest/tests/theme.test b/modules/simpletest/tests/theme.test index f63b51571..a2243ce30 100644 --- a/modules/simpletest/tests/theme.test +++ b/modules/simpletest/tests/theme.test @@ -10,7 +10,7 @@ * Unit tests for the theme API. */ class TemplateUnitTest extends DrupalWebTestCase { - function getInfo() { + public static function getInfo() { return array( 'name' => t('Theme API'), 'description' => t('Test low-level theme template functions.'), |