summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/path/path.test b/modules/path/path.test
index 479cd1f06..0015fe36b 100644
--- a/modules/path/path.test
+++ b/modules/path/path.test
@@ -2,7 +2,7 @@
// $Id$
class PathTestCase extends DrupalWebTestCase {
- function getInfo() {
+ public static function getInfo() {
return array(
'name' => t('Path alias functionality'),
'description' => t('Add, edit, delete, and change alias and verify its consistency in the database.'),
@@ -126,7 +126,7 @@ class PathTestCase extends DrupalWebTestCase {
}
class PathLanguageTestCase extends DrupalWebTestCase {
- function getInfo() {
+ public static function getInfo() {
return array(
'name' => t('Path aliases with translated nodes'),
'description' => t('Confirm that paths work with translated nodes'),