diff options
Diffstat (limited to 'modules/simpletest/tests/graph.test')
-rw-r--r-- | modules/simpletest/tests/graph.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/simpletest/tests/graph.test b/modules/simpletest/tests/graph.test index b3270f843..c8c99edd6 100644 --- a/modules/simpletest/tests/graph.test +++ b/modules/simpletest/tests/graph.test @@ -12,9 +12,9 @@ class GraphUnitTest extends DrupalUnitTestCase { public static function getInfo() { return array( - 'name' => t('Graph'), - 'description' => t('Graph handling unit tests.'), - 'group' => t('System'), + 'name' => 'Graph', + 'description' => 'Graph handling unit tests.', + 'group' => 'System', ); } |