From 01ed110a6bf6cd9283568e7ef8bd8f7140edd784 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 11 Dec 2008 20:35:37 +0000 Subject: - Patch #345838 by Dave Reid: remove user creation from drupalLogin(). drupalLogin() should only do one thing, and do it well. :) --- modules/dblog/dblog.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dblog') 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); } -- cgit v1.2.3