diff options
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/tests/bootstrap.test | 6 | ||||
-rw-r--r-- | modules/simpletest/tests/browser.test | 18 | ||||
-rw-r--r-- | modules/simpletest/tests/common.test | 6 | ||||
-rw-r--r-- | modules/simpletest/tests/file.test | 6 |
4 files changed, 18 insertions, 18 deletions
diff --git a/modules/simpletest/tests/bootstrap.test b/modules/simpletest/tests/bootstrap.test index ed7faad9e..ddc94460d 100644 --- a/modules/simpletest/tests/bootstrap.test +++ b/modules/simpletest/tests/bootstrap.test @@ -284,9 +284,9 @@ class BootstrapGetFilenameTestCase extends DrupalUnitTestCase { public static function getInfo() { return array( - 'name' => t('Get Filename Test'), - 'description' => t('Test that drupal_get_filename() works correctly when the file is not found in the database.'), - 'group' => t('Bootstrap'), + 'name' => 'Get filename test', + 'description' => 'Test that drupal_get_filename() works correctly when the file is not found in the database.', + 'group' => 'Bootstrap', ); } diff --git a/modules/simpletest/tests/browser.test b/modules/simpletest/tests/browser.test index 1f58576ee..f22f7b838 100644 --- a/modules/simpletest/tests/browser.test +++ b/modules/simpletest/tests/browser.test @@ -13,9 +13,9 @@ class BrowserTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Browser'), - 'description' => t('Test general browser functionality.'), - 'group' => t('Browser'), + 'name' => 'Browser', + 'description' => 'Test general browser functionality.', + 'group' => 'Browser', ); } @@ -50,9 +50,9 @@ class BrowserBackendTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Browser - wrapper backends'), - 'description' => t('Test stream and curl backends execution of GET and POST requests.'), - 'group' => t('Browser'), + 'name' => 'Browser - wrapper backends', + 'description' => 'Test stream and curl backends execution of GET and POST requests.', + 'group' => 'Browser', ); } @@ -95,9 +95,9 @@ class BrowserPageTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Browser - page'), - 'description' => t('Check "BrowserPage" class functionality.'), - 'group' => t('Browser'), + 'name' => 'Browser - page', + 'description' => 'Check "BrowserPage" class functionality.', + 'group' => 'Browser', ); } diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test index 2ad58a10a..d32369441 100644 --- a/modules/simpletest/tests/common.test +++ b/modules/simpletest/tests/common.test @@ -1324,9 +1324,9 @@ class FormatDateUnitTest extends DrupalWebTestCase { class DrupalAttributesUnitTest extends DrupalUnitTestCase { public static function getInfo() { return array( - 'name' => t('HTML Attributes'), - 'description' => t('Perform unit tests on the drupal_attributes() function.'), - 'group' => t('System') + 'name' => 'HTML Attributes', + 'description' => 'Perform unit tests on the drupal_attributes() function.', + 'group' => 'System', ); } diff --git a/modules/simpletest/tests/file.test b/modules/simpletest/tests/file.test index 8ca1867ee..8e17d1398 100644 --- a/modules/simpletest/tests/file.test +++ b/modules/simpletest/tests/file.test @@ -1937,9 +1937,9 @@ class FileDownloadTest extends FileTestCase { class FileURLRewritingTest extends FileTestCase { public static function getInfo() { return array( - 'name' => t('File URL rewriting'), - 'description' => t('Tests for file URL rewriting.'), - 'group' => t('File'), + 'name' => 'File URL rewriting', + 'description' => 'Tests for file URL rewriting.', + 'group' => 'File', ); } |