summaryrefslogtreecommitdiff
path: root/modules/help/help.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-12-11 20:35:37 +0000
committerDries Buytaert <dries@buytaert.net>2008-12-11 20:35:37 +0000
commit01ed110a6bf6cd9283568e7ef8bd8f7140edd784 (patch)
tree7000a3727e5bf4416021efdbb7d01c8cd7914457 /modules/help/help.test
parent60524be44b6b6a7c276514643ae8430840de2ab1 (diff)
downloadbrdo-01ed110a6bf6cd9283568e7ef8bd8f7140edd784.tar.gz
brdo-01ed110a6bf6cd9283568e7ef8bd8f7140edd784.tar.bz2
- Patch #345838 by Dave Reid: remove user creation from drupalLogin(). drupalLogin() should only do one thing, and do it well. :)
Diffstat (limited to 'modules/help/help.test')
-rw-r--r--modules/help/help.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.test b/modules/help/help.test
index 0a988d6c9..64e960180 100644
--- a/modules/help/help.test
+++ b/modules/help/help.test
@@ -38,7 +38,7 @@ class HelpTestCase extends DrupalWebTestCase {
$this->verifyHelp();
// Login the regular user.
- $user = $this->drupalLogin($this->any_user);
+ $this->drupalLogin($this->any_user);
$this->verifyHelp(403);
}