summaryrefslogtreecommitdiff
path: root/modules/user/user.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-25 13:14:29 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-25 13:14:29 +0000
commiteda100b83da4d71bf0bfa6c614e08327ef0d292b (patch)
treeac11fb0aae0e68aee34b4aeffb7f32778bcf809d /modules/user/user.test
parent66df602593230a2483d6538927fd66310c28c3f8 (diff)
downloadbrdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.gz
brdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.bz2
- Patch #338403 by drewish: code comments clean-up.
Diffstat (limited to 'modules/user/user.test')
-rw-r--r--modules/user/user.test23
1 files changed, 0 insertions, 23 deletions
diff --git a/modules/user/user.test b/modules/user/user.test
index 7bb2d915b..981539b87 100644
--- a/modules/user/user.test
+++ b/modules/user/user.test
@@ -2,9 +2,6 @@
// $Id$
class UserRegistrationTestCase extends DrupalWebTestCase {
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('User registration'),
@@ -104,9 +101,6 @@ class UserRegistrationTestCase extends DrupalWebTestCase {
class UserValidationTestCase extends DrupalWebTestCase {
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('Username/e-mail validation'),
@@ -159,9 +153,6 @@ class UserValidationTestCase extends DrupalWebTestCase {
class UserDeleteTestCase extends DrupalWebTestCase {
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('User delete'),
@@ -422,9 +413,6 @@ class UserPermissionsTestCase extends DrupalWebTestCase {
protected $admin_user;
protected $rid;
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('Role permissions'),
@@ -472,9 +460,6 @@ class UserPermissionsTestCase extends DrupalWebTestCase {
}
class UserAdminTestCase extends DrupalWebTestCase {
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('User admininstration'),
@@ -588,10 +573,6 @@ class UserTimeZoneFunctionalTest extends DrupalWebTestCase {
* Test user autocompletion.
*/
class UserAutocompleteTestCase extends DrupalWebTestCase {
-
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('User autocompletion'),
@@ -600,9 +581,6 @@ class UserAutocompleteTestCase extends DrupalWebTestCase {
);
}
- /**
- * Implementation of setUp().
- */
function setUp() {
parent::setUp();
@@ -635,7 +613,6 @@ class UserAutocompleteTestCase extends DrupalWebTestCase {
* Test user blocks.
*/
class UserBlocksUnitTests extends DrupalWebTestCase {
-
function getInfo() {
return array(
'name' => t('User blocks'),