- BackdropWebTestCase::backdropCreateUser in core/
modules/ simpletest/ backdrop_web_test_case.php - Create a user with a given set of permissions.
- CommentApprovalTest::testApprovalAdminInterface in core/
modules/ comment/ tests/ comment.test - Test comment approval functionality through admin/content/comment.
- CommentApprovalTest::testApprovalNodeInterface in core/
modules/ comment/ tests/ comment.test - Tests comment approval functionality through the node interface.
- CommentHelperCase::postComment in core/
modules/ comment/ tests/ comment.test - Posts a comment.
- CommentInterfaceTest::setEnvironment in core/
modules/ comment/ tests/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentClasses in core/
modules/ comment/ tests/ comment.test - Tests CSS classes on comments.
- CommentInterfaceTest::testCommentNewCommentsIndicator in core/
modules/ comment/ tests/ comment.test - Tests new comment marker.
- CommentViewsHandlerArgumentUserUidTest::postComment in core/
modules/ comment/ tests/ comment_views_handler_argument_user_uid.test - Post comment.
- comment_node_page_additions in core/
modules/ comment/ comment.module - Builds the comment-related elements for node detail pages.
- comment_reply in core/
modules/ comment/ comment.pages.inc - Form constructor for the comment reply form.
- EntityAPITestCase::testCaching in core/
modules/ entity/ tests/ entity.test - Tests caching (and not caching) of entities in the Entity API.
- EntityAPITestCase::testCRUD in core/
modules/ entity/ tests/ entity.test - Tests basic CRUD functionality of the Entity API.
- EntityAPITestCase::testEntityView in core/
modules/ entity/ tests/ entity.test - Tests basic View functionality of the Entity API.
- EntityCrudHookTestCase::testCommentHooks in core/
modules/ entity/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on comments.
- EntityCrudHookTestCase::testFileHooks in core/
modules/ entity/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on files.
- EntityCrudHookTestCase::testNodeHooks in core/
modules/ entity/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on nodes.
- EntityCrudHookTestCase::testTaxonomyTermHooks in core/
modules/ entity/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on taxonomy terms.
- EntityCrudHookTestCase::testUserHooks in core/
modules/ entity/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on users.
- EntityFieldQueryTestCase::setUp in core/
modules/ entity/ tests/ entity_query.test - Sets up a Backdrop site for running functional and integration tests.
- EntityFieldQueryTestCase::testEntityFieldQuery in core/
modules/ entity/ tests/ entity_query.test - Tests EntityFieldQuery.
- EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions in core/
modules/ entity/ tests/ entity_query.test - Tests field meta conditions.
- EntityFieldQueryTestCase::testEntityFieldQueryTranslatable in core/
modules/ entity/ tests/ entity_query.test - Tests querying translatable fields.
- EntityReferenceHandlersTestCase::testCommentHandler in core/
modules/ entityreference/ tests/ entityreference.handlers.test - Test the comment-specific overrides of the entity handler.
- EntityReferenceHandlersTestCase::testUserHandler in core/
modules/ entityreference/ tests/ entityreference.handlers.test - Test the user-specific overrides of the entity handler.
- EntityReferenceTaxonomyTestCase::setupForIndex in core/
modules/ entityreference/ tests/ entityreference.taxonomy.test - Add an ER field from node/post to taxonomy and a term reference field.
- entity_create_stub_entity in core/
modules/ entity/ entity.module - Assembles an object structure with initial IDs.
- FieldViewsTestHelper::CreateUser in core/
modules/ field/ tests/ field_views.test - field_test_create_entity in core/
modules/ field/ tests/ field_test/ field_test.entity.inc - Creates a basic test_entity entity.
- field_test_entity_add in core/
modules/ field/ tests/ field_test/ field_test.entity.inc - Menu callback: displays the 'Add new test_entity' form.
- field_test_entity_nested_form_submit in core/
modules/ field/ tests/ field_test/ field_test.entity.inc - Submit handler for field_test_entity_nested_form().
- field_test_entity_nested_form_validate in core/
modules/ field/ tests/ field_test/ field_test.entity.inc - Validate handler for field_test_entity_nested_form().
- field_test_entity_test_load in core/
modules/ field/ tests/ field_test/ field_test.entity.inc - Loads a test_entity.
- FileAccessFunctionsAlignedTestCase::createExampleFile in core/
modules/ file/ tests/ file.test - Helper function to create some files.
- FileTestCase::createFile in core/
modules/ simpletest/ tests/ file.test - Create a file and save it to the files table and assert that it occurs correctly.
- FileTestHelper::getTestFile in core/
modules/ file/ tests/ file.test - Retrieves a sample file of the specified type.
- FilterFileUsageTest::testFilterEntityHooks in core/
modules/ filter/ tests/ filter.test - Tests file usages are tracked in creating, updating, and deleting content.
- form_test_form_user_register_form_alter in core/
modules/ simpletest/ tests/ form_test.module - Implements hook_form_FORM_ID_alter() for the registration form.
- form_test_two_instances in core/
modules/ simpletest/ tests/ form_test.module - Menu callback that returns two instances of the node form.
- ImageFileMoveTest::testNormal in core/
modules/ simpletest/ tests/ image.test - Tests moving a randomly generated image.
- locale_translate_batch_import in core/
modules/ locale/ locale.bulk.inc - Perform interface translation import as a batch step.
- NodeAccessPagerTestCase::testCommentPager in core/
modules/ node/ tests/ node.test - Tests the comment pager for nodes with multiple grants per realm.
- NodeCreationTestCase::testFailedPageCreation in core/
modules/ node/ tests/ node.test - Verifies that a transaction rolls back the failed creation.
- NodeSaveTestCase::testDeterminingChanges in core/
modules/ node/ tests/ node.test - Tests determining changes in hook_node_presave() and verifies the static node load cache is cleared upon save.
- NodeSaveTestCase::testImport in core/
modules/ node/ tests/ node.test - Checks whether custom node IDs are saved properly during an import operation.
- NodeSaveTestCase::testTimestamps in core/
modules/ node/ tests/ node.test - Verifies accuracy of the "created" and "changed" timestamp functionality.
- node_add in core/
modules/ node/ node.pages.inc - Page callback: Provides the node submission form.
- PagePreviewTestCase::setUp in core/
modules/ node/ tests/ node.test - Sets up a Backdrop site for running functional and integration tests.
- PathPatternBulkUpdateTestCase::testBulkUpdate in core/
modules/ path/ tests/ path_pattern.test - StandardInstallTestCase::testRolesExist in core/
modules/ simpletest/ tests/ standard.test - Tests existence of test case located in an installation profile module.
- standard_install in core/
profiles/ standard/ standard.install - Implements hook_install().
- TaxonomyTermTestCase::testTaxonomyGetTermByName in core/
modules/ taxonomy/ tests/ taxonomy.test - Test taxonomy_term_load_multiple_by_name().
- TaxonomyViewsHandlerRelationshipNodeTermDataTest::createTerm in core/
modules/ taxonomy/ tests/ taxonomy_views_handler_relationship_node_term_data.test - Returns a new term with random properties in vocabulary $vid.
- TaxonomyWebTestCase::createTerm in core/
modules/ taxonomy/ tests/ taxonomy.test - Returns a new term with random properties in the given vocabulary.
- taxonomy_field_presave in core/
modules/ taxonomy/ taxonomy.module - Implements hook_field_presave().
- taxonomy_form_term in core/
modules/ taxonomy/ taxonomy.admin.inc - Form function for the term edit form.
- ThemeDebugMarkupTestCase::testDebugTaxonomyOutput in core/
modules/ simpletest/ tests/ theme.test - Tests debug taxonomy markup added to template output.
- UserSaveTestCase::testUserImport in core/
modules/ user/ tests/ user.test - Test creating a user with arbitrary uid.
- user_build_filter_query in core/
modules/ user/ user.module - Extends a query object for user administration filters based on session.
- user_register_form in core/
modules/ user/ user.module - Form builder; the user registration form.
- ViewsHandlerManyToOneTest::createTerm in core/
modules/ views/ tests/ handlers/ views_handler_manytoone.test - Returns a new term with random properties.
- ViewsUIWizardDefaultViewsTestCase::testDefaultViews in core/
modules/ views/ tests/ views_ui.test - Tests default views.
- ViewsUIWizardJumpMenuTestCase::createCommentAndGetPath in core/
modules/ views/ tests/ views_ui.test - Helper function to create a comment and return its expected path.
- ViewsUIWizardJumpMenuTestCase::createFileAndGetPath in core/
modules/ views/ tests/ views_ui.test - Helper function to create a file and return its expected path.
- ViewsUIWizardJumpMenuTestCase::createTaxonomyTermAndGetPath in core/
modules/ views/ tests/ views_ui.test - Helper function to create a taxonomy term and return its expected path.
- views_handler_field_taxonomy::render_link in core/
modules/ taxonomy/ views/ views_handler_field_taxonomy.inc - Render whatever the data is as a link to the taxonomy.
- _field_create_entity_from_ids in core/
modules/ field/ field.module - Assembles a partial entity structure with initial IDs.