diff options
Diffstat (limited to 'modules/dblog/dblog.test')
-rw-r--r-- | modules/dblog/dblog.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/dblog/dblog.test b/modules/dblog/dblog.test index 75faadd82..6c9db26ec 100644 --- a/modules/dblog/dblog.test +++ b/modules/dblog/dblog.test @@ -169,16 +169,16 @@ class DBLogTestCase extends DrupalWebTestCase { $this->doNode('page'); $this->doNode('poll'); - // When a user is deleted, any content they created remains but the uid = 0. Their blog entry shows as "'s blog" on the home page. - // Records in the watchdog table related to that user have the uid set to zero. + // When a user is deleted, any content they created remains but the + // uid = 0. Their blog entry shows as "'s blog" on the home page. Records + // in the watchdog table related to that user have the uid set to zero. } /** * Generate and verify user events. * */ - private function doUser() - { + private function doUser() { // Set user variables. $name = $this->randomName(); $pass = user_password(); |