diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-04-25 18:26:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-04-25 18:26:02 +0000 |
commit | a7f12c0326f4c6808fa84fc8b0f57536fdc0002e (patch) | |
tree | 6580e3d8210f44678ead0ea92c5de739a6fb3dac /modules/dblog/dblog.test | |
parent | d7f3c18d17e4be51c18eb3adcbc1492659026757 (diff) | |
download | brdo-a7f12c0326f4c6808fa84fc8b0f57536fdc0002e.tar.gz brdo-a7f12c0326f4c6808fa84fc8b0f57536fdc0002e.tar.bz2 |
- Patch #251263 by catch: fixing up many code style issues in the tests.
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(); |