From a7f12c0326f4c6808fa84fc8b0f57536fdc0002e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 25 Apr 2008 18:26:02 +0000 Subject: - Patch #251263 by catch: fixing up many code style issues in the tests. --- modules/dblog/dblog.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/dblog/dblog.test') 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(); -- cgit v1.2.3