From 890d98ac96b578206733236ecc23acaf57585454 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sun, 11 Oct 2015 22:59:03 -0400 Subject: Issue #2483025 by joshi.rohit100, dcam: Remove 'has_body' and 'body_label' from drupalCreateContentType() --- modules/simpletest/drupal_web_test_case.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index b67c478aa..d7350698c 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -1015,9 +1015,7 @@ class DrupalWebTestCase extends DrupalTestCase { 'description' => '', 'help' => '', 'title_label' => 'Title', - 'body_label' => 'Body', 'has_title' => 1, - 'has_body' => 1, ); // Imposed values for a custom type. $forced = array( -- cgit v1.2.3