156 uses of LANGUAGE_NONE

AggregatorTestCase::createSampleNodes in drupal/modules/aggregator/aggregator.test
Creates sample article nodes.
BlogTestCase::verifyBlogs in drupal/modules/blog/blog.test
Verify the logged in user has the desired access to the various blog nodes.
BookTestCase::createBookNode in drupal/modules/book/book.test
Creates a book node.
book_admin_edit_submit in drupal/modules/book/book.admin.inc
Form submission handler for book_admin_edit().
CommentAnonymous::testAnonymous in drupal/modules/comment/comment.test
Test anonymous comment functionality.
CommentHelperCase::postComment in drupal/modules/comment/comment.test
Post comment.
CommentInterfaceTest::setEnvironment in drupal/modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses in drupal/modules/comment/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in drupal/modules/comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in drupal/modules/comment/comment.test
Tests new comment marker.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal/modules/comment/comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView in drupal/modules/comment/comment.test
Test that threaded comments can be viewed.
CommentPreviewTest::testCommentEditPreviewSave in drupal/modules/comment/comment.test
Test comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in drupal/modules/comment/comment.test
Test comment preview.
CommentThreadingTestCase::testCommentThreading in drupal/modules/comment/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
comment_form in drupal/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_submit in drupal/modules/comment/comment.module
Prepare a comment for submission.
comment_update_7006 in drupal/modules/comment/comment.install
Migrate data from the comment field to field storage.
DBLogTestCase::doNode in drupal/modules/dblog/dblog.test
Generates and then verifies some node events.
DBLogTestCase::getContent in drupal/modules/dblog/dblog.test
Creates random content based on node content type.
DBLogTestCase::getContentUpdate in drupal/modules/dblog/dblog.test
Creates random content as an update based on node content type.
DrupalWebTestCase::drupalCreateNode in drupal/modules/simpletest/drupal_web_test_case.php
Creates a node based on default settings.
drupal_lookup_path in drupal/includes/path.inc
Given an alias, return its Drupal system URL if one exists. Given a Drupal system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
EntityCrudHookTestCase::testCommentHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on comments.
EntityCrudHookTestCase::testNodeHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on nodes.
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions in drupal/modules/simpletest/tests/entity_query.test
Tests field meta conditions.
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable in drupal/modules/simpletest/tests/entity_query.test
Tests querying translatable fields.
FieldAttachOtherTestCase::testFieldAttachCache in drupal/modules/field/tests/field.test
Test field cache.
FieldAttachOtherTestCase::testFieldAttachForm in drupal/modules/field/tests/field.test
Test field_attach_form().
FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple in drupal/modules/field/tests/field.test
Tests the 'multiple entity' behavior of field_attach_prepare_view().
FieldAttachOtherTestCase::testFieldAttachSubmit in drupal/modules/field/tests/field.test
Test field_attach_submit().
FieldAttachOtherTestCase::testFieldAttachValidate in drupal/modules/field/tests/field.test
Test field_attach_validate().
FieldAttachOtherTestCase::testFieldAttachView in drupal/modules/field/tests/field.test
Test field_attach_view() and field_attach_prepare_view().
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in drupal/modules/field/tests/field.test
Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachDelete in drupal/modules/field/tests/field.test
Test field_attach_delete().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle in drupal/modules/field/tests/field.test
Test field_attach_delete_bundle().
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in drupal/modules/field/tests/field.test
Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldAttachSaveLoad in drupal/modules/field/tests/field.test
Check field values insert, update and load.
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage in drupal/modules/field/tests/field.test
Test saving and loading fields using different storage backends.
FieldAttachStorageTestCase::testFieldAttachSaveMissingData in drupal/modules/field/tests/field.test
Tests insert and update with missing or NULL fields.
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue in drupal/modules/field/tests/field.test
Test insert with missing or NULL fields, with default value.
FieldAttachStorageTestCase::testFieldHasData in drupal/modules/field/tests/field.test
Test field_has_data().
FieldCrudTestCase::testDeleteField in drupal/modules/field/tests/field.test
Test the deletion of a field.
FieldDisplayAPITestCase::testFieldViewField in drupal/modules/field/tests/field.test
Test the field_view_field() function.
FieldFormTestCase::testFieldFormAccess in drupal/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormJSAddMore in drupal/modules/field/tests/field.test
FieldFormTestCase::testFieldFormMultipleWidget in drupal/modules/field/tests/field.test
Tests widgets handling multiple values.
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in drupal/modules/field/tests/field.test
Tests widget handling of multiple required radios.
FieldFormTestCase::testFieldFormSingle in drupal/modules/field/tests/field.test
FieldFormTestCase::testFieldFormSingleRequired in drupal/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in drupal/modules/field/tests/field.test
FieldFormTestCase::testNestedFieldForm in drupal/modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Reads mysql to verify correct data is written when using insert and update.
FieldSqlStorageTestCase::testFieldAttachLoad in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Uses the mysql tables and records to verify field_load_revision works correctly.
FieldSqlStorageTestCase::testFieldAttachSaveMissingData in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Tests insert and update with missing or NULL fields.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Test handling multiple conditions on multiple columns of one field.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Test handling multiple conditions on multiple columns of one field for multiple languages.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsSameColumn in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Test handling multiple conditions on one column of a field.
FieldTranslationsTestCase::testFieldAvailableLanguages in drupal/modules/field/tests/field.test
Ensures that only valid values are returned by field_available_languages().
FieldTranslationsTestCase::testFieldDisplayLanguage in drupal/modules/field/tests/field.test
Tests display language logic for translatable fields.
FieldUIManageFieldsTestCase::testDefaultValue in drupal/modules/field_ui/field_ui.test
Tests that default value is correctly validated and saved.
field_available_languages in drupal/modules/field/field.multilingual.inc
Collects the available languages for the given entity type and field.
field_default_prepare_translation in drupal/modules/field/field.default.inc
Copies source field values into the entity to be prepared.
field_language in drupal/modules/field/field.multilingual.inc
Returns the display language for the fields attached to the given entity.
field_ui_default_value_widget in drupal/modules/field_ui/field_ui.admin.inc
Builds the default value fieldset for a given field instance.
field_ui_field_edit_form_submit in drupal/modules/field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_edit_form().
field_ui_field_edit_form_validate in drupal/modules/field_ui/field_ui.admin.inc
Form validation handler for field_ui_field_edit_form().
FileFieldDisplayTestCase::testNodeDisplay in drupal/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldTestCase::uploadNodeFile in drupal/modules/file/tests/file.test
Uploads a file to a node.
FileFieldValidateTestCase::testRequired in drupal/modules/file/tests/file.test
Tests the required property on file fields.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in drupal/modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
FileFieldWidgetTestCase::testMultiValuedWidget in drupal/modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testWidgetValidation in drupal/modules/file/tests/file.test
Tests validation with the Upload button.
FileTaxonomyTermTestCase::_testTermFile in drupal/modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
FilterAdminTestCase::testFilterAdmin in drupal/modules/filter/filter.test
Tests filter administration functionality.
FilterFormatAccessTestCase::testFormatPermissions in drupal/modules/filter/filter.test
Tests the Filter format access permissions functionality.
FilterFormatAccessTestCase::testFormatWidgetPermissions in drupal/modules/filter/filter.test
Tests editing a page using a disallowed text format.
form_test_two_instances in drupal/modules/simpletest/tests/form_test.module
Menu callback that returns two instances of the node form.
ForumIndexTestCase::testForumIndexStatus in drupal/modules/forum/forum.test
Tests the forum index for published and unpublished nodes.
ForumTestCase::createForumTopic in drupal/modules/forum/forum.test
Creates forum topic.
ForumTestCase::verifyForums in drupal/modules/forum/forum.test
Verifies that the logged in user has access to a forum nodes.
ImageFieldDisplayTestCase::testImageFieldSettings in drupal/modules/image/image.test
Tests for image field settings.
language_fallback_get_candidates in drupal/includes/language.inc
Returns the possible fallback languages ordered by language weight.
ListFieldTestCase::testUpdateAllowedValues in drupal/modules/field/modules/list/tests/list.test
Test that allowed values can be updated.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in drupal/modules/locale/locale.test
Test that comment language is properly set.
LocaleContentFunctionalTest::testNodeCreationWithLanguage in drupal/modules/locale/locale.test
Verifies that nodes may be created with different languages.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in drupal/modules/locale/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in drupal/modules/locale/locale.test
Test if field languages are correctly set through the node form.
LocalePathFunctionalTest::testPathLanguageConfiguration in drupal/modules/locale/locale.test
Test if a language can be associated with a path alias.
locale_form_comment_form_alter in drupal/modules/locale/locale.module
Implements hook_form_FORM_ID_alter().
MenuBreadcrumbTestCase::testBreadCrumbs in drupal/modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuNodeTestCase::testMenuNodeFormWidget in drupal/modules/menu/menu.test
Test creating, editing, deleting menu links via node form widget.
NodeAccessFieldTestCase::testNodeAccessAdministerField in drupal/modules/node/node.test
Tests administering fields when node access is restricted.
NodeCreationTestCase::testFailedPageCreation in drupal/modules/node/node.test
Verifies that a transaction rolls back the failed creation.
NodeCreationTestCase::testNodeCreation in drupal/modules/node/node.test
Creates a "Basic page" node and verifies its consistency in the database.
NodeEntityFieldQueryAlter::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeEntityViewModeAlterTest::testNodeViewModeChange in drupal/modules/node/node.test
Create a "Basic page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in drupal/modules/node/node.test
Tests fields that were previously hidden when the view mode is changed.
NodePostSettingsTestCase::testPageNotPostInfo in drupal/modules/node/node.test
Confirms absence of post information on a new node.
NodePostSettingsTestCase::testPagePostInfo in drupal/modules/node/node.test
Confirms "Basic page" content type and post information is on a new node.
node_add in drupal/modules/node/node.pages.inc
Returns a node submission form.
node_admin_nodes in drupal/modules/node/node.admin.inc
Form builder: Builds the node administration overview.
node_filter_form in drupal/modules/node/node.admin.inc
Returns the node administration filters form array to node_admin_content().
node_update_7006 in drupal/modules/node/node.install
Convert body and teaser from node properties to fields, and migrate status/comment/promote and sticky columns to the {node_revision} table.
NumberFieldTestCase::testNumberDecimalField in drupal/modules/field/modules/number/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberFloatField in drupal/modules/field/modules/number/number.test
Test number_float field.
OptionsWidgetsTestCase::testCheckBoxes in drupal/modules/field/modules/options/options.test
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox in drupal/modules/field/modules/options/options.test
Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testRadioButtons in drupal/modules/field/modules/options/options.test
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple in drupal/modules/field/modules/options/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in drupal/modules/field/modules/options/options.test
Tests the 'options_select' widget (single select).
PageEditTestCase::testPageAuthoredBy in drupal/modules/node/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in drupal/modules/node/node.test
Checks node edit functionality.
PagePreviewTestCase::testPagePreview in drupal/modules/node/node.test
Checks the node preview functionality.
PagePreviewTestCase::testPagePreviewWithRevisions in drupal/modules/node/node.test
Checks the node preview functionality, when using revisions.
PageTitleFiltering::testTitleTags in drupal/modules/system/system.test
Tests the handling of HTML by drupal_set_title() and drupal_get_title()
PathLanguageTestCase::testAliasTranslation in drupal/modules/path/path.test
Test alias functionality through the admin interfaces.
path_admin_form_validate in drupal/modules/path/path.admin.inc
Form validation handler for path_admin_form().
path_form_node_form_alter in drupal/modules/path/path.module
Implements hook_form_BASE_FORM_ID_alter() for node_form().
path_form_taxonomy_form_term_alter in drupal/modules/path/path.module
Implements hook_form_FORM_ID_alter() for taxonomy_form_term().
path_node_insert in drupal/modules/path/path.module
Implements hook_node_insert().
path_save in drupal/includes/path.inc
Save a path alias to the database.
path_taxonomy_term_insert in drupal/modules/path/path.module
Implements hook_taxonomy_term_insert().
path_taxonomy_term_update in drupal/modules/path/path.module
Implements hook_taxonomy_term_update().
PHPFilterTestCase::testPHPFilter in drupal/modules/php/php.test
Makes sure that the PHP filter evaluates PHP code when used.
RdfRdfaMarkupTestCase::testAttributesInMarkupFile in drupal/modules/rdf/rdf.test
Ensure that file fields have the correct resource as the object in RDFa when displayed as a teaser.
SearchConfigSettingsForm::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumberMatchingTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyLegacyTestCase::testTaxonomyLegacyNode in drupal/modules/taxonomy/taxonomy.test
Test taxonomy functionality with nodes prior to 1970.
TaxonomyRSSTestCase::testTaxonomyRSS in drupal/modules/taxonomy/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in drupal/modules/taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldValidation in drupal/modules/taxonomy/taxonomy.test
Test term field validation.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in drupal/modules/taxonomy/taxonomy.test
Test widgets.
TaxonomyTermIndexTestCase::testTaxonomyIndex in drupal/modules/taxonomy/taxonomy.test
Tests that the taxonomy index is maintained properly.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in drupal/modules/taxonomy/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyNode in drupal/modules/taxonomy/taxonomy.test
Test that hook_node_$op implementations work correctly.
TaxonomyTokenReplaceTestCase::setUp in drupal/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
taxonomy_update_7005 in drupal/modules/taxonomy/taxonomy.install
Migrate {taxonomy_term_node} table to field storage.
template_preprocess_search_result in drupal/modules/search/search.pages.inc
Process variables for search-result.tpl.php.
TextFieldTestCase::testTextFieldValidation in drupal/modules/field/modules/text/text.test
Test text field validation.
TextFieldTestCase::_testTextfieldWidgets in drupal/modules/field/modules/text/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in drupal/modules/field/modules/text/text.test
Helper function for testTextfieldWidgetsFormatted().
TextTranslationTestCase::testTextField in drupal/modules/field/modules/text/text.test
Test that a plaintext textfield widget is correctly populated.
TextTranslationTestCase::testTextFieldFormatted in drupal/modules/field/modules/text/text.test
Check that user that does not have access the field format cannot see the source value when creating a translation.
TranslationTestCase::createPage in drupal/modules/translation/translation.test
Creates a "Basic page" in the specified language.
TranslationTestCase::createTranslation in drupal/modules/translation/translation.test
Creates a translation for a basic page in the specified language.
TranslationTestCase::testContentTranslation in drupal/modules/translation/translation.test
Creates, modifies, and updates a basic page with a translation.
TranslationTestCase::testLanguageSwitcherBlockIntegration in drupal/modules/translation/translation.test
Tests that the language switcher block alterations work as intended.
translation_language_switch_links_alter in drupal/modules/translation/translation.module
Implements hook_language_switch_links_alter().
TriggerContentTestCase::testActionsContent in drupal/modules/trigger/trigger.test
Tests several content-oriented trigger issues.
TriggerOrphanedActionsTestCase::testActionsOrphaned in drupal/modules/trigger/trigger.test
Tests logic around orphaned actions.
UserCancelTestCase::testUserDelete in drupal/modules/user/user.test
Delete account and remove all content.
UserSignatureTestCase::testUserSignature in drupal/modules/user/user.test
Test that a user can change their signature format and that it is respected upon display.
_translation_tab_access in drupal/modules/translation/translation.module
Access callback: Checks that the user has permission to 'translate content'.