AJAXFrameworkTestCase::testLazyLoad in core/modules/simpletest/tests/ajax.test
Test that new JavaScript and CSS files added during an AJAX request are returned.
ArrayDiffUnitTest::testArrayDiffAssocRecursive in core/modules/simpletest/tests/common.test
Tests backdrop_array_diff_assoc_recursive().
BackdropMatchPathTestCase::testBackdropMatchPath in core/modules/simpletest/tests/path.test
Run through our test cases, making sure each one works as expected.
BackdropWebTestCase::assertThemeOutput in core/modules/simpletest/backdrop_web_test_case.php
Asserts themed output.
BackdropWebTestCase::backdropPostAJAX in core/modules/simpletest/backdrop_web_test_case.php
Execute an Ajax submission.
BookTestCase::checkBookNode in core/modules/book/tests/book.test
Checks the outline of sub-pages; previous, up, and next.
BootstrapDestinationTestCase::testDestination in core/modules/simpletest/tests/bootstrap.test
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
BootstrapGetFilenameTestCase::testBackdropGetFilename in core/modules/simpletest/tests/bootstrap.test
Test that backdrop_get_filename() works correctly when the file is not found in the database.
BootstrapMiscTestCase::testMisc in core/modules/simpletest/tests/bootstrap.test
Test miscellaneous functions in bootstrap.inc.
BootstrapOverrideServerVariablesTestCase::testBackdropOverrideServerVariablesProvidedURL in core/modules/simpletest/tests/bootstrap.test
Test providing a direct URL to to backdrop_override_server_variables().
BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapVariableTestCase::testVariable in core/modules/simpletest/tests/bootstrap.test
testVariable
BootstrapVariableTestCase::testVariableDefaults in core/modules/simpletest/tests/bootstrap.test
Makes sure that the default variable parameter is passed through okay.
ColorTest::testHexToRgb in core/modules/simpletest/tests/color.test
Tests Color::hexToRgb().
ColorTest::testRgbToHex in core/modules/simpletest/tests/color.test
Tests Color::rgbToHex().
CommentPagerTest::assertCommentOrder in core/modules/comment/tests/comment.test
Asserts that the comments are displayed in the correct order.
CommentPagerTest::testCommentNewPageIndicator in core/modules/comment/tests/comment.test
Tests comment_new_page_count().
CommonBackdropArrayUnitTest::testGet in core/modules/simpletest/tests/common.test
Tests getting nested array values.
CommonBackdropArrayUnitTest::testKeyExists in core/modules/simpletest/tests/common.test
Tests existence of array key.
CommonBackdropArrayUnitTest::testSet in core/modules/simpletest/tests/common.test
Tests setting nested array values.
CommonBackdropArrayUnitTest::testUnset in core/modules/simpletest/tests/common.test
Tests unsetting nested array values.
CommonBackdropAttributesUnitTestCase::testBackdropAttributes in core/modules/simpletest/tests/common.test
Tests that backdrop_html_class() cleans the class name properly.
CommonBackdropFormatXmlElementsUnitTestCase::testParseFormatXmlElements in core/modules/simpletest/tests/common.test
Provide a sample data structure and verify the XML results.
CommonBackdropHTTPResponseStatusLineTest::testStatusLine in core/modules/simpletest/tests/common.test
Tests parsing HTTP response status line.
CommonBackdropRenderTestCase::testBackdropRenderBasics in core/modules/simpletest/tests/common.test
Tests the output backdrop_render() for some elementary input values.
CommonBackdropSortUnitTest::testBackdropSort in core/modules/simpletest/tests/common.test
Tests backdrop_sort().
CommonBackdropWriteRecordTestCase::testBackdropWriteRecord in core/modules/simpletest/tests/common.test
Test the backdrop_write_record() API function.
CommonCascadingStylesheetsTestCase::testRenderOrder in core/modules/simpletest/tests/common.test
Test CSS ordering.
CommonFormatDateTestCase::testAdminDefinedFormatDate in core/modules/simpletest/tests/common.test
Test admin-defined formats in format_date().
CommonFormatDateTestCase::testFormatDate in core/modules/simpletest/tests/common.test
Tests for the format_date() function.
CommonHTMLIdentifierTestCase::testBackdropCleanCSSIdentifier in core/modules/simpletest/tests/common.test
Tests that backdrop_clean_css_identifier() cleans the identifier properly.
CommonHTMLIdentifierTestCase::testBackdropHTMLClass in core/modules/simpletest/tests/common.test
Tests that backdrop_html_class() cleans the class name properly.
CommonHTMLIdentifierTestCase::testBackdropHTMLId in core/modules/simpletest/tests/common.test
Tests that backdrop_html_id() cleans the ID properly.
CommonJavaScriptTestCase::testGetLibrary in core/modules/simpletest/tests/common.test
Tests retrieval of libraries via backdrop_get_library().
CommonJavaScriptTestCase::testRenderOrder in core/modules/simpletest/tests/common.test
Test JavaScript ordering.
CommonJSONUnitTestCase::testJSON in core/modules/simpletest/tests/common.test
Tests converting PHP variables to JSON strings and back.
CommonURLUnitTestCase::testBackdropGetBareDomain in core/modules/simpletest/tests/common.test
Test backdrop_get_bare_domain().
CommonXssUnitTestCase::testBadProtocolStripping in core/modules/simpletest/tests/common.test
Check that harmful protocols are stripped.
ConfigurationUITest::testExport in core/modules/config/tests/config.test
Tests export of configuration.
ConfigurationUITest::testImport in core/modules/config/tests/config.test
Tests importing configuration.
ConnectionUnitTest::addConnection in core/modules/simpletest/tests/database_test.test
Adds a new database connection info to Database.
ContactPersonalTestCase::testPersonalContactFlood in core/modules/contact/tests/contact.test
Tests the personal contact form flood protection.
ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
DatabaseBasicSyntaxTestCase::testBasicConcat in core/modules/simpletest/tests/database_test.test
Test for string concatenation.
DatabaseBasicSyntaxTestCase::testFieldConcat in core/modules/simpletest/tests/database_test.test
Test for string concatenation with field values.
DatabaseBasicSyntaxTestCase::testLikeBackslash in core/modules/simpletest/tests/database_test.test
Test LIKE query containing a backslash.
DatabaseBasicSyntaxTestCase::testLikeEscape in core/modules/simpletest/tests/database_test.test
Test escaping of LIKE wildcards.
DatabaseCaseSensitivityTestCase::testCaseSensitiveInsert in core/modules/simpletest/tests/database_test.test
Test BINARY collation in MySQL.
DatabaseConnectionTestCase::testConnectionOptions in core/modules/simpletest/tests/database_test.test
Tests the connection options of the active database.
DatabaseConnectionTestCase::testConnectionRouting in core/modules/simpletest/tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseConnectionTestCase::testConnectionRoutingOverride in core/modules/simpletest/tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseDeleteTruncateTestCase::testSimpleDelete in core/modules/simpletest/tests/database_test.test
Confirm that we can delete a single record successfully.
DatabaseFetch2TestCase::testQueryFetchBoth in core/modules/simpletest/tests/database_test.test
Confirm that we can fetch a record into a doubly-keyed array explicitly.
DatabaseFetch2TestCase::testQueryFetchCol in core/modules/simpletest/tests/database_test.test
Confirm that we can fetch an entire column of a result set at once.
DatabaseFetch2TestCase::testQueryFetchNum in core/modules/simpletest/tests/database_test.test
DatabaseFetchTestCase::testQueryFetchArray in core/modules/simpletest/tests/database_test.test
Confirm that we can fetch a record to an array associative explicitly.
DatabaseFetchTestCase::testQueryFetchClass in core/modules/simpletest/tests/database_test.test
Confirm that we can fetch a record into a new instance of a custom class.
DatabaseFetchTestCase::testQueryFetchDefault in core/modules/simpletest/tests/database_test.test
Confirm that we can fetch a record properly in default object mode.
DatabaseFetchTestCase::testQueryFetchObject in core/modules/simpletest/tests/database_test.test
Confirm that we can fetch a record to an object explicitly.
DatabaseInsertDefaultsTestCase::testDefaultEmptyInsert in core/modules/simpletest/tests/database_test.test
Test that no action will be preformed if no fields are specified.
DatabaseInsertTestCase::testInsertFieldOnlyDefinition in core/modules/simpletest/tests/database_test.test
Test that we can specify fields without values and specify values later.
DatabaseInsertTestCase::testInsertLastInsertID in core/modules/simpletest/tests/database_test.test
Test that inserts return the proper auto-increment ID.
DatabaseInsertTestCase::testInsertSelectAll in core/modules/simpletest/tests/database_test.test
Tests that the INSERT INTO ... SELECT * ... syntax works.
DatabaseInsertTestCase::testInsertSelectFields in core/modules/simpletest/tests/database_test.test
Test that the INSERT INTO ... SELECT (fields) ... syntax works.
DatabaseInsertTestCase::testMultiInsert in core/modules/simpletest/tests/database_test.test
Test that we can insert multiple records in one query object.
DatabaseInsertTestCase::testRepeatedInsert in core/modules/simpletest/tests/database_test.test
Test that an insert object can be reused with new data after it executes.
DatabaseInsertTestCase::testSimpleInsert in core/modules/simpletest/tests/database_test.test
Test the very basic insert functionality.
DatabaseRegressionTestCase::testDBFieldExists in core/modules/simpletest/tests/database_test.test
Test the db_field_exists() function.
DatabaseRegressionTestCase::testDBIndexExists in core/modules/simpletest/tests/database_test.test
Test the db_index_exists() function.
DatabaseRegressionTestCase::testDBTableExists in core/modules/simpletest/tests/database_test.test
Test the db_table_exists() function.
DatabaseRegressionTestCase::testRegression_310447 in core/modules/simpletest/tests/database_test.test
Regression test for #310447.
DatabaseTransactionTestCase::testCommittedTransaction in core/modules/simpletest/tests/database_test.test
Test committed transaction.
DatabaseTransactionTestCase::testTransactionRollBackNotSupported in core/modules/simpletest/tests/database_test.test
Test transaction rollback on a database that does not support transactions.
DatabaseUpdateComplexTestCase::testBetweenConditionUpdate in core/modules/simpletest/tests/database_test.test
Test BETWEEN conditional clauses.
DatabaseUpdateComplexTestCase::testInConditionUpdate in core/modules/simpletest/tests/database_test.test
Test WHERE IN clauses.
DatabaseUpdateComplexTestCase::testLikeConditionUpdate in core/modules/simpletest/tests/database_test.test
Test LIKE conditionals.
DatabaseUpdateComplexTestCase::testNotInConditionUpdate in core/modules/simpletest/tests/database_test.test
Test WHERE NOT IN clauses.
DatabaseUpdateComplexTestCase::testOrConditionUpdate in core/modules/simpletest/tests/database_test.test
Test updates with OR conditionals.
DatabaseUpdateComplexTestCase::testUpdateExpression in core/modules/simpletest/tests/database_test.test
Test update with expression values.
DatabaseUpdateComplexTestCase::testUpdateOnlyExpression in core/modules/simpletest/tests/database_test.test
Test update with only expression values.
DatabaseUpdateTestCase::testExpressionUpdate in core/modules/simpletest/tests/database_test.test
Test updating with expressions.
DatabaseUpdateTestCase::testMultiGTUpdate in core/modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records with a non-equality condition.
DatabaseUpdateTestCase::testMultiUpdate in core/modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records successfully.
DatabaseUpdateTestCase::testPrimaryKeyUpdate in core/modules/simpletest/tests/database_test.test
Confirm that we can update the primary key of a record successfully.
DatabaseUpdateTestCase::testSimpleNullUpdate in core/modules/simpletest/tests/database_test.test
Confirm updating to NULL.
DatabaseUpdateTestCase::testSimpleUpdate in core/modules/simpletest/tests/database_test.test
Confirm that we can update a single record successfully.
DatabaseUpdateTestCase::testUpdateAffectedRows in core/modules/simpletest/tests/database_test.test
Tests return value on update.
DatabaseUpdateTestCase::testWhereAndConditionUpdate in core/modules/simpletest/tests/database_test.test
Confirm that we can stack condition and where calls.
DatabaseUpdateTestCase::testWhereUpdate in core/modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records with a where call.
DateFieldTokenTestCase::testDateFieldToken in core/modules/date/tests/date_field.test
Tests that date field tokens function properly.
EntityFieldQueryTestCase::testEntityFieldQueryRouting in core/modules/entity/tests/entity_query.test
Tests the routing feature of EntityFieldQuery.
EntityLoadTestCase::testEntityLoadConditions in core/modules/entity/tests/entity_crud.test
Tests the functionality for loading entities matching certain conditions.
EntityReferenceAdminTestCase::assertFieldSelectOptions in core/modules/entityreference/tests/entityreference.admin.test
EntityReferenceHandlersTestCase::testSortByField in core/modules/entityreference/tests/entityreference.handlers.test
Assert sorting by field works for non-admins.
FieldAttachOtherTestCase::testFieldAttachSubmit in core/modules/field/tests/field.test
Test field_attach_submit().
FieldAttachOtherTestCase::testFieldAttachValidate in core/modules/field/tests/field.test
Test field_attach_validate().
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in core/modules/field/tests/field.test
Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachDelete in core/modules/field/tests/field.test
Test field_attach_delete().
FieldBlockTestCase::testFieldBlock in core/modules/field/tests/field.test
Check special conditions around the main content block.
FieldCrudTestCase::testCreateField in core/modules/field/tests/field.test
Test the creation of a field.
FieldFormTestCase::testFieldFormSingle in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in core/modules/field/tests/field.test
FieldInfoTestCase::testFieldInfo in core/modules/field/tests/field.test
Test that field types and field definitions are correctly cached.
FieldInfoTestCase::testFieldPrepare in core/modules/field/tests/field.test
Test that cached field definitions are ready for current runtime context.
FieldInfoTestCase::testInstancePrepare in core/modules/field/tests/field.test
Test that cached instance definitions are ready for current runtime context.
FieldInfoTestCase::testSettingsInfo in core/modules/field/tests/field.test
Test that the field_info settings convenience functions work.
FieldInstanceCrudTestCase::testCreateFieldInstance in core/modules/field/tests/field.test
Test the creation of a field instance.
FieldInstanceCrudTestCase::testUpdateFieldInstance in core/modules/field/tests/field.test
Test the update of a field instance.
FieldTokenTestCase::testFieldToken in core/modules/field/tests/field.test
Test fields in token display mode.
FieldUIViewModeFunctionalTest::testInfoHooks in core/modules/field_ui/tests/field_ui.test
Test the new entity display mode hooks.
FieldUIViewModeTestHelper::assertActualViewMode in core/modules/field_ui/tests/field_ui.test
FileFieldWidgetTestCase::testMultiValuedWidget in core/modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileMimeTypeTest::testFileMimeTypeDetection in core/modules/simpletest/tests/file.test
Test mapping of mimetypes from filenames.
FileNameMungingTest::testMungeIgnoreAllowed in core/modules/simpletest/tests/file.test
Allowed extensions are ignored by file_munge_filename().
FileNameMungingTest::testMungeIgnoreInsecure in core/modules/simpletest/tests/file.test
If the allow_insecure_uploads variable evaluates to true, the file should come out untouched, no matter how evil the filename.
FileNameMungingTest::testMungeUnsafe in core/modules/simpletest/tests/file.test
Tests unsafe extensions are munged by file_munge_filename().
FileNameMungingTest::testUnMunge in core/modules/simpletest/tests/file.test
Ensure that unmunge gets your name back.
FileUnitTestCase::testFile in core/modules/file/tests/file.test
Tests basic file entity properties.
FileUploadTransliterationTest::testTransliteration in core/modules/simpletest/tests/file.test
FileUsageTest::testRemoveUsage in core/modules/simpletest/tests/file.test
Tests file_usage_delete().
FilterFileUsageTest::testFilterEntityHooks in core/modules/filter/tests/filter.test
Tests file usages are tracked in creating, updating, and deleting content.
FilterUnitTestCase::testUrlFilterContent in core/modules/filter/tests/filter.test
Tests URL filter on longer content.
FormCheckboxTestCase::testFormCheckbox in core/modules/simpletest/tests/form.test
FormElementTestCase::testOptions in core/modules/simpletest/tests/form.test
Tests expansion of #options for #type checkboxes and radios.
FormEmailTestCase::testFormEmail in core/modules/simpletest/tests/form.test
Tests that #type 'email' fields are properly validated.
FormsTestCase::assertFormValuesDefault in core/modules/simpletest/tests/form.test
Assert that the values submitted to a form matches the default values of the elements.
FormsTestCase::testSelect in core/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormTextareaTestCase::testValueCallback in core/modules/simpletest/tests/form.test
Tests that textarea value is properly set.
FormUrlTestCase::testFormUrl in core/modules/simpletest/tests/form.test
Tests that #type 'url' fields are properly validated and trimmed.
ImageEffectsUnitTest::testEffects in core/modules/image/tests/image.test
Test all the image effects provided by core.
LayoutBlockTest::testHeroBlocks in core/modules/layout/tests/layout.test
Test Hero blocks.
LayoutBlockTest::testPageComponentBlocks in core/modules/layout/tests/layout.test
Test Page component blocks.
LinkUITest::testLinkCreate in core/modules/link/tests/link.ui.test
Creates a link field for the "page" type and creates a page with a link.
ListFieldUITestCase::assertAllowedValuesInput in core/modules/field/modules/list/tests/list.test
Tests a string input for the 'allowed values' form element.
LocaleBrowserDetectionTest::testLanguageFromBrowser in core/modules/locale/tests/locale.test
Unit tests for the locale_language_from_browser() function.
LocaleImportFunctionalTest::testEmptyMsgstr in core/modules/locale/tests/locale.test
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testLanguageContext in core/modules/locale/tests/locale.test
Test msgctxt context support.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in core/modules/locale/tests/locale.test
Functional tests for the language switcher block.
LocalePluralFormatTest::testGetPluralFormat in core/modules/locale/tests/locale.test
Tests locale_get_plural() functionality.
MenuRouterTestCase::testMenuLoadArgumentsInheritance in core/modules/simpletest/tests/menu.test
Tests inheritance of 'load arguments'.
ModuleDependencyTestCase::testModuleEnableOrder in core/modules/system/tests/system.test
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
ModuleUnitTest::assertModuleList in core/modules/simpletest/tests/module.test
Assert that module_list() return the expected values.
NodeAccessBaseTableTestCase::assertTaxonomyPage in core/modules/node/tests/node.test
Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
PageEditTestCase::testPageAuthoredBy in core/modules/node/tests/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in core/modules/node/tests/node.test
Checks node edit functionality.
PasswordHashingTest::testPasswordHashing in core/modules/simpletest/tests/password.test
Test password hashing.
PathPatternTestHelper::assertAlias in core/modules/path/tests/path_pattern.test
PathPatternTestHelper::assertEntityPattern in core/modules/path/tests/path_pattern.test
PathPatternTestHelper::assertToken in core/modules/path/tests/path_pattern.test
PathPatternTokenTestCase::assertTokens in core/modules/path/tests/path_pattern.test
Function copied from TokenTestHelper::assertTokens().
PathPatternUnitTestCase::testGetSchemaAliasMaxLength in core/modules/path/tests/path_pattern.test
Test _path_get_schema_alias_maxlength().
PathPatternUnitTestCase::testPatternLoadByEntity in core/modules/path/tests/path_pattern.test
Test path_get_pattern_by_entity_type().
PathSaveTest::testBackdropSaveOriginalPath in core/modules/simpletest/tests/path.test
Tests that path_save() makes the original path available to modules.
RedirectTestHelper::assertHeader in core/modules/redirect/tests/redirect.test
RedirectUnitTest::testSortRecursive in core/modules/redirect/tests/redirect.test
Test redirect_sort_recursive().
RenderElementTypesTestCase::assertElements in core/modules/simpletest/tests/theme.test
Asserts that an array of elements is rendered properly.
SchemaTestCase::testSchema in core/modules/simpletest/tests/schema.test
SearchSimplifyTestCase::testSearchSimplifyUnicode in core/modules/search/tests/search.test
Tests that all Unicode characters simplify correctly.
SessionTestCase::assertSessionEmpty in core/modules/simpletest/tests/session.test
Assert whether $_SESSION is empty at the beginning of the request.
SiteMaintenanceTestCase::testSiteMaintenance in core/modules/system/tests/system.test
Verify site maintenance mode functionality.
TaxonomyQueryAlterTestCase::assertQueryTagTestResult in core/modules/taxonomy/tests/taxonomy.test
Verifies invocation of the hooks in the test module.
TextSummaryTestCase::assertTextSummary in core/modules/field/modules/text/tests/text.test
Calls text_summary() and asserts that the expected teaser is returned.
TextSummaryTestCase::testOnlyTextSummary in core/modules/field/modules/text/tests/text.test
Test sending only summary.
ThemeFunctionsTestCase::assertThemeOutput in core/modules/simpletest/tests/theme.test
Asserts themed output.
ThemeFunctionsTestCase::testBackdropPreRenderLinks in core/modules/simpletest/tests/theme.test
Test the use of backdrop_pre_render_links() on a nested array of links.
ThemeUnitTest::testListThemes in core/modules/simpletest/tests/theme.test
Test the list_themes() function.
ThemeUnitTest::testRegistryRebuild in core/modules/simpletest/tests/theme.test
Ensures the theme registry is rebuilt when modules are disabled/enabled.
ThemeUnitTest::testThemeGetSetting in core/modules/simpletest/tests/theme.test
Test the theme_get_setting() function.
TokenTestHelper::assertPageTokens in core/modules/simpletest/tests/token.test
Make a page request and test for token generation.
TokenTestHelper::assertTokens in core/modules/simpletest/tests/token.test
UpdateDrupal7TestCase::testAvailableUpdates in core/modules/simpletest/tests/update.test
Tests that updates will be executed in the correct order.
UrlAlterFunctionalTest::assertUrlInboundAlter in core/modules/simpletest/tests/path.test
Assert that a inbound path is altered to an expected value.
UrlAlterFunctionalTest::assertUrlOutboundAlter in core/modules/simpletest/tests/path.test
Assert that an outbound path is altered to an expected value.
UrlIsExternalUnitTest::testUrlIsExternal in core/modules/simpletest/tests/common.test
Tests if each URL is external or not.
UserLoginTestCase::testPasswordRehashOnLogin in core/modules/user/tests/user.test
Test that user password is re-hashed upon login after changing $count_log2.
UserSaveTestCase::testUserImport in core/modules/user/tests/user.test
Test creating a user with arbitrary uid.
UserViewsHandlerFieldNameTest::testUserName in core/modules/user/tests/user_views_handler_field_name.test
ViewsAjaxTest::testAjaxView in core/modules/views/tests/views_ajax.test
Tests an ajax and non-ajax view.
ViewsCacheTest::testHttpHeadersCaching in core/modules/views/tests/views_cache.test
Check that HTTP headers are cached for views.
ViewsHandlerFieldMath::testMathFloatRender in core/modules/views/tests/handlers/views_handler_field_math.test
Test rendering of float values in "Global: Math expression" fields.
ViewsHandlerFieldTest::_testEmptyText in core/modules/views/tests/handlers/views_handler_field.test
Tests the usage of the empty text.
ViewsHandlerFieldTest::_testHideIfEmpty in core/modules/views/tests/handlers/views_handler_field.test
Tests the hide if empty functionality.
ViewsHandlerManyToOneTest::testGroupedOneOf in core/modules/views/tests/handlers/views_handler_manytoone.test
Tests duplicate grouped "one of" filters on taxonomy term field.
ViewsHandlerManyToOneTest::testReducedExposedGroupedOptions in core/modules/views/tests/handlers/views_handler_manytoone.test
Tests exposed filter with "Reduce duplicates." and grouped options.
ViewsPluginStyleMappingTest::mappedOutputHelper in core/modules/views/tests/styles/views_plugin_style_mapping.test
Tests the mapping of fields.
ViewsQueryGroupByTest::GroupByTestHelper in core/modules/views/tests/views_groupby.test