From dbc2d7c27c54fc68503e9dbfa9b79fe5a271298e Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 30 Sep 2011 12:52:55 -0700 Subject: Issue #1294284 by Chi: Code style fix for field_ui().test. --- modules/field_ui/field_ui.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/field_ui') diff --git a/modules/field_ui/field_ui.test b/modules/field_ui/field_ui.test index 9ff6c1720..b852a6a6d 100644 --- a/modules/field_ui/field_ui.test +++ b/modules/field_ui/field_ui.test @@ -26,7 +26,7 @@ class FieldUITestCase extends DrupalWebTestCase { $this->drupalLogin($admin_user); // Create content type, with underscores. - $type_name = strtolower($this->randomName(8)) . '_' .'test'; + $type_name = strtolower($this->randomName(8)) . '_test'; $type = $this->drupalCreateContentType(array('name' => $type_name, 'type' => $type_name)); $this->type = $type->type; // Store a valid URL name, with hyphens instead of underscores. @@ -343,7 +343,7 @@ class FieldUIManageFieldsTestCase extends FieldUITestCase { $this->fieldUIAddNewField($bundle_path1, $edit1); // Create an additional node type. - $type_name2 = strtolower($this->randomName(8)) . '_' .'test'; + $type_name2 = strtolower($this->randomName(8)) . '_test'; $type2 = $this->drupalCreateContentType(array('name' => $type_name2, 'type' => $type_name2)); $type_name2 = $type2->type; $hyphen_type2 = str_replace('_', '-', $type_name2); -- cgit v1.2.3