From a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 24 May 2009 17:39:35 +0000 Subject: - Patch #471070 by stella: millions of code style fixes. --- modules/forum/forum.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/forum/forum.test') diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 0b6da3839..4941734bf 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -193,11 +193,11 @@ class ForumTestCase extends DrupalWebTestCase { */ function deleteForum($tid) { // Delete the forum id. - $this->drupalPost('admin/build/forum/edit/forum/'. $tid, array(), t('Delete')); + $this->drupalPost('admin/build/forum/edit/forum/' . $tid, array(), t('Delete')); $this->drupalPost(NULL, NULL, t('Delete')); - + // Assert that the forum no longer exists. - $this->drupalGet('forum/'. $tid); + $this->drupalGet('forum/' . $tid); $this->assertRaw(t('No forums defined'), 'The forum was not found'); } -- cgit v1.2.3