From ed86172814c02747b7036745f0411e34998c6f4a Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 6 May 2010 05:59:31 +0000 Subject: #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. --- modules/menu/menu.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/menu') diff --git a/modules/menu/menu.test b/modules/menu/menu.test index 960bc897c..d1b822699 100644 --- a/modules/menu/menu.test +++ b/modules/menu/menu.test @@ -483,7 +483,7 @@ class MenuTestCase extends DrupalWebTestCase { // Load menu link. // Use api function so that link is translated for rendering. $item = menu_link_load($mlid); - $this->assertTrue((bool)$item, 'Standard menu link was loaded'); + $this->assertTrue((bool) $item, 'Standard menu link was loaded'); return $item; } -- cgit v1.2.3