summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/schema.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/schema.test')
-rw-r--r--modules/simpletest/tests/schema.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/schema.test b/modules/simpletest/tests/schema.test
index ed4187709..968106c34 100644
--- a/modules/simpletest/tests/schema.test
+++ b/modules/simpletest/tests/schema.test
@@ -10,7 +10,7 @@
* Unit tests for the Schema API.
*/
class SchemaTestCase extends DrupalWebTestCase {
- function getInfo() {
+ public static function getInfo() {
return array(
'name' => t('Schema API'),
'description' => t('Tests table creation and modification via the schema API.'),