summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-11 22:59:03 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-11 22:59:03 -0400
commit890d98ac96b578206733236ecc23acaf57585454 (patch)
tree25b522e50a502352dcc9f2ba6515c9bc8d43d3ea /modules/simpletest
parentdc264c53d9d63103b35e6a2edfb6b0128d2e2480 (diff)
downloadbrdo-890d98ac96b578206733236ecc23acaf57585454.tar.gz
brdo-890d98ac96b578206733236ecc23acaf57585454.tar.bz2
Issue #2483025 by joshi.rohit100, dcam: Remove 'has_body' and 'body_label' from drupalCreateContentType()
Diffstat (limited to 'modules/simpletest')
-rw-r--r--modules/simpletest/drupal_web_test_case.php2
1 files changed, 0 insertions, 2 deletions
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(