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