summaryrefslogtreecommitdiff
path: root/modules/dblog
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/dblog
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/dblog')
-rw-r--r--modules/dblog/dblog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dblog/dblog.test b/modules/dblog/dblog.test
index 5e151c232..49e5138f7 100644
--- a/modules/dblog/dblog.test
+++ b/modules/dblog/dblog.test
@@ -37,7 +37,7 @@ class DBLogTestCase extends DrupalWebTestCase {
$this->verifyReports();
// Login the regular user.
- $user = $this->drupalLogin($this->any_user);
+ $this->drupalLogin($this->any_user);
$this->verifyReports(403);
}