diff options
Diffstat (limited to 'modules/simpletest/tests')
-rw-r--r-- | modules/simpletest/tests/common.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test index 76c4d4dfc..274dceb45 100644 --- a/modules/simpletest/tests/common.test +++ b/modules/simpletest/tests/common.test @@ -593,7 +593,7 @@ class CascadingStylesheetsTestCase extends DrupalWebTestCase { $settings = array( 'type' => 'page', 'body' => array( - FIELD_LANGUAGE_NONE => array( + LANGUAGE_NONE => array( array( 'value' => t('This tests the inline CSS!') . "<?php drupal_add_css('$css', 'inline'); ?>", // The "PHP code" format is always the most recent one added, since |