summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/browser.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/browser.test')
-rw-r--r--modules/simpletest/tests/browser.test18
1 files changed, 9 insertions, 9 deletions
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',
);
}