diff options
Diffstat (limited to 'modules/simpletest/tests/schema.test')
-rw-r--r-- | modules/simpletest/tests/schema.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/simpletest/tests/schema.test b/modules/simpletest/tests/schema.test index 687fc67fd..3054a1e7c 100644 --- a/modules/simpletest/tests/schema.test +++ b/modules/simpletest/tests/schema.test @@ -12,9 +12,9 @@ class SchemaTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Schema API'), - 'description' => t('Tests table creation and modification via the schema API.'), - 'group' => t('Database'), + 'name' => 'Schema API', + 'description' => 'Tests table creation and modification via the schema API.', + 'group' => 'Database', ); } |