diff options
Diffstat (limited to 'modules/simpletest/drupal_web_test_case.php')
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index 640d1f8c7..80495ede6 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -728,7 +728,7 @@ class DrupalWebTestCase extends DrupalTestCase { // Merge body field value and format separately. $body = array( 'value' => $this->randomName(32), - 'format' => FILTER_FORMAT_DEFAULT + 'format' => filter_default_format(), ); $settings['body'][FIELD_LANGUAGE_NONE][0] += $body; |