You are here

1342 calls to TestBase::assertEqual() in Zircon Profile 8.0

AccessPermissionTest::testAccessPerm in core/modules/user/src/Tests/Views/AccessPermissionTest.php
Tests perm access plugin.
AccessPermissionTest::testRenderCaching in core/modules/user/src/Tests/Views/AccessPermissionTest.php
Tests access on render caching.
AccessRoleTest::testRenderCaching in core/modules/user/src/Tests/Views/AccessRoleTest.php
Tests access on render caching.
AccessRoleUITest::testAccessRoleUI in core/modules/user/src/Tests/Views/AccessRoleUITest.php
Tests the role access plugin UI.
AccountSwitcherTest::testAccountSwitching in core/modules/system/src/Tests/Session/AccountSwitcherTest.php
ActionUnitTest::testOperations in core/modules/system/src/Tests/Action/ActionUnitTest.php
Tests the functionality of test actions.
AddFeedTest::testFeedIconEscaping in core/modules/system/src/Tests/Common/AddFeedTest.php
Checks that special characters are correctly escaped.
AdminTest::testCompactMode in core/modules/system/src/Tests/System/AdminTest.php
Test compact mode.
AggregatorAdminTest::testOverviewPage in core/modules/aggregator/src/Tests/AggregatorAdminTest.php
Tests the overview page.
AggregatorCronTest::testCron in core/modules/aggregator/src/Tests/AggregatorCronTest.php
Adds feeds and updates them via cron process.
AggregatorRenderingTest::testFeedPage in core/modules/aggregator/src/Tests/AggregatorRenderingTest.php
Creates a feed and checks that feed's page.
AggregatorTestBase::updateFeedItems in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Updates the feed items.
AjaxFormCacheTest::testFormCacheUsage in core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php
Tests the usage of form cache for AJAX forms.
AjaxFormPageCacheTest::getFormBuildId in core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php
Return the build id of the current form.
AjaxFormPageCacheTest::testSimpleAJAXFormValue in core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php
Create a simple form, then submit the form via AJAX to change to it.
AliasTest::testCRUD in core/modules/system/src/Tests/Path/AliasTest.php
AliasTest::testLookupPath in core/modules/system/src/Tests/Path/AliasTest.php
AliasTest::testWhitelist in core/modules/system/src/Tests/Path/AliasTest.php
Tests the alias whitelist.
AllowedValuesConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Validation/AllowedValuesConstraintValidatorTest.php
Tests the AllowedValues validation constraint validator.
AlterTest::testAlterChangeConditional in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can alter a query's conditionals.
AlterTest::testAlterChangeFields in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can alter the fields of a query.
AlterTest::testAlterExpression in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can alter expressions in the query.
AlterTest::testAlterRemoveRange in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can remove a range() value from a query.
AlterTest::testAlterWithJoin in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can alter the joins on a query.
AlterTest::testDrupalAlter in core/modules/system/src/Tests/Common/AlterTest.php
Tests if the theme has been altered.
AlterTest::testSimpleAlter in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can do basic alters.
AlterTest::testSimpleAlterSubquery in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can do basic alters on subqueries.
ApcuBackendUnitTest::testSetGet in core/modules/system/src/Tests/Cache/ApcuBackendUnitTest.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
AreaEntityTest::doTestCalculateDependencies in core/modules/views/src/Tests/Handler/AreaEntityTest.php
Tests the calculation of the rendered dependencies.
AreaEntityTest::testEntityAreaData in core/modules/views/src/Tests/Handler/AreaEntityTest.php
Tests views data for entity area handlers.
AreaEntityUITest::testUI in core/modules/views_ui/src/Tests/AreaEntityUITest.php
AreaTest::testAreaAccess in core/modules/views/src/Tests/Handler/AreaTest.php
Tests the access for an area.
AreaTest::testRenderEmptyHeaderFooter in core/modules/views/src/Tests/Handler/AreaTest.php
Tests that the header and footer areas are not rendered if empty.
AreaTextTest::testAreaText in core/modules/views/src/Tests/Handler/AreaTextTest.php
AreaTitleTest::testTitleText in core/modules/views/src/Tests/Handler/AreaTitleTest.php
Tests the title area handler.
ArgumentDefaultTest::testArgumentDefaultFixed in core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php
Tests fixed default argument.
ArgumentDefaultTest::testArgumentDefaultPlugin in core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php
Tests the argument default test plugin.
ArgumentDefaultTest::test_plugin_argument_default_current_user in core/modules/user/src/Tests/Views/ArgumentDefaultTest.php
ArgumentNullTest::testAreaText in core/modules/views/src/Tests/Handler/ArgumentNullTest.php
ArgumentPlaceholderUpdatePathTest::testArgumentPlaceholderUpdate in core/modules/views/src/Tests/Update/ArgumentPlaceholderUpdatePathTest.php
Ensures that %1 and !1 are converted to twig tokens in existing views.
ArgumentStringTest::testGlossary in core/modules/views/src/Tests/Handler/ArgumentStringTest.php
Tests the glossary feature.
ArgumentValidatorTermTest::testArgumentValidatorTerm in core/modules/taxonomy/src/Tests/Views/ArgumentValidatorTermTest.php
Tests the term argument validator plugin.
ArgumentValidatorTest::testSpecifyValidation in core/modules/views_ui/src/Tests/ArgumentValidatorTest.php
Tests the 'Specify validation criteria' checkbox functionality.
AttachedAssetsTest::testAddJsSettings in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests adding JavaScript settings.
AttachedAssetsTest::testAggregation in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Integration test for CSS/JS aggregation.
AttachedAssetsTest::testDefault in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests that default CSS and JavaScript is empty.
AttachedAssetsTest::testLibraryAlter in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Adds a JavaScript library to the page and alters it.
AttachedAssetsTest::testLibraryNameConflicts in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests that multiple modules can implement libraries with the same name.
BasicAuthTest::testBasicAuth in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test http basic authentication.
BasicTest::testSimpleArgument in core/modules/views/src/Tests/BasicTest.php
Tests simple argument.
BasicTest::testSimpleFiltering in core/modules/views/src/Tests/BasicTest.php
Tests filtering of the result set.
BasicTest::testSimpleResultSet in core/modules/views/src/Tests/BasicTest.php
Tests a trivial result set.
BasicTest::testViewsWizardAndListing in core/modules/views/src/Tests/Wizard/BasicTest.php
BlockConfigSchemaTest::testBlockConfigSchema in core/modules/block/src/Tests/BlockConfigSchemaTest.php
Tests the block config schema for block plugins.
BlockContentCreationTest::testBlockDelete in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Test deleting a block.
BlockContentCreationTest::testConfigDependencies in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Test that placed content blocks create a dependency in the block placement.
BlockContentFieldFilterTest::assertPageCounts in core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php
Asserts that the given block_content translation counts are correct.
BlockContentIntegrationTest::assertIds in core/modules/block_content/src/Tests/Views/BlockContentIntegrationTest.php
Ensures that a list of block_contents appear on the page.
BlockContentListTest::testListing in core/modules/block_content/src/Tests/BlockContentListTest.php
Tests the custom block listing page.
BlockContentListViewsTest::testListing in core/modules/block_content/src/Tests/BlockContentListViewsTest.php
Tests the custom block listing page.
BlockContentRevisionsTest::testRevisions in core/modules/block_content/src/Tests/BlockContentRevisionsTest.php
Checks block revision related operations.
BlockContentSaveTest::testBlockContentSaveOnInsert in core/modules/block_content/src/Tests/BlockContentSaveTest.php
Tests saving a block on block insert.
BlockContentSaveTest::testDeterminingChanges in core/modules/block_content/src/Tests/BlockContentSaveTest.php
Tests determining changes in hook_block_presave().
BlockContentSaveTest::testImport in core/modules/block_content/src/Tests/BlockContentSaveTest.php
Checks whether custom block IDs are saved properly during an import.
BlockContentTestBase::createBlockContent in core/modules/block_content/src/Tests/Views/BlockContentTestBase.php
Creates a custom block.
BlockContentTestBase::createBlockContentType in core/modules/block_content/src/Tests/Views/BlockContentTestBase.php
Creates a custom block type (bundle).
BlockContentTranslationUITest::testDisabledBundle in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Test that no metadata is stored for a disabled bundle.
BlockContentTypeTest::testBlockContentTypeCreation in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
BlockContentValidationTest::testValidation in core/modules/block_content/src/Tests/BlockContentValidationTest.php
Tests the block content validation constraints.
BlockContextMappingUpdateTest::testUpdateHookN in core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php
Tests that block context mapping is updated properly.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete in core/modules/block/src/Tests/BlockLanguageTest.php
Tests if the visibility settings are removed if the language is deleted.
BlockStorageUnitTest::createTests in core/modules/block/src/Tests/BlockStorageUnitTest.php
Tests the creation of blocks.
BlockStorageUnitTest::loadTests in core/modules/block/src/Tests/BlockStorageUnitTest.php
Tests the loading of blocks.
BlockStorageUnitTest::testDefaultBlocks in core/modules/block/src/Tests/BlockStorageUnitTest.php
Tests the installation of default blocks.
BlockSystemBrandingTest::testSystemBrandingSettings in core/modules/block/src/Tests/BlockSystemBrandingTest.php
Tests system branding block configuration.
BlockTemplateSuggestionsTest::testBlockThemeHookSuggestions in core/modules/block/src/Tests/BlockTemplateSuggestionsTest.php
Tests template suggestions from block_theme_suggestions_block().
BlockTest::testBlock in core/modules/block/src/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
BlockTest::testBlockCacheTags in core/modules/block/src/Tests/BlockTest.php
Test that cache tags are properly set and bubbled up to the page cache.
BlockTest::testBlockUserRoleDelete in core/modules/block/src/Tests/BlockTest.php
Tests block_user_role_delete.
BlockViewBuilderTest::testBasicRendering in core/modules/block/src/Tests/BlockViewBuilderTest.php
Tests the rendering of blocks.
BookTest::testAdminBookNodeListing in core/modules/book/src/Tests/BookTest.php
Tests the administrative listing of all book pages in a book.
BookTest::testBookOutline in core/modules/book/src/Tests/BookTest.php
Tests outline of a book.
BookTest::testHookNodeLoadAccess in core/modules/book/src/Tests/BookTest.php
Ensure the loaded book in hook_node_load() does not depend on the user.
BookTest::testSaveBookLink in core/modules/book/src/Tests/BookTest.php
Tests that saveBookLink() returns something.
BookUninstallTest::testBookUninstall in core/modules/book/src/Tests/BookUninstallTest.php
Tests the book_system_info_alter() method.
BooleanItemTest::testBooleanItem in core/modules/field/src/Tests/Boolean/BooleanItemTest.php
Tests using entity fields of the boolean field type.
BreakpointDiscoveryTest::testBreakpointGroups in core/modules/breakpoint/src/Tests/BreakpointDiscoveryTest.php
Test the collection of breakpoint groups.
BreakpointDiscoveryTest::testCustomBreakpointGroups in core/modules/breakpoint/src/Tests/BreakpointDiscoveryTest.php
Test the custom breakpoint group provided by a theme and a module.
BreakpointDiscoveryTest::testModuleBreakpoints in core/modules/breakpoint/src/Tests/BreakpointDiscoveryTest.php
Test the breakpoint group created for a module.
BreakpointDiscoveryTest::testThemeBreakpoints in core/modules/breakpoint/src/Tests/BreakpointDiscoveryTest.php
Test the breakpoint group created for a theme.
BrowserTest::testCookieDoesNotBleed in core/modules/simpletest/src/Tests/BrowserTest.php
Tests that the cookies from a previous test do not bleed into a new test.
BrowserTest::testCookies in core/modules/simpletest/src/Tests/BrowserTest.php
Tests that cookies set during a request are available for testing.
BrowserTest::testGetAbsoluteUrl in core/modules/simpletest/src/Tests/BrowserTest.php
Test \Drupal\simpletest\WebTestBase::getAbsoluteUrl().
BrowserTest::testXPathEscaping in core/modules/simpletest/src/Tests/BrowserTest.php
Tests XPath escaping.
BulkDeleteTest::checkHooksInvocations in core/modules/field/src/Tests/BulkDeleteTest.php
Tests that the expected hooks have been invoked on the expected entities.
BulkDeleteTest::testDeleteField in core/modules/field/src/Tests/BulkDeleteTest.php
Verify that deleting a field leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and field definition.
BulkDeleteTest::testPurgeField in core/modules/field/src/Tests/BulkDeleteTest.php
Verify that field data items and fields are purged when a field storage is deleted.
BulkDeleteTest::testPurgeFieldStorage in core/modules/field/src/Tests/BulkDeleteTest.php
Verify that field storages are preserved and purged correctly as multiple fields are deleted and purged.
BulkFormAccessTest::testNodeDeleteAccess in core/modules/node/src/Tests/Views/BulkFormAccessTest.php
Tests if nodes that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testNodeEditAccess in core/modules/node/src/Tests/Views/BulkFormAccessTest.php
Tests if nodes that may not be edited, can not be edited in bulk.
BulkFormTest::setUp in core/modules/node/src/Tests/Views/BulkFormTest.php
Sets up a Drupal site for running functional and integration tests.
BulkFormTest::testBulkForm in core/modules/action/src/Tests/BulkFormTest.php
Tests the bulk form.
BundleConstraintValidatorTest::assertValidation in core/modules/system/src/Tests/Entity/BundleConstraintValidatorTest.php
Executes the BundleConstraintValidator test for a given bundle.
CacheabilityMetadataConfigOverrideTest::testConfigEntityOverride in core/modules/config/src/Tests/CacheabilityMetadataConfigOverrideTest.php
Tests if config overrides set cacheability metadata on config entities.
CacheabilityMetadataConfigOverrideTest::testConfigOverride in core/modules/config/src/Tests/CacheabilityMetadataConfigOverrideTest.php
Tests if config overrides correctly set cacheability metadata.
CacheContextOptimizationTest::testUserPermissionCacheContextOptimization in core/modules/system/src/Tests/Cache/CacheContextOptimizationTest.php
Ensures that 'user.permissions' cache context is able to define cache tags.
CacheContextOptimizationTest::testUserRolesCacheContextOptimization in core/modules/system/src/Tests/Cache/CacheContextOptimizationTest.php
Ensures that 'user.roles' still works when it is optimized away.
CachedDataUITest::testCacheData in core/modules/views_ui/src/Tests/CachedDataUITest.php
Tests the user tempstore views data in the UI.
CacheTest::testHeaderStorage in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CacheTest::testNoneResultCaching in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests no caching.
CacheTest::testSubqueryStringCache in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests that Subqueries are cached as expected.
CacheTest::testTimeResultCaching in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests time based caching.
CacheTest::testTimeResultCachingWithFilter in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests result caching with filters.
CKEditorAdminTest::testExistingFormat in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Tests configuring a text editor for an existing text format.
CKEditorTest::assertCKEditorLanguage in core/modules/ckeditor/src/Tests/CKEditorTest.php
Assert that CKEditor picks the expected language when French is default.
CKEditorTest::testInternalGetConfig in core/modules/ckeditor/src/Tests/CKEditorTest.php
Tests Internal::getConfig().
CommentDefaultFormatterCacheTagsTest::testCacheTags in core/modules/comment/src/Tests/CommentDefaultFormatterCacheTagsTest.php
Tests the bubbling of cache tags.
CommentFieldAccessTest::testAccessToAdministrativeFields in core/modules/comment/src/Tests/CommentFieldAccessTest.php
Test permissions on comment fields.
CommentFieldFilterTest::assertPageCounts in core/modules/comment/src/Tests/Views/CommentFieldFilterTest.php
Asserts that the given comment translation counts are correct.
CommentFieldNameTest::testCommentFieldName in core/modules/comment/src/Tests/Views/CommentFieldNameTest.php
Test comment field name.
CommentFieldsTest::testCommentDefaultFields in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests that the default 'comment_body' field is correctly added.
CommentFieldsTest::testCommentFieldDelete in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests that you can remove a comment field.
CommentInterfaceTest::testAutoFilledHtmlSubject in core/modules/comment/src/Tests/CommentInterfaceTest.php
Test that automatic subject is correctly created from HTML comment text.
CommentInterfaceTest::testAutoFilledSubject in core/modules/comment/src/Tests/CommentInterfaceTest.php
Test that the subject is automatically filled if disabled or left blank.
CommentInterfaceTest::testCommentInterface in core/modules/comment/src/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentItemTest::testCommentItem in core/modules/comment/src/Tests/CommentItemTest.php
Tests using entity fields of the comment field type.
CommentLanguageTest::testCommentLanguage in core/modules/comment/src/Tests/CommentLanguageTest.php
Test that comment language is properly set.
CommentLinksTest::testLinkApprove in core/modules/comment/src/Tests/Views/CommentLinksTest.php
Test the comment approve link.
CommentLinksTest::testLinkReply in core/modules/comment/src/Tests/Views/CommentLinksTest.php
Test the comment reply link.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/modules/comment/src/Tests/CommentNewIndicatorTest.php
Tests new comment marker.
CommentNonNodeTest::setUp in core/modules/comment/src/Tests/CommentNonNodeTest.php
Sets up a Drupal site for running functional and integration tests.
CommentNonNodeTest::testCommentFunctionality in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests anonymous comment functionality.
CommentOperationsTest::testCommentOperations in core/modules/comment/src/Tests/Views/CommentOperationsTest.php
Test the operations field plugin.
CommentPagerTest::assertCommentOrder in core/modules/comment/src/Tests/CommentPagerTest.php
Asserts that the comments are displayed in the correct order.
CommentPagerTest::testCommentNewPageIndicator in core/modules/comment/src/Tests/CommentPagerTest.php
Tests calculation of first page with new comment.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment preview.
CommentRestExportTest::testCommentRestExport in core/modules/comment/src/Tests/Views/CommentRestExportTest.php
Test comment row.
CommentRowTest::testCommentRow in core/modules/comment/src/Tests/Views/CommentRowTest.php
Test comment row.
CommentStatisticsTest::testCommentNodeCommentStatistics in core/modules/comment/src/Tests/CommentStatisticsTest.php
Tests the node comment statistics.
CommentThreadingTest::testCommentThreading in core/modules/comment/src/Tests/CommentThreadingTest.php
Tests the comment threading.
CommentTokenReplaceTest::testCommentTokenReplacement in core/modules/comment/src/Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
CommentTranslationUITest::doTestAuthoringInfo in core/modules/comment/src/Tests/CommentTranslationUITest.php
Tests the translation authoring information.
CommentTypeTest::testCommentTypeCreation in core/modules/comment/src/Tests/CommentTypeTest.php
Tests creating a comment type programmatically and via a form.
CommentTypeTest::testCommentTypeEditing in core/modules/comment/src/Tests/CommentTypeTest.php
Tests editing a comment type using the UI.
CommentValidationTest::assertLengthViolation in core/modules/comment/src/Tests/CommentValidationTest.php
Verifies that a length violation exists for the given field.
CommentValidationTest::testValidation in core/modules/comment/src/Tests/CommentValidationTest.php
Tests the comment validation constraints.
ComplexDataConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Validation/ComplexDataConstraintValidatorTest.php
Tests the ComplexData validation constraint validator.
ConfigCRUDTest::testCRUD in core/modules/config/src/Tests/ConfigCRUDTest.php
Tests CRUD operations.
ConfigDependencyTest::testConfigEntityDelete in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests deleting a configuration entity and dependency management.
ConfigDependencyTest::testConfigEntityUninstall in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests ConfigManager::uninstall() and config entity dependency management.
ConfigDependencyTest::testContentEntityDelete in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities.
ConfigDependencyTest::testDependencyManagement in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests creating dependencies on configuration entities.
ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait in core/modules/config/src/Tests/ConfigDependencyWebTest.php
Tests ConfigDependencyDeleteFormTrait.
ConfigDiffTest::testCollectionDiff in core/modules/config/src/Tests/ConfigDiffTest.php
Tests calculating the difference between two sets of config collections.
ConfigDiffTest::testDiff in core/modules/config/src/Tests/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
ConfigEntityFormOverrideTest::testFormsWithOverrides in core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php
Tests that overrides do not affect forms or listing screens.
ConfigEntityListTest::testList in core/modules/config/src/Tests/ConfigEntityListTest.php
Tests entity list builder methods.
ConfigEntityListTest::testListUI in core/modules/config/src/Tests/ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityQueryTest::testLookupKeys in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
Tests lookup keys are added to the key value store.
ConfigEntityTest::testCRUD in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations.
ConfigEntityTest::testCRUDUI in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigEntityUnitTest::testStorageMethods in core/modules/config/src/Tests/ConfigEntityUnitTest.php
Tests storage methods.
ConfigEventsTest::testConfigRenameEvent in core/modules/config/src/Tests/ConfigEventsTest.php
Tests configuration rename event that is fired from the ConfigFactory.
ConfigExportImportUITest::testExportImport in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigExportImportUITest::testExportImportCollections in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests an export and import of collections.
ConfigFileContentTest::testReadWriteConfig in core/modules/config/src/Tests/ConfigFileContentTest.php
Tests setting, writing, and reading of a configuration setting.
ConfigImportAllTest::testInstallUninstall in core/modules/config/src/Tests/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporterMissingContentTest::testMissingContent in core/modules/config/src/Tests/ConfigImporterMissingContentTest.php
Tests the missing content event is fired.
ConfigImporterTest::testConfigGetConfigDirectory in core/modules/config/src/Tests/ConfigImporterTest.php
Tests config_get_config_directory().
ConfigImporterTest::testDeleted in core/modules/config/src/Tests/ConfigImporterTest.php
Tests deletion of configuration during import.
ConfigImporterTest::testInstallProfile in core/modules/config/src/Tests/ConfigImporterTest.php
Tests install profile validation during configuration import.
ConfigImporterTest::testMissingCoreExtension in core/modules/config/src/Tests/ConfigImporterTest.php
Tests missing core.extension during configuration import.
ConfigImporterTest::testNew in core/modules/config/src/Tests/ConfigImporterTest.php
Tests creation of configuration during import.
ConfigImporterTest::testSecondaryDeletedDeleteeSecond in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary deletes for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleteeFirst in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleterFirst in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryWritePrimaryFirst in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary writes are overwritten.
ConfigImporterTest::testSecondaryWriteSecondaryFirst in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary writes are overwritten.
ConfigImporterTest::testSiteUuidValidate in core/modules/config/src/Tests/ConfigImporterTest.php
Tests verification of site UUID before importing configuration.
ConfigImporterTest::testUnmetDependency in core/modules/config/src/Tests/ConfigImporterTest.php
Tests dependency validation during configuration import.
ConfigImporterTest::testUpdated in core/modules/config/src/Tests/ConfigImporterTest.php
Tests updating of configuration during import.
ConfigImportRecreateTest::testRecreateEntity in core/modules/config/src/Tests/ConfigImportRecreateTest.php
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Tests configuration renaming validation for simple configuration.
ConfigImportRenameValidationTest::testRenameValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Tests configuration renaming validation.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite in core/modules/config/src/Tests/ConfigInstallProfileOverrideTest.php
Tests install profile config changes.
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity in core/modules/config/src/Tests/ConfigInstallTest.php
Tests collections which do not support config entities install correctly.
ConfigInstallTest::testCollectionInstallationCollections in core/modules/config/src/Tests/ConfigInstallTest.php
Tests config objects in collections are installed as expected.
ConfigInstallTest::testCollectionInstallationNoCollections in core/modules/config/src/Tests/ConfigInstallTest.php
Tests that collections are ignored if the event does not return anything.
ConfigInstallTest::testDependencyChecking in core/modules/config/src/Tests/ConfigInstallTest.php
Tests the configuration with unmet dependencies is not installed.
ConfigInstallTest::testLanguage in core/modules/config/src/Tests/ConfigInstallTest.php
Tests imported configuration entities with and without language information.
ConfigInstallWebTest::testIntegrationModuleReinstallation in core/modules/config/src/Tests/ConfigInstallWebTest.php
Tests module re-installation.
ConfigInstallWebTest::testPreExistingConfigInstall in core/modules/config/src/Tests/ConfigInstallWebTest.php
Tests pre-existing configuration detection.
ConfigLanguageOverrideTest::testConfigLanguageOverride in core/modules/config/src/Tests/ConfigLanguageOverrideTest.php
Tests locale override based on language.
ConfigModuleOverridesTest::testSimpleModuleOverrides in core/modules/config/src/Tests/ConfigModuleOverridesTest.php
ConfigOverridesPriorityTest::testOverridePriorities in core/modules/config/src/Tests/ConfigOverridesPriorityTest.php
ConfigSchemaTest::testColonsInSchemaTypeDetermination in core/modules/config/src/Tests/ConfigSchemaTest.php
Tests use of colons in schema type determination.
ConfigSchemaTest::testConfigSchemaInfoAlter in core/modules/config/src/Tests/ConfigSchemaTest.php
Tests hook_config_schema_info_alter().
ConfigSchemaTest::testSchemaData in core/modules/config/src/Tests/ConfigSchemaTest.php
Tests metadata applied to configuration objects.
ConfigSchemaTest::testSchemaFallback in core/modules/config/src/Tests/ConfigSchemaTest.php
Tests fallback to a greedy wildcard.
ConfigSchemaTest::testSchemaMapping in core/modules/config/src/Tests/ConfigSchemaTest.php
Tests the basic metadata retrieval layer.
ConfigSchemaTest::testSchemaMappingWithParents in core/modules/config/src/Tests/ConfigSchemaTest.php
Tests metadata retrieval with several levels of %parent indirection.
ConfigStorageTestBase::testCollection in core/modules/config/src/Tests/Storage/ConfigStorageTestBase.php
Tests that the storage supports collections.
ConfigTranslationOverviewTest::testListingPageWithOverrides in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Tests that overrides do not affect listing screens.
ConfigTranslationUiTest::assertDisabledTextarea in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Asserts that a textarea with a given ID has been disabled from editing.
ConfigTranslationUiTest::testContactConfigEntityTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the contact form translation.
ConfigTranslationUiTest::testDateFormatTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests date format translation.
ConfigTranslationUiTest::testLocaleDBStorage in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test translation storage in locale storage.
ConfigTranslationUiTest::testSequenceTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the sequence data type translation.
ConfigTranslationUiTest::testSourceValueDuplicateSave in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testTextFormatTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test text_format translation.
ConfigurableLanguageTest::testName in core/modules/language/src/Tests/ConfigurableLanguageTest.php
Tests configurable language name methods.
ConnectionTest::testConnectionOptions in core/modules/system/src/Tests/Database/ConnectionTest.php
Tests the connection options of the active database.
ConnectionUnitTest::testConnectionOpen in core/modules/system/src/Tests/Database/ConnectionUnitTest.php
Tests pdo options override.
ContactLinkTest::assertContactLinks in core/modules/contact/src/Tests/Views/ContactLinkTest.php
Asserts whether certain users contact links appear on the page.
ContactPersonalTest::testSendPersonalContactMessage in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContactSitewideTest::testAutoReply in core/modules/contact/src/Tests/ContactSitewideTest.php
Tests auto-reply on the site-wide contact form.
ContactSitewideTest::testSiteWideContact in core/modules/contact/src/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContactStorageTest::testContactStorage in core/modules/contact/src/Tests/ContactStorageTest.php
Tests configuration options and the site-wide contact form.
ContentEntityChangedTest::testChanged in core/modules/system/src/Tests/Entity/ContentEntityChangedTest.php
Tests basic EntityChangedInterface functionality.
ContentEntityChangedTest::testRevisionChanged in core/modules/system/src/Tests/Entity/ContentEntityChangedTest.php
Tests revisionable EntityChangedInterface functionality.
ContentEntityCloneTest::testFieldEntityReferenceAfterClone in core/modules/system/src/Tests/Entity/ContentEntityCloneTest.php
Tests if entity references on fields are still correct after cloning.
ContentNegotiationRoutingTest::testContentRouting in core/modules/system/src/Tests/Routing/ContentNegotiationRoutingTest.php
Tests the content negotiation aspect of routing.
ContentNegotiationRoutingTest::testFullNegotiation in core/modules/system/src/Tests/Routing/ContentNegotiationRoutingTest.php
Full negotiation by header only.
ContentTranslationEnableTest::testEnable in core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php
Tests that entity schemas are up-to-date after enabling translation.
ContentTranslationMetadataFieldsTest::testSkipUntranslatable in core/modules/content_translation/src/Tests/ContentTranslationMetadataFieldsTest.php
Tests skipping setting non translatable metadata fields.
ContentTranslationSettingsTest::assertSettings in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Asserts that translatability has the expected value for the given bundle.
ContentTranslationSettingsTest::testSettingsUI in core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php
Tests that the settings UI works as expected.
ContentTranslationUITestBase::doTestAuthoringInfo in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the translation authoring information.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestChangedTimeAfterSaveWithoutChanges in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Test the changed time after API and FORM save without changes.
ContentTranslationUITestBase::doTestTranslationChanged in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestTranslationOverview in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests that the translation overview shows the correct values.
ContextPluginTest::testContext in core/modules/system/src/Tests/Plugin/ContextPluginTest.php
Tests basic context definition and value getters and setters.
CopyTest::testExistingError in core/modules/file/src/Tests/CopyTest.php
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
CopyTest::testExistingRename in core/modules/file/src/Tests/CopyTest.php
Test renaming when copying over a file that already exists.
CopyTest::testExistingReplace in core/modules/file/src/Tests/CopyTest.php
Test replacement when copying over a file that already exists.
CopyTest::testNormal in core/modules/file/src/Tests/CopyTest.php
Test file copying in the normal, base case.
CreateTest::assertCreateEntityInvalidSerialized in core/modules/rest/src/Tests/CreateTest.php
Send an invalid UUID to trigger the entity validation.
CreateTest::assertReadEntityIdFromHeaderAndDb in core/modules/rest/src/Tests/CreateTest.php
Gets the new entity ID from the location header and tries to read it from the database.
CronQueueTest::testExceptions in core/modules/system/src/Tests/System/CronQueueTest.php
Tests that exceptions thrown by workers are handled properly.
CronRunTest::testCronExceptions in core/modules/system/src/Tests/System/CronRunTest.php
Make sure exceptions thrown on hook_cron() don't affect other modules.
CrudTest::testBundleMapping in core/modules/rdf/src/Tests/CrudTest.php
Test the handling of bundle mappings.
CrudTest::testFieldMapping in core/modules/rdf/src/Tests/CrudTest.php
Test the handling of field mappings.
CurrentThemeConditionTest::testCurrentTheme in core/modules/system/src/Tests/Condition/CurrentThemeConditionTest.php
Tests the current theme condition.
CustomBooleanTest::testCustomOptionTemplate in core/modules/views_ui/src/Tests/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
DatabaseBackendTagTest::testTagInvalidations in core/modules/system/src/Tests/Cache/DatabaseBackendTagTest.php
DatabaseStorageExpirableTest::testCRUDWithExpiration in core/modules/system/src/Tests/KeyValueStore/DatabaseStorageExpirableTest.php
Tests CRUD functionality with expiration.
DateTimeFieldTest::testDefaultValue in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Test default value functionality.
DateTimeItemTest::testDateTimeItem in core/modules/datetime/src/Tests/DateTimeItemTest.php
Tests using entity fields of the date field type.
DateTimeItemTest::testSetValue in core/modules/datetime/src/Tests/DateTimeItemTest.php
Tests DateTimeItem::setValue().
DateTimeItemTest::testSetValueProperty in core/modules/datetime/src/Tests/DateTimeItemTest.php
Tests setting the value of the DateTimeItem directly.
DbLogResourceTest::testWatchdog in core/modules/dblog/src/Tests/Rest/DbLogResourceTest.php
Writes a log messages and retrieves it via the REST API.
DbLogTest::testDBLogAddAndClear in core/modules/dblog/src/Tests/DbLogTest.php
Tests the addition and clearing of log events through the admin interface.
DbLogTest::testFilter in core/modules/dblog/src/Tests/DbLogTest.php
Tests the database log filter functionality at admin/reports/dblog.
DbLogTest::verifyBreadcrumbs in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies breadcrumbs.
DefaultMetatagsTest::testMetaTag in core/modules/system/src/Tests/Page/DefaultMetatagsTest.php
Tests meta tags.
DefaultViewRecentCommentsTest::testBlockDisplay in core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php
Tests the block defined by the comments_recent view.
DeleteFeedTest::testDeleteFeed in core/modules/aggregator/src/Tests/DeleteFeedTest.php
Deletes a feed and ensures that all of its services are deleted.
DeleteTest::testDelete in core/modules/rest/src/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
DeleteTest::testInUse in core/modules/file/src/Tests/DeleteTest.php
Tries deleting a file that is in use.
DeleteTruncateTest::testSimpleDelete in core/modules/system/src/Tests/Database/DeleteTruncateTest.php
Confirms that we can delete a single record successfully.
DeleteTruncateTest::testSpecialColumnDelete in core/modules/system/src/Tests/Database/DeleteTruncateTest.php
Confirms that we can delete a single special column name record successfully.
DeleteTruncateTest::testSubselectDelete in core/modules/system/src/Tests/Database/DeleteTruncateTest.php
Confirms that we can use a subselect in a delete successfully.
DeleteTruncateTest::testTruncate in core/modules/system/src/Tests/Database/DeleteTruncateTest.php
Confirms that we can truncate a whole table successfully.
DenormalizeTest::testBasicFieldDenormalization in core/modules/hal/src/Tests/DenormalizeTest.php
Test that non-reference fields can be denormalized.
DenormalizeTest::testMarkFieldForDeletion in core/modules/hal/src/Tests/DenormalizeTest.php
Test that a field set to an empty array is different than an absent field.
DenormalizeTest::testPatchDenormalization in core/modules/hal/src/Tests/DenormalizeTest.php
Verifies that the denormalized entity is correct in the PATCH context.
DenormalizeTest::testTypeHandling in core/modules/hal/src/Tests/DenormalizeTest.php
Tests that the type link relation in incoming data is handled correctly.
DependencyOrderingTest::testUpdateOrderingSingleModule in core/modules/system/src/Tests/Update/DependencyOrderingTest.php
Test that updates within a single module run in the correct order.
DerivativeTest::testDerivativeDecorator in core/modules/system/src/Tests/Plugin/DerivativeTest.php
Tests getDefinitions() and getDefinition() with a derivativeDecorator.
DialogTest::testDialog in core/modules/system/src/Tests/Ajax/DialogTest.php
Test sending non-JS and AJAX requests to open and manipulate modals.
DirectoryTest::testFileCheckDirectoryHandling in core/modules/system/src/Tests/File/DirectoryTest.php
Test directory handling functions.
DirectoryTest::testFileCreateNewFilepath in core/modules/system/src/Tests/File/DirectoryTest.php
This will take a directory and path, and find a valid filepath that is not taken by another file.
DirectoryTest::testFileDestination in core/modules/system/src/Tests/File/DirectoryTest.php
This will test the filepath for a destination based on passed flags and whether or not the file exists.
DirectoryTest::testFileDirectoryTemp in core/modules/system/src/Tests/File/DirectoryTest.php
Ensure that the file_directory_temp() function always returns a value.
DisabledDisplayTest::testDisabledDisplays in core/modules/views/src/Tests/Plugin/DisabledDisplayTest.php
Tests that views displays can be disabled.
DiscoveryTestBase::testDiscoveryInterface in core/modules/system/src/Tests/Plugin/Discovery/DiscoveryTestBase.php
Tests getDefinitions() and getDefinition().
DisplayAttachmentTest::testAttachment in core/modules/views/src/Tests/Plugin/DisplayAttachmentTest.php
Tests the attachment plugin.
DisplayAttachmentTest::testAttachmentUI in core/modules/views_ui/src/Tests/DisplayAttachmentTest.php
Tests the attachment UI.
DisplayAttachmentTest::testDisabledAttachments in core/modules/views/src/Tests/Plugin/DisplayAttachmentTest.php
Tests that nothing is output when the attachment displays are disabled.
DisplayBlockTest::testBlockEmptyRendering in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests the various testcases of empty block rendering.
DisplayBlockTest::testBlockRendering in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests the actual rendering of the views block.
DisplayBlockTest::testViewsBlockForm in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Test the block form for a Views block.
DisplayCRUDTest::testDefaultDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests that the correct display is loaded by default.
DisplayCRUDTest::testDuplicateDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests the duplicating of a display.
DisplayExtenderTest::testDisplayExtenders in core/modules/views/src/Tests/Plugin/DisplayExtenderTest.php
Test display extenders.
DisplayExtenderUITest::testDisplayExtenderUI in core/modules/views_ui/src/Tests/DisplayExtenderUITest.php
Tests the display extender UI.
DisplayFeedTest::checkFeedViewUi in core/modules/views_ui/src/Tests/DisplayFeedTest.php
Checks views UI for a specific feed view.
DisplayFeedTest::testDisabledFeed in core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
Tests that nothing is output when the feed display is disabled.
DisplayFeedTest::testFeedFieldOutput in core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
Tests the rendered output for fields display.
DisplayFeedTest::testFeedOutput in core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
Tests the rendered output.
DisplayPageTest::testMenuLinks in core/modules/views/src/Tests/Plugin/DisplayPageTest.php
Tests the generated menu links of views.
DisplayPageTest::testPageResponses in core/modules/views/src/Tests/Plugin/DisplayPageTest.php
Checks the behavior of the page for access denied/not found behaviors.
DisplayPageTest::testPageRouterItems in core/modules/views/src/Tests/Plugin/DisplayPageTest.php
Checks that the router items are properly registered
DisplayPageWebTest::testArguments in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests arguments.
DisplayPageWebTest::testPageDisplayMenu in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests menu settings of page displays.
DisplayPathTest::testDefaultMenuTabRegression in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests the regression in https://www.drupal.org/node/2532490.
DisplayPathTest::testMenuOptions in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests the menu and tab option form.
DisplayTest::testDisplayAreas in core/modules/views_ui/src/Tests/DisplayTest.php
Tests display areas.
DisplayTest::testDisplayPlugin in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testGetAttachedDisplays in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the getAttachedDisplays method.
DisplayTest::testLinkDisplay in core/modules/views_ui/src/Tests/DisplayTest.php
Tests the link-display setting.
DisplayTest::testReadMore in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the readmore functionality.
DisplayTest::testReadMoreNoDisplay in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the readmore validation.
DisplayTest::testReorderDisplay in core/modules/views_ui/src/Tests/DisplayTest.php
Tests reordering of displays.
DownloadTest::checkUrl in core/modules/file/src/Tests/DownloadTest.php
Download a file from the URL generated by file_create_url().
DownloadTest::doPrivateFileTransferTest in core/modules/file/src/Tests/DownloadTest.php
Test the private file transfer system.
DownloadTest::testFileCreateUrl in core/modules/file/src/Tests/DownloadTest.php
Test file_create_url().
DownloadTest::testPublicFileTransfer in core/modules/file/src/Tests/DownloadTest.php
Test the public file transfer system.
DrupalDateTimeTest::testSystemTimezone in core/modules/system/src/Tests/Datetime/DrupalDateTimeTest.php
Test that the AJAX Timezone Callback can deal with various formats.
DrupalDateTimeTest::testTimezoneFormat in core/modules/system/src/Tests/Datetime/DrupalDateTimeTest.php
Tests the ability to override the time zone in the format method.
DrupalKernelTest::testCompileDIC in core/modules/system/src/Tests/DrupalKernel/DrupalKernelTest.php
Tests DIC compilation.
DynamicPageCacheIntegrationTest::testDynamicPageCache in core/modules/dynamic_page_cache/src/Tests/DynamicPageCacheIntegrationTest.php
Tests that Dynamic Page Cache works correctly, and verifies the edge cases.
EditorFileReferenceFilterTest::testEditorFileReferenceFilter in core/modules/editor/src/Tests/EditorFileReferenceFilterTest.php
Tests the editor file reference filter.
EditorImageDialogTest::testEditorImageDialog in core/modules/editor/src/Tests/EditorImageDialogTest.php
Tests that editor image dialog works as expected.
EditorSelectionTest::testNumber in core/modules/quickedit/src/Tests/EditorSelectionTest.php
Tests a number field, with cardinality 1 and >1.
EditorSelectionTest::testText in core/modules/quickedit/src/Tests/EditorSelectionTest.php
Tests a string (plain text) field, with cardinality 1 and >1.
EditorSelectionTest::testTextWysiwyg in core/modules/quickedit/src/Tests/EditorSelectionTest.php
Tests a textual field, with text filtering, with cardinality 1 and >1, always with an Editor plugin present that supports textual fields with text filtering, but with varying text format compatibility.
EfqTest::testTaxonomyEfq in core/modules/taxonomy/src/Tests/EfqTest.php
Tests that a basic taxonomy entity query works.
ElementInfoIntegrationTest::testElementInfoByTheme in core/modules/system/src/Tests/Render/ElementInfoIntegrationTest.php
Ensures that the element info can be altered by themes.
ElementsLabelsTest::testFormLabels in core/modules/system/src/Tests/Form/ElementsLabelsTest.php
Test form elements, labels, title attributes and required marks output correctly and have the correct label option class if needed.
ElementsTableSelectTest::testTableselectColSpan in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Tests the display when #colspan is set.
ElementTest::testButtonClasses in core/modules/system/src/Tests/Form/ElementTest.php
Tests button classes.
ElementTest::testFormAutocomplete in core/modules/system/src/Tests/Form/ElementTest.php
Tests a form with a autocomplete setting..
EmailItemTest::testEmailItem in core/modules/field/src/Tests/Email/EmailItemTest.php
Tests using entity fields of the email field type.
EmailTest::testFormEmail in core/modules/system/src/Tests/Form/EmailTest.php
Tests that #type 'email' fields are properly validated.
EntityAccessControlHandlerTest::assertEntityAccess in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Asserts entity access correctly grants or denies access.
EntityAccessControlHandlerTest::testHooks in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Tests hook invocations.
EntityApiTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityApiTest.php
Executes a test set for a defined entity type and user.
EntityApiTest::testEntityStorageExceptionHandling in core/modules/system/src/Tests/Entity/EntityApiTest.php
Tests that exceptions are thrown when saving or deleting an entity.
EntityAutocompleteElementFormTest::testEntityAutocompleteAccess in core/modules/system/src/Tests/Entity/Element/EntityAutocompleteElementFormTest.php
Tests that access is properly checked by the EntityAutocomplete element.
EntityAutocompleteElementFormTest::testInvalidEntityAutocompleteElement in core/modules/system/src/Tests/Entity/Element/EntityAutocompleteElementFormTest.php
Tests invalid entries in the EntityAutocomplete Form API element.
EntityAutocompleteElementFormTest::testValidEntityAutocompleteElement in core/modules/system/src/Tests/Entity/Element/EntityAutocompleteElementFormTest.php
Tests valid entries in the EntityAutocomplete Form API element.
EntityBundleFieldTest::testCustomBundleFieldUsage in core/modules/system/src/Tests/Entity/EntityBundleFieldTest.php
Tests making use of a custom bundle field.
EntityCacheTagsTestBase::testReferencedEntity in core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity when referenced.
EntityDefaultLanguageTest::testEntityTranslationDefaultLanguageViaCode in core/modules/language/src/Tests/EntityDefaultLanguageTest.php
Tests that default language code is properly set for new nodes.
EntityDefinitionUpdateTest::testBaseFieldCreateUpdateDeleteWithoutData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests creating, updating, and deleting a base field if no entities exist.
EntityDefinitionUpdateTest::testBundleFieldCreateUpdateDeleteWithoutData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests creating, updating, and deleting a bundle field if no entities exist.
EntityDefinitionUpdateTest::testCreateFieldAndIndexOnSharedTable in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Ensures that a new field and index on a shared table are created.
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Ensures that a new entity level index is created when data exists.
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests creating and deleting a multi-field index when there are no existing entities.
EntityDefinitionUpdateTest::testEntityTypeUpdateWithoutData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests updating entity schema when there are no existing entities.
EntityDisplayTest::testBaseFieldComponent in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests the behavior of a field component for a base field.
EntityDisplayTest::testEntityDisplayCRUD in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests basic CRUD operations on entity display objects.
EntityDisplayTest::testEntityGetDisplay in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests entity_get_display().
EntityDisplayTest::testExtraFieldComponent in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests the behavior of a field component within an entity display object.
EntityDisplayTest::testFieldComponent in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests the behavior of a field component within an entity display object.
EntityDisplayTest::testGetDisplayModeOptions in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Test getDisplayModeOptions().
EntityDisplayTest::testOnDependencyRemoval in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
EntityFieldDefaultValueTest::assertDefaultValues in core/modules/system/src/Tests/Entity/EntityFieldDefaultValueTest.php
Executes a test set for a defined entity type.
EntityFieldDefaultValueTest::testDefaultValueCallback in core/modules/system/src/Tests/Entity/EntityFieldDefaultValueTest.php
Tests custom default value callbacks.
EntityFieldTest::doTestComputedProperties in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the computed properties tests for the given entity type.
EntityFieldTest::doTestDataStructureInterfaces in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the data structure interfaces tests for the given entity type.
EntityFieldTest::doTestIntrospection in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the introspection tests for the given entity type.
EntityFieldTest::doTestIterator in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the iterator tests for the given entity type.
EntityFieldTest::doTestReadWrite in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityFieldTest::doTestSave in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the save tests for the given entity type.
EntityFieldTest::testEntityConstraintValidation in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Tests validation constraints provided by the Entity API.
EntityFieldTest::testFieldOverrideBundleField in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Tests creating a field override config for a bundle field.
EntityFileTest::testGetDirectory in core/modules/file/src/Tests/Migrate/EntityFileTest.php
Tests various invocations of the getDirectory() method.
EntityFormDisplayTest::testBaseFieldComponent in core/modules/field_ui/src/Tests/EntityFormDisplayTest.php
Tests the behavior of a field component for a base field.
EntityFormDisplayTest::testEntityGetFromDisplay in core/modules/field_ui/src/Tests/EntityFormDisplayTest.php
Tests entity_get_form_display().
EntityFormDisplayTest::testFieldComponent in core/modules/field_ui/src/Tests/EntityFormDisplayTest.php
Tests the behavior of a field component within an EntityFormDisplay object.
EntityFormDisplayTest::testOnDependencyRemoval in core/modules/field_ui/src/Tests/EntityFormDisplayTest.php
Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
EntityFormTest::doTestMultilingualFormCRUD in core/modules/system/src/Tests/Entity/EntityFormTest.php
Executes the multilingual form CRUD tests for the given entity type ID.
EntityFormTest::testValidationHandlers in core/modules/system/src/Tests/Entity/EntityFormTest.php
Checks that validation handlers works as expected.
EntityLanguageTestBase::toggleFieldTranslatability in core/modules/system/src/Tests/Entity/EntityLanguageTestBase.php
Toggles field storage translatability.
EntityListBuilderTest::testCacheContexts in core/modules/system/src/Tests/Entity/EntityListBuilderTest.php
Tests that the correct cache contexts are set.
EntityQueryAggregateTest::testAggregation in core/modules/system/src/Tests/Entity/EntityQueryAggregateTest.php
Test aggregation support.
EntityQueryRelationshipTest::assertResults in core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php
Assert the results.
EntityQueryRelationshipTest::testQuery in core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php
Tests querying.
EntityQueryTest::testBaseFieldMultipleColumns in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Test base fields with multiple columns.
EntityQueryTest::testEntityQuery in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Test basic functionality.
EntityQueryTest::testForwardRevisions in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Test forward-revisions.
EntityQueryTest::testMetaData in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Test adding a tag and metadata to the Entity query object.
EntityQueryTest::testSort in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Test sort().
EntityReferenceAutoCreateTest::testAutoCreate in core/modules/field/src/Tests/EntityReference/EntityReferenceAutoCreateTest.php
Tests that the autocomplete input element appears and the creation of a new entity.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceFieldTest::assertUserAutocreate in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Asserts that the setter callback performs autocreation for users.
EntityReferenceFieldTest::assertUserRoleAutocreate in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Asserts that the setter callback performs autocreation for user roles.
EntityReferenceFieldTest::testAutocreateApi in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests all the possible ways to autocreate an entity via the API.
EntityReferenceFieldTest::testEntityReferenceFieldDependencies in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests the dependencies entity reference fields are created with.
EntityReferenceFieldTest::testEntityReferenceFieldValidation in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests reference field validation.
EntityReferenceFieldTest::testReferencedEntitiesMultipleLoad in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests the multiple target entities loader.
EntityReferenceFieldTest::testReferencedEntitiesStringId in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests referencing entities with string IDs.
EntityReferenceFieldTest::testTargetEntityNoLoad in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests that the target entity is not unnecessarily loaded.
EntityReferenceFormatterTest::testAccess in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Assert inaccessible items don't change the data of the fields.
EntityReferenceFormatterTest::testEntityFormatter in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Tests the entity formatter.
EntityReferenceFormatterTest::testIdFormatter in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Tests the ID formatter.
EntityReferenceFormatterTest::testLabelFormatter in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Tests the label formatter.
EntityReferenceHandlerSettingUpdateTest::testFieldPostUpdateERHandlerSetting in core/modules/field/src/Tests/Update/EntityReferenceHandlerSettingUpdateTest.php
Tests field_post_update_entity_reference_handler_setting().
EntityReferenceIntegrationTest::assertFieldValues in core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php
Asserts that the reference field values are correct.
EntityReferenceItemTest::testAutocreateValidation in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests ValidReferenceConstraint with newly created and unsaved entities.
EntityReferenceItemTest::testConfigEntityReferenceItem in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests the entity reference field type for referencing config entities.
EntityReferenceItemTest::testContentEntityReferenceItem in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests the entity reference field type for referencing content entities.
EntityReferenceItemTest::testContentEntityReferenceItemWithStringId in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests referencing content entities with string IDs.
EntityReferenceItemTest::testEntityAutoCreate in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests entity auto create.
EntityReferenceItemTest::testEntitySaveOrder in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Test saving order sequence doesn't matter.
EntityReferenceItemTest::testSelectionHandlerSettings in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests that the 'handler' field setting stores the proper plugin ID.
EntityReferenceRelationshipTest::testDataTableRelationship in core/modules/field/src/Tests/EntityReference/Views/EntityReferenceRelationshipTest.php
Tests views data generated for relationship.
EntityReferenceRelationshipTest::testNoDataTableRelationship in core/modules/field/src/Tests/EntityReference/Views/EntityReferenceRelationshipTest.php
Tests using the views relationship.
EntityReferenceSelectionAccessTest::assertReferenceable in core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
Checks that a selection plugin returns the expected results.
EntityReferenceSettingsTest::testConfigTargetBundleDeletion in core/modules/field/src/Tests/EntityReference/EntityReferenceSettingsTest.php
Tests that config bundle deletions are mirrored in field config settings.
EntityReferenceSettingsTest::testCustomTargetBundleDeletion in core/modules/field/src/Tests/EntityReference/EntityReferenceSettingsTest.php
Tests that deletions of custom bundles are mirrored in field settings.
EntityRevisionsTest::runRevisionsTests in core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
Executes the revision tests for the given entity type.
EntitySchemaTest::testCleanUpStorageDefinition in core/modules/system/src/Tests/Entity/EntitySchemaTest.php
Tests fields from an uninstalled module are removed from the schema.
EntitySchemaTest::testEntitySchemaUpdate in core/modules/system/src/Tests/Entity/EntitySchemaTest.php
Tests that entity schema responds to changes in the entity type definition.
EntityTest::testComment in core/modules/hal/src/Tests/EntityTest.php
Tests the normalization of comments.
EntityTest::testNode in core/modules/hal/src/Tests/EntityTest.php
Tests the normalization of nodes.
EntityTest::testTerm in core/modules/hal/src/Tests/EntityTest.php
Tests the normalization of terms.
EntityTranslationTest::doTestEntityLanguageMethods in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the entity language method tests for the given entity type.
EntityTranslationTest::doTestEntityTranslationAPI in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the Entity Translation API tests for the given entity type.
EntityTranslationTest::doTestLanguageChange in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the entity language change test for the given entity type.
EntityTranslationTest::doTestLanguageFallback in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the language fallback test for the given entity type.
EntityTranslationTest::doTestMultilingualProperties in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the multilingual property tests for the given entity type.
EntityTranslationTest::testEntityAdapter in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Tests how entity adapters work with translations.
EntityTranslationTest::testFieldEntityReference in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Tests if entity references are correct after adding a new translation.
EntityTypeConstraintsTest::testConstraintDefinition in core/modules/system/src/Tests/Entity/EntityTypeConstraintsTest.php
Tests defining entity constraints via entity type annotations and hooks.
EntityTypeConstraintsTest::testConstraintValidation in core/modules/system/src/Tests/Entity/EntityTypeConstraintsTest.php
Tests entity constraints are validated.
EntityTypeConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Entity/EntityTypeConstraintValidatorTest.php
Tests the EntityTypeConstraintValidator.
EntityTypedDataDefinitionTest::testEntities in core/modules/system/src/Tests/Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata about entities.
EntityTypedDataDefinitionTest::testEntityReferences in core/modules/system/src/Tests/Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata from entity references.
EntityTypedDataDefinitionTest::testFields in core/modules/system/src/Tests/Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata about fields.
EntityUUIDTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
EntityValidationTest::checkValidation in core/modules/system/src/Tests/Entity/EntityValidationTest.php
Executes the validation test set for a defined entity type.
EntityValidationTest::testCompositeConstraintValidation in core/modules/system/src/Tests/Entity/EntityValidationTest.php
Tests composite constraints.
EntityViewBuilderTest::testEntityViewBuilderWeight in core/modules/system/src/Tests/Entity/EntityViewBuilderTest.php
Tests weighting of display components.
EntityViewsDataUpdateTest::testUpdateHookN in core/modules/views/src/Tests/Update/EntityViewsDataUpdateTest.php
Tests that field plugins are updated properly.
ExceptionHandlingTest::testBacktraceEscaping in core/modules/system/src/Tests/Routing/ExceptionHandlingTest.php
Tests if exception backtraces are properly escaped when output to HTML.
ExceptionHandlingTest::testExceptionEscaping in core/modules/system/src/Tests/Routing/ExceptionHandlingTest.php
Tests exception message escaping.
ExceptionHandlingTest::testHtml403 in core/modules/system/src/Tests/Routing/ExceptionHandlingTest.php
Tests the exception handling for HTML and 403 status code.
ExceptionHandlingTest::testHtml404 in core/modules/system/src/Tests/Routing/ExceptionHandlingTest.php
Tests the exception handling for HTML and 404 status code.
ExceptionHandlingTest::testJson403 in core/modules/system/src/Tests/Routing/ExceptionHandlingTest.php
Tests the exception handling for json and 403 status code.
ExceptionHandlingTest::testJson404 in core/modules/system/src/Tests/Routing/ExceptionHandlingTest.php
Tests the exception handling for json and 404 status code.
ExposedFormTest::testExposedBlock in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the exposed block functionality.
ExposedFormTest::testExposedFormRender in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the exposed form markup.
ExposedFormTest::testInputRequired in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Test the input required exposed form type.
ExposedFormUITest::testExposedAdminUi in core/modules/views_ui/src/Tests/ExposedFormUITest.php
Tests the admin interface of exposed filter and sort items.
ExtensionViewsFieldTest::testFileExtensionTarOption in core/modules/file/src/Tests/Views/ExtensionViewsFieldTest.php
Tests file extension views field handler extension_detect_tar option.
ExternalFormUrlTest::testActionUrlBehavior in core/modules/system/src/Tests/Form/ExternalFormUrlTest.php
Tests form behaviour.
FeedLanguageTest::testFeedLanguage in core/modules/aggregator/src/Tests/FeedLanguageTest.php
Tests creation of feeds with a language.
FeedParserTest::testAtomSample in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests a feed that uses the Atom format.
FeedParserTest::testRedirectFeed in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests that a redirected feed is tracked to its target.
FeedProcessorPluginTest::testPostProcess in core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php
Test post-processing functionality.
FeedValidationTest::testValidation in core/modules/aggregator/src/Tests/FeedValidationTest.php
Tests the feed validation constraints.
FieldAccessTest::testFieldAccess in core/modules/system/src/Tests/Entity/FieldAccessTest.php
Tests hook_entity_field_access() and hook_entity_field_access_alter().
FieldApiDataTest::testViewsData in core/modules/views/src/Tests/FieldApiDataTest.php
Unit testing the views data structure.
FieldAttachOtherTest::testEntityCache in core/modules/field/src/Tests/FieldAttachOtherTest.php
Test entity cache.
FieldAttachOtherTest::testEntityDisplayViewMultiple in core/modules/field/src/Tests/FieldAttachOtherTest.php
Tests rendering fields with EntityDisplay::buildMultiple().
FieldAttachOtherTest::testEntityFormDisplayBuildForm in core/modules/field/src/Tests/FieldAttachOtherTest.php
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm().
FieldAttachStorageTest::testEntityCreateBundle in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test entity_bundle_create().
FieldAttachStorageTest::testEntityDeleteBundle in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachDelete in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test entity deletion.
FieldAttachStorageTest::testFieldAttachLoadMultiple in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test the 'multiple' load feature.
FieldAttachStorageTest::testFieldAttachSaveEmptyData in core/modules/field/src/Tests/FieldAttachStorageTest.php
Tests insert and update with empty or NULL fields.
FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test insert with empty or NULL fields, with default value.
FieldAttachStorageTest::testFieldAttachSaveLoad in core/modules/field/src/Tests/FieldAttachStorageTest.php
Check field values insert, update and load.
FieldBooleanTest::testFieldBoolean in core/modules/views/src/Tests/Handler/FieldBooleanTest.php
FieldCounterTest::testSimple in core/modules/views/src/Tests/Handler/FieldCounterTest.php
FieldCrudTest::doFieldValidationTests in core/modules/field/src/Tests/FieldCrudTest.php
Tests configurable field validation.
FieldCrudTest::testCreateField in core/modules/field/src/Tests/FieldCrudTest.php
Test the creation of a field.
FieldCrudTest::testUpdateField in core/modules/field/src/Tests/FieldCrudTest.php
Test the update of a field.
FieldCustomTest::testCustomFieldXss in core/modules/views/src/Tests/Handler/FieldCustomTest.php
Ensure that custom field content is XSS filtered.
FieldCustomTest::testFieldCustom in core/modules/views/src/Tests/Handler/FieldCustomTest.php
Ensure that custom fields work and doesn't escape unnecessary markup.
FieldDataCountTest::testEntityCountAndHasData in core/modules/field/src/Tests/FieldDataCountTest.php
Tests entityCount() and hadData() methods.
FieldDateTest::assertRenderedDatesEqual in core/modules/views/src/Tests/Handler/FieldDateTest.php
Asserts properly formatted display against 'created' field in view.
FieldDateTest::assertRenderedFutureDatesEqual in core/modules/views/src/Tests/Handler/FieldDateTest.php
Asserts properly formatted display against 'destroyed' field in view.
FieldDropButtonTest::testDropbutton in core/modules/views/src/Tests/Handler/FieldDropButtonTest.php
Tests dropbutton field.
FieldEntityLinkTest::doTestEntityLink in core/modules/views/src/Tests/Handler/FieldEntityLinkTest.php
Tests whether entity links behave as expected.
FieldEntityOperationsTest::testEntityOperations in core/modules/views/src/Tests/Handler/FieldEntityOperationsTest.php
Tests entity operations field.
FieldEntityTest::testGetEntity in core/modules/views/src/Tests/Entity/FieldEntityTest.php
Tests the getEntity method.
FieldEntityTranslationTest::assertRows in core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php
Ensures that the rendered results are working as expected.
FieldFieldTest::testAttachedRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests that formatter's #attached assets are correctly preserved.
FieldFieldTest::testComplexRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the output of a view with complex field configuration.
FieldFieldTest::testFieldAliasRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the result of a view with complex field configuration.
FieldFieldTest::testMissingBundleFieldRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests that a field not available for every bundle is rendered as empty.
FieldFieldTest::testRevisionComplexRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the output of a revision view with base fields and configurable fields.
FieldFieldTest::testRevisionRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the output of a revision view with base and configurable fields.
FieldFieldTest::testSimpleRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the output of a view with base fields and configurable fields.
FieldFileSizeTest::testFieldFileSize in core/modules/views/src/Tests/Handler/FieldFileSizeTest.php
FieldGroupRowsTest::testGroupRows in core/modules/views/src/Tests/Handler/FieldGroupRowsTest.php
Testing the "Grouped rows" functionality.
FieldGroupRowsWebTest::testGroupRows in core/modules/views/src/Tests/Handler/FieldGroupRowsWebTest.php
Testing when "Display all values in the same row" is checked.
FieldGroupRowsWebTest::testUngroupedRows in core/modules/views/src/Tests/Handler/FieldGroupRowsWebTest.php
Testing when "Display all values in the same row" is unchecked.
FieldHandlersUpdateTest::testViewsUpdate8004 in core/modules/views/src/Tests/Update/FieldHandlersUpdateTest.php
Tests that field handlers are updated properly.
FieldImportChangeTest::testImportChange in core/modules/field/src/Tests/FieldImportChangeTest.php
Tests importing an updated field.
FieldImportCreateTest::testImportCreateDefault in core/modules/field/src/Tests/FieldImportCreateTest.php
Tests creating field storages and fields during default config import.
FieldImportDeleteTest::testImportDelete in core/modules/field/src/Tests/FieldImportDeleteTest.php
Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallTest.php
Tests purging already deleted field storages and fields during a config import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallTest.php
Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php
Tests deleting field storages and fields as part of config import.
FieldItemTest::assertSavedFieldItemValue in core/modules/system/src/Tests/Field/FieldItemTest.php
Checks that the saved field item value matches the expected one.
FieldKernelTest::testArgumentTokens in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the arguments tokens on field level.
FieldKernelTest::testFieldTokens in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the field tokens, row level and field level.
FieldKernelTest::testQuery in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests all things related to the query.
FieldKernelTest::testRender in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests that the render function is called.
FieldKernelTest::testTrimText in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the trimText method.
FieldLanguageTest::testField in core/modules/language/src/Tests/Views/FieldLanguageTest.php
Tests the language field.
FieldModuleUninstallValidatorTest::testUninstallingModule in core/modules/system/src/Tests/Field/FieldModuleUninstallValidatorTest.php
Tests uninstall entity_test module with and without content for the field.
FieldSchemaDataUninstallUpdateTest::assertFieldSchemaData in core/modules/system/src/Tests/Update/FieldSchemaDataUninstallUpdateTest.php
Asserts that field schema data to be purged is found.
FieldSettingsTest::testBaseFieldSettings in core/modules/system/src/Tests/Field/FieldSettingsTest.php
@covers \Drupal\Core\Field\BaseFieldDefinition::getSettings() @covers \Drupal\Core\Field\BaseFieldDefinition::setSettings()
FieldSettingsTest::testConfigurableFieldSettings in core/modules/system/src/Tests/Field/FieldSettingsTest.php
@covers \Drupal\field\Entity\FieldStorageConfig::getSettings() @covers \Drupal\field\Entity\FieldStorageConfig::setSettings()
FieldSettingsTest::testConfigurableFieldStorageSettings in core/modules/system/src/Tests/Field/FieldSettingsTest.php
@covers \Drupal\field\Entity\FieldStorageConfig::getSettings() @covers \Drupal\field\Entity\FieldStorageConfig::setSettings()
FieldSqlStorageTest::testFieldLoad in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Tests field loading works correctly by inserting directly in the tables.
FieldSqlStorageTest::testFieldSqlStorageForeignKeys in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test foreign key support.
FieldSqlStorageTest::testFieldUpdateIndexesWithData in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test adding and removing indexes while data is present.
FieldSqlStorageTest::testFieldWrite in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Tests field saving works correctly by reading directly from the tables.
FieldSqlStorageTest::testLongNames in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Tests that long entity type and field names do not break.
FieldSqlStorageTest::testTableNames in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Tests table name generation.
FieldStorageCrudTest::testCreate in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test the creation of a field storage.
FieldStorageCrudTest::testCreateWithExplicitSchema in core/modules/field/src/Tests/FieldStorageCrudTest.php
Tests that an explicit schema can be provided on creation.
FieldStorageCrudTest::testDelete in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test the deletion of a field storage.
FieldStorageCrudTest::testIndexes in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test creation of indexes on data column.
FieldStorageCrudTest::testUpdate in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test updating a field storage.
FieldTestBase::assertFieldValues in core/modules/field/src/Tests/FieldTestBase.php
Assert that a field has the expected values in an entity.
FieldTranslationSqlStorageTest::testFieldSqlStorage in core/modules/system/src/Tests/Entity/FieldTranslationSqlStorageTest.php
Tests field SQL storage.
FieldTypePluginManagerTest::testCreateInstance in core/modules/field/src/Tests/FieldTypePluginManagerTest.php
Tests creation of field item instances.
FieldTypePluginManagerTest::testCreateInstanceWithConfig in core/modules/field/src/Tests/FieldTypePluginManagerTest.php
Tests creation of field item instances.
FieldUITest::testFieldLabel in core/modules/views_ui/src/Tests/FieldUITest.php
Tests the field labels.
FieldUITest::testFieldUI in core/modules/views_ui/src/Tests/FieldUITest.php
Tests the UI of field handlers.
FieldUITest::testHandlerUI in core/modules/field/src/Tests/Views/FieldUITest.php
Tests basic field handler settings in the UI.
FieldUITest::testHandlerUIAggregation in core/modules/field/src/Tests/Views/FieldUITest.php
Tests the basic field handler form when aggregation is enabled.
FieldUnitTestBase::assertFieldValues in core/modules/field/src/Tests/FieldUnitTestBase.php
Assert that a field has the expected values in an entity.
FieldUpdateTest::assertEntityRefDependency in core/modules/field/src/Tests/Update/FieldUpdateTest.php
Asserts that a config depends on 'entity_reference' or not
FieldUpdateTest::testFieldUpdate8002 in core/modules/field/src/Tests/Update/FieldUpdateTest.php
Tests field_update_8002().
FieldUrlTest::testFieldUrl in core/modules/views/src/Tests/Handler/FieldUrlTest.php
FieldValidationTest::testCardinalityConstraint in core/modules/field/src/Tests/FieldValidationTest.php
Tests that the number of values is validated against the field cardinality.
FieldValidationTest::testFieldConstraints in core/modules/field/src/Tests/FieldValidationTest.php
Tests that constraints defined by the field type are validated.
FieldWebTest::testClickSorting in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests the click sorting functionality.
FieldWebTest::testFieldClasses in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests the field/label/wrapper classes.
FieldWidgetConstraintValidatorTest::testEntityLevelConstraintValidation in core/modules/system/src/Tests/Entity/FieldWidgetConstraintValidatorTest.php
Tests entity level constraint validation.
FieldWidgetConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Entity/FieldWidgetConstraintValidatorTest.php
Tests widget constraint validation.
FieldWidgetConstraintValidatorTest::testValidationWithCompositeConstraint in core/modules/system/src/Tests/Entity/FieldWidgetConstraintValidatorTest.php
Tests widget constraint validation with composite constraints.
FileEntityFormatterTest::testFormatterFileExtension in core/modules/file/src/Tests/Formatter/FileEntityFormatterTest.php
Tests the file_extension field formatter.
FileEntityFormatterTest::testFormatterFileLink in core/modules/file/src/Tests/Formatter/FileEntityFormatterTest.php
Tests the file_link field formatter.
FileEntityFormatterTest::testFormatterFileMime in core/modules/file/src/Tests/Formatter/FileEntityFormatterTest.php
Tests the file_extension field formatter.
FileEntityFormatterTest::testFormatterFileSize in core/modules/file/src/Tests/Formatter/FileEntityFormatterTest.php
Tests the file_size field formatter.
FileEntityFormatterTest::testFormatterFileUri in core/modules/file/src/Tests/Formatter/FileEntityFormatterTest.php
Tests the file_link field formatter.
FileFieldRevisionTest::testRevisions in core/modules/file/src/Tests/FileFieldRevisionTest.php
Tests creating multiple revisions of a node and managing attached files.
FileFieldTestBase::assertFileEntryExists in core/modules/file/src/Tests/FileFieldTestBase.php
Asserts that a file exists in the database.
FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileItemTest::testFileItem in core/modules/file/src/Tests/FileItemTest.php
Tests using entity fields of the file field type.
FileListingTest::testFileListingPages in core/modules/file/src/Tests/FileListingTest.php
Tests file overview with different user permissions.
FileManagedFileElementTest::testManagedFile in core/modules/file/src/Tests/FileManagedFileElementTest.php
Tests the managed_file element type.
FileManagedTestBase::assertFileHookCalled in core/modules/file/src/Tests/FileManagedTestBase.php
Assert that a hook_file_* hook was called a certain number of times.
FileManagedTestBase::assertFileUnchanged in core/modules/file/src/Tests/FileManagedTestBase.php
Asserts that two files have the same values (except timestamp).
FileManagedTestBase::assertSameFile in core/modules/file/src/Tests/FileManagedTestBase.php
Asserts that two files are the same by comparing the fid and filepath.
FileManagedUnitTestBase::assertFileHookCalled in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Assert that a hook_file_* hook was called a certain number of times.
FileManagedUnitTestBase::assertFileUnchanged in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Asserts that two files have the same values (except timestamp).
FileManagedUnitTestBase::assertSameFile in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Asserts that two files are the same by comparing the fid and filepath.
FileNormalizeTest::testNormalize in core/modules/hal/src/Tests/FileNormalizeTest.php
Tests the normalize function.
FileTestBase::assertDirectoryPermissions in core/modules/system/src/Tests/File/FileTestBase.php
Helper function to test the permissions of a directory.
FileTestBase::assertFilePermissions in core/modules/system/src/Tests/File/FileTestBase.php
Helper function to test the permissions of a file.
FileTokenReplaceTest::testFileTokenReplacement in core/modules/file/src/Tests/FileTokenReplaceTest.php
Creates a file, then tests the tokens generated from it.
FileViewsDataTest::testRelationshipViewsData in core/modules/file/src/Tests/Views/FileViewsDataTest.php
Tests views data generated for file field relationship.
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAPITest::testCheckMarkupFilterOrder in core/modules/filter/src/Tests/FilterAPITest.php
Tests that the filter order is respected.
FilterAPITest::testCheckMarkupFilterSubset in core/modules/filter/src/Tests/FilterAPITest.php
Tests the ability to apply only a subset of filters.
FilterAPITest::testDependencyRemoval in core/modules/filter/src/Tests/FilterAPITest.php
Tests that filter format dependency removal works.
FilterAPITest::testFilterFormatPreSave in core/modules/filter/src/Tests/FilterAPITest.php
Tests that FilterFormat::preSave() only saves customized plugins.
FilterAPITest::testProcessedTextElement in core/modules/filter/src/Tests/FilterAPITest.php
Tests the 'processed_text' element.
FilterAPITest::testTypedDataAPI in core/modules/filter/src/Tests/FilterAPITest.php
Tests the function of the typed data type.
FilterBooleanOperatorStringTest::testFilterBooleanOperatorString in core/modules/views/src/Tests/Handler/FilterBooleanOperatorStringTest.php
Tests the BooleanOperatorString filter.
FilterBooleanOperatorStringTest::testFilterGroupedExposed in core/modules/views/src/Tests/Handler/FilterBooleanOperatorStringTest.php
Tests the Boolean filter with grouped exposed form enabled.
FilterBooleanOperatorTest::testFilterBooleanOperator in core/modules/views/src/Tests/Handler/FilterBooleanOperatorTest.php
Tests the BooleanOperator filter.
FilterBooleanOperatorTest::testFilterGroupedExposed in core/modules/views/src/Tests/Handler/FilterBooleanOperatorTest.php
Tests the boolean filter with grouped exposed form enabled.
FilterBooleanWebTest::testFilterBooleanUI in core/modules/views_ui/src/Tests/FilterBooleanWebTest.php
Tests the filter boolean UI.
FilterCombineTest::testFilterCombineContainsFieldsOverwritten in core/modules/views/src/Tests/Handler/FilterCombineTest.php
Tests if the filter can handle removed fields.
FilterCrudTest::verifyTextFormat in core/modules/filter/src/Tests/FilterCrudTest.php
Verifies that a text format is properly stored.
FilterDefaultConfigTest::testInstallation in core/modules/filter/src/Tests/FilterDefaultConfigTest.php
Tests installation of default formats.
FilterDefaultConfigTest::testUpdateRoles in core/modules/filter/src/Tests/FilterDefaultConfigTest.php
Tests that changes to FilterFormat::$roles do not have an effect.
FilterDefaultFormatTest::testDefaultTextFormats in core/modules/filter/src/Tests/FilterDefaultFormatTest.php
Tests if the default text format is accessible to users.
FilterEntityBundleTest::testFilterEntity in core/modules/views/src/Tests/Entity/FilterEntityBundleTest.php
Tests the generic bundle filter.
FilterFormatAccessTest::testFormatPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FilterFormatAccessTest::testFormatRoles in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests if text format is available to a role.
FilterFormTest::assertDisabledTextarea in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a textarea with a given ID has been disabled from editing.
FilterHtmlImageSecureTest::testImageSource in core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
FilterInOperatorTest::testFilterInOperatorGroupedExposedSimple in core/modules/views/src/Tests/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterInOperatorSimple in core/modules/views/src/Tests/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterNotInOperatorGroupedExposedSimple in core/modules/views/src/Tests/Handler/FilterInOperatorTest.php
FilterNoFormatTest::testCheckMarkupNoFormat in core/modules/filter/src/Tests/FilterNoFormatTest.php
Tests text without format.
FilterSecurityTest::testSkipSecurityFilters in core/modules/filter/src/Tests/FilterSecurityTest.php
Tests that security filters are enforced even when marked to be skipped.
FilterSettingsTest::testFilterDefaults in core/modules/filter/src/Tests/FilterSettingsTest.php
Tests explicit and implicit default settings for filters.
FilterTest::testFilterQuery in core/modules/views/src/Tests/Plugin/FilterTest.php
Test query of the row plugin.
FilterUnitTest::testHtmlCorrectorFilter in core/modules/filter/src/Tests/FilterUnitTest.php
Tests the HTML corrector filter.
FilterUnitTest::testLineBreakFilter in core/modules/filter/src/Tests/FilterUnitTest.php
Tests the line break filter.
FormatterPluginManagerTest::testNotApplicableFallback in core/modules/field/src/Tests/FormatterPluginManagerTest.php
Tests that getInstance falls back on default if current is not applicable.
FormCacheTest::testCacheToken in core/modules/system/src/Tests/Form/FormCacheTest.php
Tests the form cache with a logged-in user.
FormCacheTest::testNoCacheToken in core/modules/system/src/Tests/Form/FormCacheTest.php
Tests the form cache without a logged-in user.
FormStoragePageCacheTest::getFormBuildId in core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php
Return the build id of the current form.
FormStoragePageCacheTest::testRebuildFormStorageOnCachedPage in core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php
Build-id is regenerated when rebuilding cached form.
FormStoragePageCacheTest::testValidateFormStorageOnCachedPage in core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php
Build-id is regenerated when validating cached form.
FormTest::testCheckboxProcessing in core/modules/system/src/Tests/Form/FormTest.php
Test default value handling for checkboxes.
FormTest::testColorValidation in core/modules/system/src/Tests/Form/FormTest.php
Tests validation of #type 'color' elements.
FormTest::testDisabledElements in core/modules/system/src/Tests/Form/FormTest.php
Test handling of disabled elements.
FormTest::testFieldFormAccess in core/modules/field/src/Tests/FormTest.php
Tests fields with no 'edit' access.
FormTest::testFieldFormSingle in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormSingleRequired in core/modules/field/src/Tests/FormTest.php
FormTest::testHiddenField in core/modules/field/src/Tests/FormTest.php
Tests hiding a field in a form.
FormTest::testRange in core/modules/system/src/Tests/Form/FormTest.php
Tests default value handling of #type 'range' elements.
ForumTest::createForum in core/modules/forum/src/Tests/ForumTest.php
Creates a forum container or a forum.
ForumTest::createForumTopic in core/modules/forum/src/Tests/ForumTest.php
Creates a forum topic.
ForumTest::editForumVocabulary in core/modules/forum/src/Tests/ForumTest.php
Edits the forum taxonomy.
ForumTest::testAddOrphanTopic in core/modules/forum/src/Tests/ForumTest.php
Tests that forum nodes can't be added without a parent.
ForumTest::testForum in core/modules/forum/src/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
ForumValidationTest::testValidation in core/modules/forum/src/Tests/ForumValidationTest.php
Tests the forum validation constraints.
FrontPageTest::testFrontPage in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the frontpage.
FunctionsTest::testDrupalPreRenderLinks in core/modules/system/src/Tests/Theme/FunctionsTest.php
Test the use of drupal_pre_render_links() on a nested array of links.
GenericCacheBackendUnitTestBase::testGetMultiple in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
GenericCacheBackendUnitTestBase::testInvalidate in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::invalidate() and Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple().
GenericCacheBackendUnitTestBase::testSetGet in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
GenericCacheBackendUnitTestBase::testSetMultiple in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests \Drupal\Core\Cache\CacheBackendInterface::setMultiple().
GetRdfNamespacesTest::testGetRdfNamespaces in core/modules/rdf/src/Tests/GetRdfNamespacesTest.php
Tests getting RDF namespaces.
GlossaryTest::testGlossaryView in core/modules/views/src/Tests/GlossaryTest.php
Tests the default glossary view.
GroupByTest::testGroupBySave in core/modules/views_ui/src/Tests/GroupByTest.php
Tests whether basic saving works.
HandlerArgumentUserUidTest::testArgumentTitle in core/modules/user/src/Tests/Views/HandlerArgumentUserUidTest.php
Tests the generated title of an user: uid argument.
HandlerFieldFieldTest::_testFormatterSimpleFieldRender in core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php
Tests that fields with formatters runs as expected.
HandlerFieldFieldTest::_testMultipleFieldRender in core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php
HandlerFieldFieldTest::_testSimpleFieldRender in core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php
HandlerFieldPermissionTest::testFieldPermission in core/modules/user/src/Tests/Views/HandlerFieldPermissionTest.php
Tests the permission field handler output.
HandlerFieldUserNameTest::testUserName in core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php
HandlerFilterPermissionTest::testFilterPermission in core/modules/user/src/Tests/Views/HandlerFilterPermissionTest.php
Tests the permission filter handler.
HandlerFilterRolesTest::testDependencies in core/modules/user/src/Tests/Views/HandlerFilterRolesTest.php
Tests that role filter dependencies are calculated correctly.
HandlerTest::assertNoDuplicateField in core/modules/views_ui/src/Tests/HandlerTest.php
Asserts that fields only appear once.
HandlerTest::testBreakString in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the breakString method.
HandlerTest::testBrokenHandlers in core/modules/views_ui/src/Tests/HandlerTest.php
Tests broken handlers.
HandlerTest::testPlaceholder in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the placeholder function.
HandlerTest::testRelationshipUI in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
HandlerTest::testSetRelationship in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the relationship method on the base class.
HelpTest::verifyHelp in core/modules/help/src/Tests/HelpTest.php
Verifies the logged in user has access to the various help nodes.
HistoryTest::testHistory in core/modules/history/src/Tests/HistoryTest.php
Verifies that the history endpoints work.
HistoryTimestampTest::testHandlers in core/modules/history/src/Tests/Views/HistoryTimestampTest.php
Tests the handlers.
HtaccessTest::testSvgzContentEncoding in core/modules/system/src/Tests/System/HtaccessTest.php
Tests that SVGZ files are served with Content-Encoding: gzip.
HtmlResponseAttachmentsTest::assertFeed in core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
Helper function to make assertions about the presence of an RSS feed.
HtmlResponseAttachmentsTest::assertHead in core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
Helper function to make assertions about HTML head elements.
HtmlToTextTest::assertHtmlToText in core/modules/system/src/Tests/Mail/HtmlToTextTest.php
Helper function to test \Drupal\Core\Mail\MailFormatHelper::htmlToText().
HtmlToTextTest::testDrupalHtmlToTextBlockTagToNewline in core/modules/system/src/Tests/Mail/HtmlToTextTest.php
Test that text separated by block-level tags in HTML get separated by (at least) a newline in the plaintext version.
HtmlToTextTest::testUsenetSignature in core/modules/system/src/Tests/Mail/HtmlToTextTest.php
Tests that trailing whitespace from Usenet style signatures is not removed.
ImageAdminStylesTest::testConfigImport in core/modules/image/src/Tests/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
ImageAdminStylesTest::testFlushUserInterface in core/modules/image/src/Tests/ImageAdminStylesTest.php
Test flush user interface.
ImageAdminStylesTest::testStyle in core/modules/image/src/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageDimensionsTest::testImageDimensions in core/modules/image/src/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageEffectsTest::testConvertEffect in core/modules/image/src/Tests/ImageEffectsTest.php
Tests the ConvertImageEffect plugin.
ImageEffectsTest::testCropEffect in core/modules/image/src/Tests/ImageEffectsTest.php
Test the image_crop_effect() function.
ImageEffectsTest::testDesaturateEffect in core/modules/image/src/Tests/ImageEffectsTest.php
Test the image_desaturate_effect() function.
ImageEffectsTest::testResizeEffect in core/modules/image/src/Tests/ImageEffectsTest.php
Test the image_resize_effect() function.
ImageEffectsTest::testRotateEffect in core/modules/image/src/Tests/ImageEffectsTest.php
Test the image_rotate_effect() function.
ImageEffectsTest::testScaleAndCropEffect in core/modules/image/src/Tests/ImageEffectsTest.php
Test the image_scale_and_crop_effect() function.
ImageEffectsTest::testScaleEffect in core/modules/image/src/Tests/ImageEffectsTest.php
Test the image_scale_effect() function.
ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and fields fields with default images.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageImportTest::testImport in core/modules/image/src/Tests/ImageImportTest.php
Tests importing image styles.
ImageItemTest::testImageItem in core/modules/image/src/Tests/ImageItemTest.php
Tests using entity fields of the image field type.
ImageStyleFlushTest::testFlush in core/modules/image/src/Tests/ImageStyleFlushTest.php
General test to flush a style.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
ImageStylesPathAndUrlTest::testImageStylePath in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests \Drupal\image\ImageStyleInterface::buildUri().
ImageThemeFunctionTest::testImageAltFunctionality in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests image alt attribute functionality.
ImageThemeFunctionTest::testImageFormatterTheme in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests usage of the image field formatters.
ImageThemeFunctionTest::testImageStyleTheme in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests usage of the image style theme function.
ImageViewsDataTest::testRelationshipViewsData in core/modules/image/src/Tests/Views/ImageViewsDataTest.php
Tests views data generated for image field relationship.
ImportOpmlTest::submitImportForm in core/modules/aggregator/src/Tests/ImportOpmlTest.php
Submits form with invalid, empty, and valid OPML files.
ImportOpmlTest::validateImportFormFields in core/modules/aggregator/src/Tests/ImportOpmlTest.php
Submits form filled with invalid fields.
InsertDefaultsTest::testDefaultInsert in core/modules/system/src/Tests/Database/InsertDefaultsTest.php
Tests that we can run a query that uses default values for everything.
InsertDefaultsTest::testDefaultInsertWithFields in core/modules/system/src/Tests/Database/InsertDefaultsTest.php
Tests that we can insert fields with values and defaults in the same query.
InstallerExistingSettingsNoProfileTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerExistingSettingsNoProfileTest.php
Verifies that installation succeeded.
InstallerExistingSettingsTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerExistingSettingsTest.php
Verifies that installation succeeded.
InstallerLanguageDirectionTest::setUpLanguage in core/modules/system/src/Tests/Installer/InstallerLanguageDirectionTest.php
Installer step: Select language.
InstallerTest::setUpLanguage in core/modules/system/src/Tests/Installer/InstallerTest.php
Installer step: Select language.
InstallerTest::setUpProfile in core/modules/system/src/Tests/Installer/InstallerTest.php
Installer step: Select installation profile.
InstallerTest::setUpSettings in core/modules/system/src/Tests/Installer/InstallerTest.php
Installer step: Configure settings.
InstallerTest::setUpSite in core/modules/system/src/Tests/Installer/InstallerTest.php
Final installer step: Configure site.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded in core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php
Tests that translations ended up at the expected places.
InstallerTranslationTest::setUpLanguage in core/modules/system/src/Tests/Installer/InstallerTranslationTest.php
Installer step: Select language.
InstallerTranslationTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerTranslationTest.php
Verifies the expected behaviors of the installation result.
InstallUninstallTest::testInstallUninstall in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Tests that a fixed set of modules can be installed and uninstalled.
IntegrationTest::testAggregatorItemView in core/modules/aggregator/src/Tests/Views/IntegrationTest.php
Tests basic aggregator_item view.
JoinTest::testBasePlugin in core/modules/views/src/Tests/Plugin/JoinTest.php
Tests the join plugin base.
KernelTestBaseTest::testEnableModulesFixedList in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests that the module list is retained after enabling/installing/disabling.
KernelTestBaseTest::testNoThemeByDefault in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests that there is no theme by default.
KernelTestBaseTest::testSetUp in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected behavior of setUp().
LangcodeToAsciiUpdateTest::testLangcodeColumnCollation in core/modules/system/src/Tests/Entity/Update/LangcodeToAsciiUpdateTest.php
Tests that the column collation has been updated on MySQL.
LanguageConditionTest::testConditions in core/modules/language/src/Tests/Condition/LanguageConditionTest.php
Test the language condition.
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideInstallTest::testLanguageConfigOverrideInstall in core/modules/language/src/Tests/LanguageConfigOverrideInstallTest.php
Tests the configuration events are not fired during install of overrides.
LanguageConfigurationElementTest::testDefaultLangcode in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests that the language_get_default_langcode() returns the correct values.
LanguageConfigurationElementTest::testLanguageConfigurationElement in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests the language settings have been saved.
LanguageConfigurationElementTest::testNodeTypeUpdate in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests that the configuration is retained when the node type is updated.
LanguageConfigurationElementTest::testTaxonomyVocabularyUpdate in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests that the configuration is retained when a vocabulary is updated.
LanguageConfigurationTest::testLanguageConfiguration in core/modules/language/src/Tests/LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageDependencyInjectionTest::testDependencyInjectedNewLanguage in core/modules/language/src/Tests/LanguageDependencyInjectionTest.php
Test dependency injected languages against a new Language object.
LanguageFallbackTest::testCandidates in core/modules/language/src/Tests/LanguageFallbackTest.php
Tests language fallback candidates.
LanguageListModuleInstallTest::testModuleInstallLanguageList in core/modules/language/src/Tests/LanguageListModuleInstallTest.php
Tests enabling Language.
LanguageListTest::testLanguageList in core/modules/language/src/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageListTest::testLanguageStates in core/modules/language/src/Tests/LanguageListTest.php
Functional tests for the language states (locked or configurable).
LanguageNegotiationInfoTest::testInfoAlterations in core/modules/language/src/Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguagePathMonolingualTest::setUp in core/modules/language/src/Tests/LanguagePathMonolingualTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageSelectElementTest::testHiddenLanguageSelectElement in core/modules/system/src/Tests/Form/LanguageSelectElementTest.php
Tests the case when the language select elements should not be printed.
LanguageSelectElementTest::_testLanguageSelectElementOptions in core/modules/system/src/Tests/Form/LanguageSelectElementTest.php
Helper function to check the options of a language select form element.
LanguageSelectorTranslatableTest::testLanguageStringSelector in core/modules/language/src/Tests/LanguageSelectorTranslatableTest.php
Tests content translation language selectors are correctly translated.
LanguageSwitchingTest::testLanguageBlockWithDomain in core/modules/language/src/Tests/LanguageSwitchingTest.php
Test language switcher links for domain based negotiation.
LanguageUILanguageNegotiationTest::testLanguageDomain in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Tests URL handling when separate domains are used for multiple languages.
LanguageUrlRewritingTest::testDomainNameNegotiationPort in core/modules/language/src/Tests/LanguageUrlRewritingTest.php
Check URL rewriting when using a domain name and a non-standard port.
LargeQueryTest::testMaxAllowedPacketQueryTruncating in core/modules/system/src/Tests/Database/LargeQueryTest.php
Tests truncation of messages when max_allowed_packet exception occurs.
LegacyTest::testTaxonomyLegacyNode in core/modules/taxonomy/src/Tests/LegacyTest.php
Test taxonomy functionality with nodes prior to 1970.
LibraryDiscoveryIntegrationTest::testLibrariesExtend in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Tests libraries-extend.
LibraryDiscoveryIntegrationTest::testLibrariesOverride in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Tests that libraries-override are applied to library definitions.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideDrupalSettings in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Tests libraries-override on drupalSettings.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideMalformedAsset in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Tests libraries-override on malformed assets.
LinkItemTest::testLinkItem in core/modules/link/src/Tests/LinkItemTest.php
Tests using entity fields of the link field type.
LinksTest::assertMenuLinkParents in core/modules/menu_link_content/src/Tests/LinksTest.php
Assert that at set of links is properly parented.
LinksTest::testCreateLink in core/modules/menu_link_content/src/Tests/LinksTest.php
Assert that a link entity's created timestamp is set.
LinksTest::testMenuLinkReparenting in core/modules/menu_link_content/src/Tests/LinksTest.php
Test automatic reparenting of menu links.
LinksTest::testModuleUninstalledMenuLinks in core/modules/menu_link_content/src/Tests/LinksTest.php
Tests uninstalling a module providing default links.
LoadMultipleTest::testTaxonomyTermMultipleLoad in core/modules/taxonomy/src/Tests/LoadMultipleTest.php
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using entity_load_multiple().
LoadTest::testMultiple in core/modules/file/src/Tests/LoadTest.php
This will test loading file data from the database.
LoadTest::testSingleValues in core/modules/file/src/Tests/LoadTest.php
Load a single file and ensure that the correct values are returned.
LoadTest::testUuidValues in core/modules/file/src/Tests/LoadTest.php
Loads a single file and ensure that the correct values are returned.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
LocalActionTest::assertLocalAction in core/modules/system/src/Tests/Menu/LocalActionTest.php
Asserts local actions in the page output.
LocaleConfigSubscriberForeignTest::testDefaultConfigLanguage in core/modules/locale/src/Tests/LocaleConfigSubscriberForeignTest.php
Tests that the language of default configuration was updated.
LocaleConfigSubscriberForeignTest::testLocaleDeleteActiveTranslation in core/modules/locale/src/Tests/LocaleConfigSubscriberForeignTest.php
Tests deleting community translations of shipped configuration.
LocaleConfigSubscriberTest::assertActiveConfig in core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php
Ensures configuration was saved correctly.
LocaleConfigSubscriberTest::assertConfigOverride in core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php
Ensures configuration was saved correctly.
LocaleConfigSubscriberTest::assertNoConfigOverride in core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php
Ensures configuration override is not present anymore.
LocaleConfigSubscriberTest::assertTranslation in core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php
Ensures a translation exists and is marked as customized.
LocaleConfigTranslationImportTest::testConfigTranslationImport in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test removing a string from Locale deletes configuration translations.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test removing a string from Locale changes configuration translations.
LocaleConfigTranslationTest::testConfigTranslation in core/modules/locale/src/Tests/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleFileSystemFormTest::testFileConfigurationPage in core/modules/locale/src/Tests/LocaleFileSystemFormTest.php
Tests translation directory settings on the file settings form.
LocaleImportFunctionalTest::testConfigPoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleImportFunctionalTest::testConfigtranslationImportingPoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Tests .po file import with user.settings configuration.
LocaleImportFunctionalTest::testCreatedLanguageTranslation in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Test the translation are imported when a new language is created.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Test import of standalone .po files.
LocaleJavascriptTranslationTest::testFileParsing in core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
LocaleLocaleLookupTest::testLanguageFallbackDefaults in core/modules/locale/src/Tests/LocaleLocaleLookupTest.php
Test language fallback defaults.
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/src/Tests/LocalePathTest.php
Test if a language can be associated with a path alias.
LocaleStringTest::testStringCRUDAPI in core/modules/locale/src/Tests/LocaleStringTest.php
Test CRUD API.
LocaleStringTest::testStringSearchAPI in core/modules/locale/src/Tests/LocaleStringTest.php
Test Search API loading multiple objects.
LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition in core/modules/locale/src/Tests/LocaleTranslatedSchemaDefinitionTest.php
Tests that translated field descriptions do not affect the update system.
LocaleTranslationProjectsTest::testLocaleTranslationClearCacheProjects in core/modules/locale/src/Tests/LocaleTranslationProjectsTest.php
Tests locale_translation_clear_cache_projects().
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUpdateBase::assertTranslation in core/modules/locale/src/Tests/LocaleUpdateBase.php
Checks the translation of a string.
LocaleUpdateCronTest::testUpdateCron in core/modules/locale/src/Tests/LocaleUpdateCronTest.php
Tests interface translation update using cron.
LocaleUpdateDevelopmentReleaseTest::testLocaleUpdateDevelopmentRelease in core/modules/locale/src/Tests/LocaleUpdateDevelopmentReleaseTest.php
LocaleUpdateTest::testUpdateCheckStatus in core/modules/locale/src/Tests/LocaleUpdateTest.php
Checks if local or remote translation sources are detected.
LocaleUpdateTest::testUpdateImportModeNonCustomized in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import and only overwrite non-customized translations.
LocaleUpdateTest::testUpdateImportSourceLocal in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import from remote sources.
LocaleUpdateTest::testUpdateProjects in core/modules/locale/src/Tests/LocaleUpdateTest.php
Checks if a list of translatable projects gets build.
LocalTasksTest::testPluginLocalTask in core/modules/system/src/Tests/Menu/LocalTasksTest.php
Tests the plugin based local tasks.
LoggingTest::testEnableLogging in core/modules/system/src/Tests/Database/LoggingTest.php
Tests that we can log the existence of a query.
LoggingTest::testEnableMultiConnectionLogging in core/modules/system/src/Tests/Database/LoggingTest.php
Tests that we can log queries separately on different connections.
LoggingTest::testEnableMultiLogging in core/modules/system/src/Tests/Database/LoggingTest.php
Tests that we can run two logs in parallel.
LoggingTest::testEnableTargetLogging in core/modules/system/src/Tests/Database/LoggingTest.php
Tests logging queries against multiple targets on the same connection.
LoggingTest::testEnableTargetLoggingNoTarget in core/modules/system/src/Tests/Database/LoggingTest.php
Tests that logs to separate targets use the same connection properly.
MailCaptureTest::testMailSend in core/modules/simpletest/src/Tests/MailCaptureTest.php
Test to see if the wrapper function is executed correctly.
MailTest::testFromAndReplyToHeader in core/modules/system/src/Tests/Mail/MailTest.php
Checks the From: and Reply-to: headers.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testWidgetUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests widget settings.
ManageFieldsTest::manageFieldsPage in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the manage fields page.
ManageFieldsTest::testDefaultValue in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that default value is correctly validated and saved.
ManageFieldsTest::testPreconfiguredFields in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the "preconfigured field" functionality.
MatcherDumperTest::testAddRoutes in core/modules/system/src/Tests/Routing/MatcherDumperTest.php
Confirms that we can add routes to the dumper.
MatcherDumperTest::testDump in core/modules/system/src/Tests/Routing/MatcherDumperTest.php
Confirm that we can dump a route collection to the database.
MatcherDumperTest::testMenuMasksGeneration in core/modules/system/src/Tests/Routing/MatcherDumperTest.php
Tests the determination of the masks generation.
MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing in core/modules/menu_link_content/src/Tests/MenuLinkContentCacheabilityBubblingTest.php
Tests bubbleable metadata of menu links' outbound route/path processing.
MenuLinkContentDeriverTest::testRediscover in core/modules/menu_link_content/src/Tests/MenuLinkContentDeriverTest.php
Tests the rediscovering.
MenuLinkContentFormTest::testMenuLinkContentForm in core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php
Tests the MenuLinkContentForm class.
MenuLinkDefaultIntegrationTest::testMoveToRoot in core/modules/system/src/Tests/Menu/MenuLinkDefaultIntegrationTest.php
Tests moving a static menu link without a specified menu to the root.
MenuLinkTreeTest::testCreateLinksInMenu in core/modules/system/src/Tests/Menu/MenuLinkTreeTest.php
Tests creating links with an expected tree structure.
MenuLinkTreeTest::testDeleteLinksInMenu in core/modules/system/src/Tests/Menu/MenuLinkTreeTest.php
Tests deleting all the links in a menu.
MenuNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/src/Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuRouterTest::doTestMenuHierarchy in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests for menu hierarchy.
MenuRouterTest::doTestMenuLinksDiscoveredAlter in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests menu links added in hook_menu_links_discovered_alter().
MenuRouterTest::doTestMenuName in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests for menu_name parameter for default menu links.
MenuTest::doTestMenuBlock in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu block settings.
MenuTest::resetMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Resets a standard menu link using the UI.
MenuTest::testMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu functionality using the admin and user interfaces.
MenuTest::testMenus in core/modules/views/src/Tests/Wizard/MenuTest.php
Tests the menu functionality.
MenuTreeStorageTest::assertMenuLink in core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php
Tests that a link's stored representation matches the expected values.
MenuTreeStorageTest::doTestEmptyStorage in core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php
Ensures that there are no menu links by default.
MenuTreeStorageTest::testLoadByProperties in core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php
Tests MenuTreeStorage::loadByProperties().
MenuTreeStorageTest::testLoadTree in core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php
Tests the loadTreeData method.
MenuTreeStorageTest::testMenuRebuild in core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php
Ensure hierarchy persists after a menu rebuild.
MenuTreeStorageTest::testSubtreeHeight in core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php
Tests finding the subtree height with content menu links.
MenuWebTestBase::assertMenuLink in core/modules/menu_ui/src/Tests/MenuWebTestBase.php
Fetches the menu item from the database and compares it to expected item.
MergeTest::testMergeInsert in core/modules/system/src/Tests/Database/MergeTest.php
Confirms that we can merge-insert a record successfully.
MergeTest::testMergeInsertWithoutUpdate in core/modules/system/src/Tests/Database/MergeTest.php
Tests that we can merge-insert without any update fields.
MergeTest::testMergeUpdate in core/modules/system/src/Tests/Database/MergeTest.php
Confirms that we can merge-update a record successfully.
MergeTest::testMergeUpdateExcept in core/modules/system/src/Tests/Database/MergeTest.php
Confirms that we can merge-update a record successfully.
MergeTest::testMergeUpdateExplicit in core/modules/system/src/Tests/Database/MergeTest.php
Confirms that we can merge-update a record, with alternate replacement.
MergeTest::testMergeUpdateExpression in core/modules/system/src/Tests/Database/MergeTest.php
Confirms that we can merge-update a record successfully, with expressions.
MergeTest::testMergeUpdateWithoutUpdate in core/modules/system/src/Tests/Database/MergeTest.php
Confirms that we can merge-update without any update fields.
MessageEntityTest::testMessageMethods in core/modules/contact/src/Tests/MessageEntityTest.php
Test some of the methods.
MetadataGeneratorTest::testEditorWithCustomMetadata in core/modules/quickedit/src/Tests/MetadataGeneratorTest.php
Tests a field whose associated in-place editor generates custom metadata.
MetadataGeneratorTest::testSimpleEntityType in core/modules/quickedit/src/Tests/MetadataGeneratorTest.php
Tests a simple entity type, with two different simple fields.
MigrateAggregatorItemTest::testAggregatorItem in core/modules/aggregator/src/Tests/Migrate/d7/MigrateAggregatorItemTest.php
Test Drupal 7 aggregator item migration to Drupal 8.
MigrateBlockContentStubTest::testStubFailure in core/modules/block_content/src/Tests/Migrate/MigrateBlockContentStubTest.php
Tests creation of block content stubs with no block_content_type available.
MigrateCommentFieldInstanceTest::assertEntity in core/modules/comment/src/Tests/Migrate/d7/MigrateCommentFieldInstanceTest.php
Asserts a comment field entity.
MigrateContactSettingsTest::testContactSettings in core/modules/contact/src/Tests/Migrate/d7/MigrateContactSettingsTest.php
Tests migration of Contact's variables to configuration.
MigrateDependenciesTest::testAggregatorMigrateDependencies in core/modules/migrate_drupal/src/Tests/dependencies/MigrateDependenciesTest.php
Tests dependencies on the migration of aggregator feeds & items.
MigrateFieldInstanceTest::assertEntity in core/modules/field/src/Tests/Migrate/d7/MigrateFieldInstanceTest.php
Asserts various aspects of a field config entity.
MigrateFieldTest::assertEntity in core/modules/field/src/Tests/Migrate/d7/MigrateFieldTest.php
Asserts various aspects of a field_storage_config entity.
MigrateImageCacheTest::testInvalidCropValues in core/modules/image/src/Tests/Migrate/d6/MigrateImageCacheTest.php
Test that missing action's causes failures.
MigrateImageCacheTest::testMissingEffectPlugin in core/modules/image/src/Tests/Migrate/d6/MigrateImageCacheTest.php
Test that missing actions causes failures.
MigrateInterruptionTest::testMigrateEvents in core/modules/migrate/src/Tests/MigrateInterruptionTest.php
Tests migration interruptions.
MigrateNodeBuilderTest::assertEntity in core/modules/node/src/Tests/Migrate/d6/MigrateNodeBuilderTest.php
Asserts various aspects of a migration entity.
MigrateNodeSettingsTest::testAggregatorSettings in core/modules/node/src/Tests/Migrate/d7/MigrateNodeSettingsTest.php
Tests migration of node variables to node.settings config object.
MigrateNodeTaxonomyTest::testMigration in core/modules/taxonomy/src/Tests/Migrate/d7/MigrateNodeTaxonomyTest.php
Test node migration from Drupal 7 to 8.
MigrateNodeTest::testNode in core/modules/node/src/Tests/Migrate/d7/MigrateNodeTest.php
Test node migration from Drupal 7 to 8.
MigrateSkipRowTest::testPrepareRowSkip in core/modules/migrate/src/Tests/MigrateSkipRowTest.php
Tests migration interruptions.
MigrateTaxonomyTermTest::assertEntity in core/modules/taxonomy/src/Tests/Migrate/d7/MigrateTaxonomyTermTest.php
Validate a migrated term contains the expected values.
MigrateUserProfileFieldTest::testUserProfileFields in core/modules/user/src/Tests/Migrate/MigrateUserProfileFieldTest.php
Tests migration of user profile fields.
MigrationTest::testSetInvalidation in core/modules/migrate/src/Tests/MigrationTest.php
Tests Migration::set()
MiniPagerTest::testMiniPagerRender in core/modules/views/src/Tests/Plugin/MiniPagerTest.php
Tests the rendering of mini pagers.
ModuleImplementsAlterTest::testModuleImplementsAlterNonExistingImplementation in core/modules/system/src/Tests/Module/ModuleImplementsAlterTest.php
Tests what happens if hook_module_implements_alter() adds a non-existing function to the implementations.
ModuleTest::assertInstanceHandler in core/modules/views/src/Tests/ModuleTest.php
Ensure that a certain handler is a instance of a certain table/field.
ModuleTest::testStatusFunctions in core/modules/views/src/Tests/ModuleTest.php
Tests view enable and disable procedural wrapper functions.
ModuleTest::testViewsEmbedView in core/modules/views/src/Tests/ModuleTest.php
Tests views.module: views_embed_view().
ModuleTest::testViewsGetHandler in core/modules/views/src/Tests/ModuleTest.php
Tests the views_get_handler method.
ModuleTest::testViewsPluginList in core/modules/views/src/Tests/ModuleTest.php
Tests the \Drupal\views\Views::pluginList() method.
ModuleTest::testViewsPreview in core/modules/views/src/Tests/ModuleTest.php
Tests the \Drupal\views\ViewsExecutable::preview() method.
ModuleTestBase::assertModules in core/modules/system/src/Tests/Module/ModuleTestBase.php
Assert the list of modules are enabled or disabled.
MoveTest::testExistingError in core/modules/file/src/Tests/MoveTest.php
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
MoveTest::testExistingRename in core/modules/file/src/Tests/MoveTest.php
Test renaming when moving onto a file that already exists.
MoveTest::testExistingReplace in core/modules/file/src/Tests/MoveTest.php
Test replacement when moving onto a file that already exists.
MoveTest::testExistingReplaceSelf in core/modules/file/src/Tests/MoveTest.php
Test replacement when moving onto itself.
MoveTest::testNormal in core/modules/file/src/Tests/MoveTest.php
Move a normal file.
MultiFormTest::testMultiForm in core/modules/system/src/Tests/Ajax/MultiFormTest.php
Tests that pages with the 'node_page_form' included twice work correctly.
NameMungingTest::testMungeNullByte in core/modules/system/src/Tests/File/NameMungingTest.php
Tests munging with a null byte in the filename.
NextIdTest::testDbNextId in core/modules/system/src/Tests/Database/NextIdTest.php
Tests that the sequences API works.
NidArgumentTest::testNidArgument in core/modules/node/src/Tests/Views/NidArgumentTest.php
Test the nid argument.
NodeAccessBaseTableTest::testNodeAccessBasic in core/modules/node/src/Tests/NodeAccessBaseTableTest.php
Tests the "private" node access functionality.
NodeAccessLanguageAwareCombinationTest::testNodeAccessLanguageAwareCombination in core/modules/node/src/Tests/NodeAccessLanguageAwareCombinationTest.php
Tests node access and node access queries with multiple node languages.
NodeAccessLanguageAwareTest::testNodeAccessLanguageAware in core/modules/node/src/Tests/NodeAccessLanguageAwareTest.php
Tests node access and node access queries with multiple node languages.
NodeAccessLanguageTest::testNodeAccessQueryTag in core/modules/node/src/Tests/NodeAccessLanguageTest.php
Tests db_select() with a 'node_access' tag and langcode metadata.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNoAccessModules in core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with no content.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with content.
NodeAccessRecordsTest::testNodeAccessRecords in core/modules/node/src/Tests/NodeAccessRecordsTest.php
Creates a node and tests the creation of node access rules.
NodeAdminTest::testContentAdminPages in core/modules/node/src/Tests/NodeAdminTest.php
Tests content overview with different user permissions.
NodeCommentsTest::testNewComments in core/modules/comment/src/Tests/Views/NodeCommentsTest.php
Test the new comments field plugin.
NodeConditionTest::testConditions in core/modules/node/src/Tests/Condition/NodeConditionTest.php
Tests conditions.
NodeCreationTest::testAuthorAutocomplete in core/modules/node/src/Tests/NodeCreationTest.php
Tests the author autocompletion textfield.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/src/Tests/NodeEntityViewModeAlterTest.php
Create a "Basic page" node and verify its consistency in the database.
NodeFieldFilterTest::assertPageCounts in core/modules/node/src/Tests/Views/NodeFieldFilterTest.php
Asserts that the given node translation counts are correct.
NodeFieldMultilingualTest::testMultilingualDisplaySettings in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
NodeFieldOverridesTest::testFieldOverrides in core/modules/node/src/Tests/NodeFieldOverridesTest.php
Tests that field overrides work as expected.
NodeFormSaveChangedTimeTest::testChangedTimeAfterSaveWithoutChanges in core/modules/node/src/Tests/NodeFormSaveChangedTimeTest.php
Test the changed time after API and FORM save without changes.
NodeImportChangeTest::testImportChange in core/modules/node/src/Tests/Config/NodeImportChangeTest.php
Tests importing an updated content type.
NodeIntegrationTest::assertNids in core/modules/node/src/Tests/Views/NodeIntegrationTest.php
Ensures that a list of nodes appear on the page.
NodeListBuilderTest::testCacheContexts in core/modules/node/src/Tests/NodeListBuilderTest.php
Tests that the correct cache contexts are set.
NodeLoadMultipleTest::testNodeMultipleLoad in core/modules/node/src/Tests/NodeLoadMultipleTest.php
Creates four nodes and ensures that they are loaded correctly.
NodeOwnerTest::testOwner in core/modules/node/src/Tests/NodeOwnerTest.php
Tests node owner functionality.
NodePostSettingsTest::testPagePostInfo in core/modules/node/src/Tests/NodePostSettingsTest.php
Confirms "Basic page" content type and post information is on a new node.
NodeQueryAlterTest::testNodeQueryAlterLowLevelEditAccess in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for edit access.
NodeQueryAlterTest::testNodeQueryAlterLowLevelNoAccess in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for user without access.
NodeQueryAlterTest::testNodeQueryAlterLowLevelWithAccess in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for user with access.
NodeQueryAlterTest::testNodeQueryAlterOverride in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter override.
NodeRevisionsTest::testNodeRevisionWithoutLogMessage in core/modules/node/src/Tests/NodeRevisionsTest.php
Checks that revisions are correctly saved without log messages.
NodeRevisionsTest::testRevisionTranslationRevert in core/modules/node/src/Tests/NodeRevisionsTest.php
Tests the revision translations are correctly reverted.
NodeRevisionsUiTest::testNodeFormSaveWithoutRevision in core/modules/node/src/Tests/NodeRevisionsUiTest.php
Checks that unchecking 'Create new revision' works when editing a node.
NodeRevisionWizardTest::testViewAdd in core/modules/node/src/Tests/Views/NodeRevisionWizardTest.php
Tests creating a node revision view.
NodeSaveTest::testDeterminingChanges in core/modules/node/src/Tests/NodeSaveTest.php
Tests node presave and static node load cache.
NodeSaveTest::testImport in core/modules/node/src/Tests/NodeSaveTest.php
Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTest::testNodeSaveOnInsert in core/modules/node/src/Tests/NodeSaveTest.php
Tests saving a node on node insert.
NodeSaveTest::testTimestamps in core/modules/node/src/Tests/NodeSaveTest.php
Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeTemplateSuggestionsTest::testNodeThemeHookSuggestions in core/modules/node/src/Tests/NodeTemplateSuggestionsTest.php
Tests if template_preprocess_node() generates the correct suggestions.
NodeTest::assertNodeTitleMatch in core/modules/rest/src/Tests/NodeTest.php
Tests the title on a newly created node.
NodeTest::testNodes in core/modules/rest/src/Tests/NodeTest.php
Performs various tests on nodes and their REST API.
NodeTestBase::assertNodeAccess in core/modules/node/src/Tests/NodeTestBase.php
Asserts that node access correctly grants or denies access.
NodeTestBase::assertNodeCreateAccess in core/modules/node/src/Tests/NodeTestBase.php
Asserts that node create access correctly grants or denies access.
NodeTitleTest::testNodeTitle in core/modules/node/src/Tests/NodeTitleTest.php
Creates one node and tests if the node title has the correct value.
NodeTokenReplaceTest::testNodeTokenReplacement in core/modules/node/src/Tests/NodeTokenReplaceTest.php
Creates a node, then tests the tokens generated from it.
NodeTranslationUITest::doTestAuthoringInfo in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests the translation authoring information.
NodeTranslationUITest::doTestPublishedStatus in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests the translation publishing status.
NodeTranslationUITest::doUninstallTest in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests uninstalling content_translation.
NodeTranslationUITest::testDisabledBundle in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that no metadata is stored for a disabled bundle.
NodeTypeTest::testNodeTypeCreation in core/modules/node/src/Tests/NodeTypeTest.php
Tests creating a content type programmatically and via a form.
NodeTypeTest::testNodeTypeEditing in core/modules/node/src/Tests/NodeTypeTest.php
Tests editing a node type using the UI.
NodeTypeTest::testNodeTypeGetFunctions in core/modules/node/src/Tests/NodeTypeTest.php
Ensures that node type functions (node_type_get_*) work correctly.
NodeTypeTest::testNodeTypeNoContentType in core/modules/node/src/Tests/NodeTypeTest.php
Tests for when there are no content types defined.
NodeValidationTest::testValidation in core/modules/node/src/Tests/NodeValidationTest.php
Tests the node validation constraints.
NodeViewTest::testHtmlHeadLinks in core/modules/node/src/Tests/NodeViewTest.php
Tests the html head links.
NodeViewTest::testMultiByteUtf8 in core/modules/node/src/Tests/NodeViewTest.php
Tests that we store and retrieve multi-byte UTF-8 characters correctly.
NodeWizardTest::testViewAddWithNodeTitles in core/modules/views/src/Tests/Wizard/NodeWizardTest.php
Tests creating a view with node titles.
NormalizeTest::testNormalize in core/modules/hal/src/Tests/NormalizeTest.php
Tests the normalize function.
NumberFieldTest::testNumberIntegerField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test integer field.
NumberItemTest::testNumberItem in core/modules/field/src/Tests/Number/NumberItemTest.php
Tests using entity fields of the number field type.
NumericFormatPluralTest::testNumericFormatPlural in core/modules/views/src/Tests/Plugin/NumericFormatPluralTest.php
Test plural formatting setting on a numeric views handler.
OptionsDynamicValuesApiTest::testOptionsAllowedValues in core/modules/options/src/Tests/OptionsDynamicValuesApiTest.php
Tests options_allowed_values().
OptionsDynamicValuesValidationTest::testDynamicAllowedValues in core/modules/options/src/Tests/OptionsDynamicValuesValidationTest.php
Test that allowed values function gets the entity.
OptionsFieldUITest::testNodeDisplay in core/modules/options/src/Tests/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
OptionsFormattersTest::testFormatter in core/modules/options/src/Tests/OptionsFormattersTest.php
Tests the formatters.
OptionsSelectDynamicValuesTest::testSelectListDynamic in core/modules/options/src/Tests/OptionsSelectDynamicValuesTest.php
Tests the 'options_select' widget (single select).
PageCacheTagsTestBase::verifyPageCache in core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php
Verify that when loading a given page, it's a page cache hit or miss.
PageCacheTest::testCacheableResponseResponses in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests cacheability of a CacheableResponse.
PageCacheTest::testConditionalRequests in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testPageCache in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests cache headers.
PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
PageCacheTest::testPageCacheTags in core/modules/page_cache/src/Tests/PageCacheTest.php
Test that cache tags are properly persisted.
PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders in core/modules/page_cache/src/Tests/PageCacheTest.php
Test that the page cache doesn't depend on cacheability headers.
PageCacheTest::testPageCacheWithoutVaryCookie in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests the omit_vary_cookie setting.
PageCacheTest::testQueryParameterFormatRequests in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests support for different cache items with different request formats specified via a query parameter.
PageRenderTest::assertPageRenderHookExceptions in core/modules/system/src/Tests/Common/PageRenderTest.php
Asserts whether expected exceptions are thrown for invalid hook implementations.
PagerTest::assertPagerItems in core/modules/system/src/Tests/Pager/PagerTest.php
Asserts pager items and links.
PagerTest::testLimit in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests the some pager plugin.
PagerTest::testNoLimit in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests the none-pager-query.
PagerTest::testNormalPager in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests the normal pager.
PagerTest::testPagerApi in core/modules/views/src/Tests/Plugin/PagerTest.php
Test the api functions on the view object.
PagerTest::testPagerEllipsis in core/modules/system/src/Tests/Pager/PagerTest.php
Test proper functioning of the ellipsis.
PagerTest::testRenderNullPager in core/modules/views/src/Tests/Plugin/PagerTest.php
Tests rendering with NULL pager.
PagerTest::testViewTotalRowsWithoutPager in core/modules/views/src/Tests/Plugin/PagerTest.php
PageTest::testBatchProgressPageTheme in core/modules/system/src/Tests/Batch/PageTest.php
Tests that the batch API progress page uses the correct theme.
PageTest::testBatchProgressPageTitle in core/modules/system/src/Tests/Batch/PageTest.php
Tests that the batch API progress page shows the title correctly.
PageTitleTest::testRoutingTitle in core/modules/system/src/Tests/System/PageTitleTest.php
Tests the page title of render arrays.
PathAliasMenuLinkContentTest::testPathAliasChange in core/modules/menu_link_content/src/Tests/PathAliasMenuLinkContentTest.php
Tests the path aliasing changing.
PathElementFormTest::testPathElement in core/modules/system/src/Tests/Element/PathElementFormTest.php
Tests that default handlers are added even if custom are specified.
PathLanguageTest::testAliasTranslation in core/modules/path/src/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PreviewTest::assertPreviewAJAX in core/modules/views_ui/src/Tests/PreviewTest.php
Assert that the AJAX response contains expected data.
PreviewTest::testPreviewAdditionalInfo in core/modules/views_ui/src/Tests/PreviewTest.php
Tests the additional information query info area.
PreviewTest::testPreviewContextual in core/modules/views_ui/src/Tests/PreviewTest.php
Tests contextual links in the preview form.
PreviewTest::testPreviewUI in core/modules/views_ui/src/Tests/PreviewTest.php
Tests arguments in the preview form.
ProcessingTest::testBatchForm in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in a form submit handler.
ProcessingTest::testBatchFormMultipleBatches in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in different submit handlers on the same form.
ProcessingTest::testBatchFormMultistep in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in a multistep form.
ProcessingTest::testBatchFormProgrammatic in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in a programmatically submitted form.
ProcessingTest::testBatchLargePercentage in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches that return $context['finished'] > 1 do in fact complete.
ProcessingTest::testBatchNoForm in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches triggered outside of form submission.
ProcessingTest::testBatchRedirectFinishedCallback in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches that redirect in the batch finished callback.
ProcessingTest::testDrupalFormSubmitInBatch in core/modules/system/src/Tests/Batch/ProcessingTest.php
Test form submission during a batch operation.
ProgrammaticTest::submitForm in core/modules/system/src/Tests/Form/ProgrammaticTest.php
Helper function used to programmatically submit the form defined in form_test.module with the given values.
ProgrammaticTest::testProgrammaticAccessBypass in core/modules/system/src/Tests/Form/ProgrammaticTest.php
Test the programmed_bypass_access_check flag.
QueryGroupByTest::groupByTestHelper in core/modules/views/src/Tests/QueryGroupByTest.php
Provides a test helper which runs a view with some aggregation function.
QueryGroupByTest::testAggregateCount in core/modules/views/src/Tests/QueryGroupByTest.php
Tests aggregate count feature.
QueryGroupByTest::testGroupByFieldWithCardinality in core/modules/views/src/Tests/QueryGroupByTest.php
Tests grouping a field with cardinality > 1.
QueryTest::queryMethodsTests in core/modules/views/src/Tests/Plugin/QueryTest.php
Test methods provided by the QueryPluginBase.
QueryTest::testArraySubstitution in core/modules/system/src/Tests/Database/QueryTest.php
Tests that we can pass an array of values directly in the query.
QueryTest::testNumericExpressionSubstitution in core/modules/system/src/Tests/Database/QueryTest.php
Tests numeric query parameter expansion in expressions.
QueryTest::testQueryUI in core/modules/views_ui/src/Tests/QueryTest.php
Tests query plugins settings.
QueueTest::queueTest in core/modules/system/src/Tests/Queue/QueueTest.php
Queues and dequeues a set of items to check the basic queue functionality.
QuickEditIntegrationTest::testEditorSelection in core/modules/editor/src/Tests/QuickEditIntegrationTest.php
Tests editor selection when the Editor module is present.
QuickEditIntegrationTest::testGetUntransformedTextCommand in core/modules/editor/src/Tests/QuickEditIntegrationTest.php
Tests GetUntransformedTextCommand AJAX command.
QuickEditIntegrationTest::testMetadata in core/modules/editor/src/Tests/QuickEditIntegrationTest.php
Tests (custom) metadata when the formatted text editor is used.
QuickEditLoadingTest::testUserWithPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit when a user does have access to it.
RangeQueryTest::testRangeQuery in core/modules/system/src/Tests/Database/RangeQueryTest.php
Confirms that range queries work and return the correct result.
RdfaAttributesTest::_testAttributes in core/modules/rdf/src/Tests/RdfaAttributesTest.php
Helper function to test attribute generation.
ReadTest::testRead in core/modules/rest/src/Tests/ReadTest.php
Tests several valid and invalid read requests on all entity types.
RearrangeFieldsTest::testRearrangeFields in core/modules/views_ui/src/Tests/RearrangeFieldsTest.php
Tests field sorting.
RebuildTest::testPreserveFormActionAfterAJAX in core/modules/system/src/Tests/Form/RebuildTest.php
Tests that a form's action is retained after an Ajax submission.
RecalculatedDependencyTest::testUpdate in core/modules/system/src/Tests/Update/RecalculatedDependencyTest.php
Ensures that the entities are resaved so they have the new dependency.
RegistryTest::testThemeRegistryAlterByTheme in core/modules/system/src/Tests/Theme/RegistryTest.php
Tests that the theme registry can be altered by themes.
RelationshipTest::testRelationshipRender in core/modules/views/src/Tests/Handler/RelationshipTest.php
Tests rendering of a view with a relationship.
RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView in core/modules/views/src/Tests/RenderCacheIntegrationTest.php
Tests cache tags on output & result cache items for a field-based view.
RenderCacheIntegrationTest::testBuildRenderableWithCacheContexts in core/modules/views/src/Tests/RenderCacheIntegrationTest.php
Ensure that the view renderable contains the cache contexts.
RenderCacheIntegrationTest::testViewAddCacheMetadata in core/modules/views/src/Tests/RenderCacheIntegrationTest.php
Ensures that saving a view calculates the cache contexts.
RenderCacheTest::doTestUser1WithContexts in core/modules/system/src/Tests/Render/RenderCacheTest.php
Ensures that user 1 has a unique render cache for the given context.
RenderTest::testDrupalRenderThemePreprocessAttached in core/modules/system/src/Tests/Common/RenderTest.php
Tests theme preprocess functions being able to attach assets.
RenderWebTest::testWrapperFormatCacheContext in core/modules/system/src/Tests/Common/RenderWebTest.php
Asserts the cache context for the wrapper format is always present.
RequestPathTest::testConditions in core/modules/system/src/Tests/Plugin/Condition/RequestPathTest.php
Tests the request path condition.
ResettableStaticUnitTest::testDrupalStatic in core/modules/system/src/Tests/Bootstrap/ResettableStaticUnitTest.php
Tests drupal_static() function.
ResolvedLibraryDefinitionsFilesMatchTest::getAllLibraries in core/modules/system/src/Tests/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
Gets all libraries for core and all installed modules.
ResponseGeneratorTest::testGeneratorHeaderAdded in core/modules/system/src/Tests/System/ResponseGeneratorTest.php
Test to see if generator header is added.
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Test responsive image formatters on node display.
RestLinkManagerTest::testRestLinkManagers in core/modules/rest/src/Tests/RestLinkManagerTest.php
Tests that type hooks work as expected.
RestLinkManagerTest::testRestLinkManagersNoInstallHook in core/modules/rest/src/Tests/RestLinkManagerTest.php
Tests that type hooks work as expected even without install hook.
RestLinkManagerTest::testRestLinkManagersSetLinkDomain in core/modules/rest/src/Tests/RestLinkManagerTest.php
Tests \Drupal\rest\LinkManager\LinkManager::setLinkDomain().
RetrieveFileTest::testFileRetrieving in core/modules/system/src/Tests/System/RetrieveFileTest.php
Invokes system_retrieve_file() in several scenarios.
RouteNoneTest::testProcessOutbound in core/modules/system/src/Tests/RouteProcessor/RouteNoneTest.php
Tests the output process.
RouteProcessorCurrentIntegrationTest::testProcessOutbound in core/modules/system/src/Tests/RouteProcessor/RouteProcessorCurrentIntegrationTest.php
Tests the output process.
RouteProviderTest::testExactPathMatch in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes with the exact incoming path.
RouteProviderTest::testGetRoutesByPatternWithLongPatterns in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Ensures that the routing system is capable of extreme long patterns.
RouteProviderTest::testGetRoutesPaged in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Tests getRoutesPaged().
RouteProviderTest::testOutlinePathMatch in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaults in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find multiple routes that match the request equally.
RouteProviderTest::testOutlinePathMatchTrailingSlash in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that a trailing slash on the request doesn't result in a 404.
RouteProviderTest::testOutlinePathMatchZero in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Tests a route with a 0 as value.
RouteProviderTest::testRouteByName in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Test RouteProvider::getRouteByName() and RouteProvider::getRoutesByNames().
RouteProviderTest::testRouteCaching in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Tests that route caching works.
RouterTest::testControllerResolutionAjax in core/modules/system/src/Tests/Routing/RouterTest.php
Checks that an ajax request gets rendered as an Ajax response, by mime.
RouterTest::testFinishResponseSubscriber in core/modules/system/src/Tests/Routing/RouterTest.php
Confirms that our FinishResponseSubscriber logic works properly.
RouterTest::testLeadingSlashes in core/modules/system/src/Tests/Routing/RouterTest.php
Ensure that multiple leading slashes are redirected.
RouterTest::testUserAccount in core/modules/system/src/Tests/Routing/RouterTest.php
Tests the user account on the DIC.
RowRenderCacheTest::doTestRenderedOutput in core/modules/views/src/Tests/Plugin/RowRenderCacheTest.php
Check whether the rendered output matches expectations.
RowRssTest::testRssRow in core/modules/comment/src/Tests/Views/RowRssTest.php
Test comment rss output.
RowUITest::testRowUI in core/modules/views_ui/src/Tests/RowUITest.php
Tests changing the row plugin and changing some options of a row.
SaveDataTest::testExistingError in core/modules/file/src/Tests/SaveDataTest.php
Test that file_save_data() fails overwriting an existing file.
SaveDataTest::testExistingRename in core/modules/file/src/Tests/SaveDataTest.php
Test file_save_data() when renaming around an existing file.
SaveDataTest::testExistingReplace in core/modules/file/src/Tests/SaveDataTest.php
Test file_save_data() when replacing an existing file.
SaveDataTest::testWithFilename in core/modules/file/src/Tests/SaveDataTest.php
Test the file_save_data() function when a filename is provided.
SaveDataTest::testWithoutFilename in core/modules/file/src/Tests/SaveDataTest.php
Test the file_save_data() function when no filename is provided.
SaveTest::testFileSave in core/modules/file/src/Tests/SaveTest.php
SaveUploadTest::testNormal in core/modules/file/src/Tests/SaveUploadTest.php
Test the file_save_upload() function.
ScanDirectoryTest::testOptionCallback in core/modules/system/src/Tests/File/ScanDirectoryTest.php
Check that the callback function is called correctly.
ScanDirectoryTest::testOptionKey in core/modules/system/src/Tests/File/ScanDirectoryTest.php
Check that key parameter sets the return value's key.
ScanDirectoryTest::testOptionMinDepth in core/modules/system/src/Tests/File/ScanDirectoryTest.php
Check that the min_depth options lets us ignore files in the starting directory.
ScanDirectoryTest::testOptionNoMask in core/modules/system/src/Tests/File/ScanDirectoryTest.php
Check that the no-mask parameter is honored.
ScanDirectoryTest::testOptionRecurse in core/modules/system/src/Tests/File/ScanDirectoryTest.php
Check that the recurse option descends into subdirectories.
ScanDirectoryTest::testReturn in core/modules/system/src/Tests/File/ScanDirectoryTest.php
Check the format of the returned values.
SchemaCheckTraitTest::testTrait in core/modules/config/src/Tests/SchemaCheckTraitTest.php
Tests \Drupal\Core\Config\Schema\SchemaCheckTrait.
SchemaConfigListenerTest::testConfigSchemaChecker in core/modules/config/src/Tests/SchemaConfigListenerTest.php
Tests \Drupal\Core\Config\Testing\ConfigSchemaChecker.
SchemaConfigListenerWebTest::testConfigSchemaChecker in core/modules/config/src/Tests/SchemaConfigListenerWebTest.php
Tests \Drupal\Core\Config\Testing\ConfigSchemaChecker.
SchemaTest::assertFieldCharacteristics in core/modules/system/src/Tests/Database/SchemaTest.php
Asserts that a newly added field has the correct characteristics.
SchemaTest::checkSchemaComment in core/modules/system/src/Tests/Database/SchemaTest.php
Checks that a table or column comment matches a given description.
SchemaTest::testFindTables in core/modules/system/src/Tests/Database/SchemaTest.php
Tests the findTables() method.
SchemaTest::testIndexLength in core/modules/system/src/Tests/Database/SchemaTest.php
Tests that indexes on string fields are limited to 191 characters on MySQL.
SchemaTest::testSchema in core/modules/system/src/Tests/Database/SchemaTest.php
Tests database interactions.
SearchBlockTest::testSearchFormBlock in core/modules/search/src/Tests/SearchBlockTest.php
Test that the search form block can be placed and works.
SearchConfigSettingsFormTest::testSearchModuleDisabling in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies that you can disable individual search plugins.
SearchEmbedFormTest::testEmbeddedForm in core/modules/search/src/Tests/SearchEmbedFormTest.php
Tests that the embedded form appears and can be submitted.
SearchExcerptTest::testSearchExcerpt in core/modules/search/src/Tests/SearchExcerptTest.php
Tests search_excerpt() with several simulated search keywords.
SearchIntegrationTest::testSearchIntegration in core/modules/views/src/Tests/SearchIntegrationTest.php
Tests search integration.
SearchMatchTest::_testQueryMatching in core/modules/search/src/Tests/SearchMatchTest.php
Test the matching abilities of the engine.
SearchMatchTest::_testQueryScores in core/modules/search/src/Tests/SearchMatchTest.php
Test the scoring abilities of the engine.
SearchMultilingualEntityTest::assertDatabaseCounts in core/modules/search/src/Tests/SearchMultilingualEntityTest.php
Checks actual database counts of items in the search index.
SearchMultilingualEntityTest::assertIndexCounts in core/modules/search/src/Tests/SearchMultilingualEntityTest.php
Verifies the indexing status counts.
SearchMultilingualEntityTest::testMultilingualSearch in core/modules/search/src/Tests/SearchMultilingualEntityTest.php
Tests the indexing throttle and search results with multilingual nodes.
SearchPageCacheTagsTest::testSearchTagsBubbling in core/modules/search/src/Tests/SearchPageCacheTagsTest.php
Tests the presence of expected cache tags with referenced entities.
SearchPageTextTest::testSearchText in core/modules/search/src/Tests/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SearchRankingTest::testHTMLRankings in core/modules/search/src/Tests/SearchRankingTest.php
Test rankings of HTML tags.
SearchRankingTest::testRankings in core/modules/search/src/Tests/SearchRankingTest.php
SearchSimplifyTest::testSearchSimplifyPunctuation in core/modules/search/src/Tests/SearchSimplifyTest.php
Tests that search_simplify() does the right thing with punctuation.
SearchTokenizerTest::testNoTokenizer in core/modules/search/src/Tests/SearchTokenizerTest.php
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTest::testTokenizer in core/modules/search/src/Tests/SearchTokenizerTest.php
Verifies that strings of CJK characters are tokenized.
SelectCloneTest::testSelectConditionSubQueryCloning in core/modules/system/src/Tests/Database/SelectCloneTest.php
Test that subqueries as value within conditions are cloned properly.
SelectComplexTest::testCountQuery in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that we can generate a count query from a built query.
SelectComplexTest::testCountQueryDistinct in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that we can generate a count query from a query with distinct.
SelectComplexTest::testCountQueryFieldRemovals in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that countQuery properly removes fields and expressions.
SelectComplexTest::testCountQueryGroupBy in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that we can generate a count query from a query with GROUP BY.
SelectComplexTest::testCountQueryRemovals in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that countQuery removes 'all_fields' statements and ordering clauses.
SelectComplexTest::testDefaultJoin in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests simple JOIN statements.
SelectComplexTest::testDistinct in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests distinct queries.
SelectComplexTest::testGroupBy in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests GROUP BY clauses.
SelectComplexTest::testGroupByAndHaving in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests GROUP BY and HAVING clauses together.
SelectComplexTest::testHavingCountQuery in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests having queries.
SelectComplexTest::testJoinTwice in core/modules/system/src/Tests/Database/SelectComplexTest.php
Confirms we can join on a single table twice with a dynamic alias.
SelectComplexTest::testLeftOuterJoin in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests LEFT OUTER joins.
SelectComplexTest::testNestedConditions in core/modules/system/src/Tests/Database/SelectComplexTest.php
Confirms that we can properly nest conditional clauses.
SelectComplexTest::testRange in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests range queries.
SelectOrderedTest::testSimpleSelectMultiOrdered in core/modules/system/src/Tests/Database/SelectOrderedTest.php
Tests multiple ORDER BY.
SelectOrderedTest::testSimpleSelectOrdered in core/modules/system/src/Tests/Database/SelectOrderedTest.php
Tests basic ORDER BY.
SelectOrderedTest::testSimpleSelectOrderedDesc in core/modules/system/src/Tests/Database/SelectOrderedTest.php
Tests ORDER BY descending.
SelectPagerDefaultTest::testElementNumbers in core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php
Confirms that every pager gets a valid, non-overlapping element ID.
SelectPagerDefaultTest::testEvenPagerQuery in core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectPagerDefaultTest::testHavingPagerQuery in core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php
Confirms that a paging query results with a having expression are valid.
SelectPagerDefaultTest::testInnerPagerQuery in core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query results with an inner pager query are valid.
SelectPagerDefaultTest::testOddPagerQuery in core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectSubqueryTest::testConditionSubquerySelect in core/modules/system/src/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a WHERE clause.
SelectSubqueryTest::testExistsSubquerySelect in core/modules/system/src/Tests/Database/SelectSubqueryTest.php
Tests EXISTS subquery conditionals on SELECT statements.
SelectSubqueryTest::testFromSubquerySelect in core/modules/system/src/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a FROM clause.
SelectSubqueryTest::testFromSubquerySelectWithLimit in core/modules/system/src/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a FROM clause with a LIMIT.
SelectSubqueryTest::testJoinSubquerySelect in core/modules/system/src/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a JOIN clause.
SelectSubqueryTest::testNotExistsSubquerySelect in core/modules/system/src/Tests/Database/SelectSubqueryTest.php
Tests NOT EXISTS subquery conditionals on SELECT statements.
SelectTableSortDefaultTest::testTableSortQuery in core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php
Confirms that a tablesort query returns the correct results.
SelectTableSortDefaultTest::testTableSortQueryFirst in core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php
Confirms precedence of tablesorts headers.
SelectTest::testEmptyInCondition in core/modules/system/src/Tests/Database/SelectTest.php
Tests thrown exception for IN query conditions with an empty array.
SelectTest::testIsNotNullCondition in core/modules/system/src/Tests/Database/SelectTest.php
Tests that we can find a record without a NULL value.
SelectTest::testIsNullCondition in core/modules/system/src/Tests/Database/SelectTest.php
Tests that we can find a record with a NULL value.
SelectTest::testNullCondition in core/modules/system/src/Tests/Database/SelectTest.php
Tests that a comparison with NULL is always FALSE.
SelectTest::testRandomOrder in core/modules/system/src/Tests/Database/SelectTest.php
Tests that random ordering of queries works.
SelectTest::testRegexCondition in core/modules/system/src/Tests/Database/SelectTest.php
Tests that filter by a regular expression works as expected.
SelectTest::testSimpleComment in core/modules/system/src/Tests/Database/SelectTest.php
Tests rudimentary SELECT statement with a COMMENT.
SelectTest::testSimpleSelect in core/modules/system/src/Tests/Database/SelectTest.php
Tests rudimentary SELECT statements.
SelectTest::testSimpleSelectAllFields in core/modules/system/src/Tests/Database/SelectTest.php
Tests adding all fields from a given table to a SELECT statement.
SelectTest::testSimpleSelectConditional in core/modules/system/src/Tests/Database/SelectTest.php
Tests basic conditionals on SELECT statements.
SelectTest::testSimpleSelectExpression in core/modules/system/src/Tests/Database/SelectTest.php
Tests SELECT statements with expressions.
SelectTest::testSimpleSelectExpressionMultiple in core/modules/system/src/Tests/Database/SelectTest.php
Tests SELECT statements with multiple expressions.
SelectTest::testSimpleSelectMultipleFields in core/modules/system/src/Tests/Database/SelectTest.php
Tests adding multiple fields to a SELECT statement at the same time.
SelectTest::testUnion in core/modules/system/src/Tests/Database/SelectTest.php
Tests that we can UNION multiple Select queries together.
SelectTest::testUnionAll in core/modules/system/src/Tests/Database/SelectTest.php
Tests that we can UNION ALL multiple SELECT queries together.
SelectTest::testUnionCount in core/modules/system/src/Tests/Database/SelectTest.php
Tests that we can get a count query for a UNION Select query.
SelectTest::testVulnerableComment in core/modules/system/src/Tests/Database/SelectTest.php
Tests query COMMENT system against vulnerabilities.
SerializeQueryTest::testSerializeQuery in core/modules/system/src/Tests/Database/SerializeQueryTest.php
Confirms that a query can be serialized and unserialized.
SessionAuthenticationTest::assertSessionData in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Checks the session data returned by the session test routes.
SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Check that a basic authentication session does not leak.
SessionTest::testEmptyAnonymousSession in core/modules/system/src/Tests/Session/SessionTest.php
Test that empty anonymous sessions are destroyed.
SessionTest::testSessionWrite in core/modules/system/src/Tests/Session/SessionTest.php
Test that sessions are only saved when necessary.
SettingsRewriteTest::testDrupalRewriteSettings in core/modules/system/src/Tests/System/SettingsRewriteTest.php
Tests the drupal_rewrite_settings() function.
SettingsTest::testEditUI in core/modules/views_ui/src/Tests/SettingsTest.php
Tests the settings for the edit ui.
ShapeItemTest::testShapeItem in core/modules/field/src/Tests/ShapeItemTest.php
Tests using entity fields of the field field type.
ShortcutLinksTest::testShortcutLinkAdd in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that creating a shortcut works properly.
ShortcutLinksTest::testShortcutLinkOrder in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests the shortcuts are correctly ordered by weight in the toolbar.
ShortcutSetsTest::testShortcutSetEdit in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests editing a shortcut set.
ShortcutSetsTest::testShortcutSetSwitchCreate in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTest::testShortcutSetSwitchNoSetName in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set without providing a new set name.
ShutdownFunctionsTest::testShutdownFunctions in core/modules/system/src/Tests/System/ShutdownFunctionsTest.php
Test shutdown functions.
SimpleTestBrowserTest::testInternalBrowser in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Test the internal browsers functionality.
SimpleTestErrorCollectorTest::assertError in core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php
Asserts that a collected error matches what we are expecting.
SimpleTestErrorCollectorTest::testErrorCollect in core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php
Tests that simpletest collects errors from the tested site.
SimpleTestTest::confirmStubTestResults in core/modules/simpletest/src/Tests/SimpleTestTest.php
Confirm that the stub test produced the desired results.
SimpleTestTest::stubTest in core/modules/simpletest/src/Tests/SimpleTestTest.php
Test to be run and the results confirmed.
SingleVisibleProfileTest::testInstalled in core/modules/system/src/Tests/Installer/SingleVisibleProfileTest.php
Confirms that the installation succeeded.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/src/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
SizeUnitTest::testCommonFormatSize in core/modules/system/src/Tests/Common/SizeUnitTest.php
Checks that format_size() returns the expected string.
SizeUnitTest::testCommonParseSizeFormatSize in core/modules/system/src/Tests/Common/SizeUnitTest.php
Cross-tests Bytes::toInt() and format_size().
SortDateTest::testDateOrdering in core/modules/views/src/Tests/Handler/SortDateTest.php
Tests numeric ordering of the result set.
SortRandomTest::testRandomOrdering in core/modules/views/src/Tests/Handler/SortRandomTest.php
Tests random ordering of the result set.
SortTest::testNumericOrdering in core/modules/views/src/Tests/Handler/SortTest.php
Tests numeric ordering of the result set.
SortTest::testStringOrdering in core/modules/views/src/Tests/Handler/SortTest.php
Tests string ordering of the result set.
SpaceUsedTest::testFileSpaceUsed in core/modules/file/src/Tests/SpaceUsedTest.php
Test different users with the default status.
StableLibraryOverrideTest::getAllLibraries in core/modules/system/src/Tests/Theme/StableLibraryOverrideTest.php
Gets all libraries for core and all installed modules.
StableLibraryOverrideTest::testStableLibraryOverrides in core/modules/system/src/Tests/Theme/StableLibraryOverrideTest.php
Ensures that Stable overrides all relevant core library assets.
StackKernelIntegrationTest::testRequest in core/modules/system/src/Tests/HttpKernel/StackKernelIntegrationTest.php
Tests a request.
StackSessionHandlerIntegrationTest::testRequest in core/modules/system/src/Tests/Session/StackSessionHandlerIntegrationTest.php
Tests a request.
StandardProfileTest::assertRdfaCommonNodeProperties in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests output for properties held in common between articles and pages.
StandardProfileTest::assertRdfaNodeCommentProperties in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests output for comment properties on nodes in full page view mode.
StandardProfileTest::doArticleRdfaTests in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests that article data is exposed using RDFa.
StandardProfileTest::doFrontPageRdfaTests in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests that data is exposed in the front page teasers.
StandardProfileTest::doPageRdfaTests in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests that page data is exposed using RDFa.
StandardProfileTest::doTermRdfaTests in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests that term data is exposed on term page.
StandardProfileTest::doUserRdfaTests in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests that user data is exposed on user page.
StandardTest::testStandard in core/profiles/standard/src/Tests/StandardTest.php
Tests Standard installation profile.
StateValuesCleanTest::testFormStateValuesClean in core/modules/system/src/Tests/Form/StateValuesCleanTest.php
Tests \Drupal\Core\Form\FormState::cleanValues().
StatisticsAdminTest::testDeleteNode in core/modules/statistics/src/Tests/StatisticsAdminTest.php
Tests that when a node is deleted, the node counter is deleted too.
StatisticsTokenReplaceTest::testStatisticsTokenReplacement in core/modules/statistics/src/Tests/StatisticsTokenReplaceTest.php
Creates a node, then tests the statistics tokens generated from it.
StorageTest::testDetails in core/modules/views_ui/src/Tests/StorageTest.php
Tests changing label, description and tag.
StorageTest::testImmutableForm in core/modules/system/src/Tests/Form/StorageTest.php
Verifies that form build-id is regenerated when loading an immutable form from the cache.
StorageTest::testImmutableFormLegacyProtection in core/modules/system/src/Tests/Form/StorageTest.php
Verify that existing contrib code cannot overwrite immutable form state.
StorageTestBase::testCRUD in core/modules/system/src/Tests/KeyValueStore/StorageTestBase.php
Tests CRUD operations.
StorageTestBase::testSetIfNotExists in core/modules/system/src/Tests/KeyValueStore/StorageTestBase.php
Tests the setIfNotExists() method.
StreamWrapperTest::testFileFunctions in core/modules/system/src/Tests/File/StreamWrapperTest.php
Test some file handle functions.
StreamWrapperTest::testGetClassName in core/modules/system/src/Tests/File/StreamWrapperTest.php
Test the getClassName() function.
StreamWrapperTest::testGetInstanceByScheme in core/modules/system/src/Tests/File/StreamWrapperTest.php
Test the getViaScheme() method.
StreamWrapperTest::testGetValidStreamScheme in core/modules/system/src/Tests/File/StreamWrapperTest.php
Test the scheme functions.
StreamWrapperTest::testUriFunctions in core/modules/system/src/Tests/File/StreamWrapperTest.php
Test the getViaUri() and getViaScheme() methods and target functions.
StyleOpmlTest::testOpmlOutput in core/modules/views/src/Tests/Plugin/StyleOpmlTest.php
Tests the rendered output.
StyleSerializerTest::testFieldapiField in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the field row style using fieldapi fields.
StyleSerializerTest::testGroupRows in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the "Grouped rows" functionality.
StyleSerializerTest::testLivePreview in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the live preview output for json output.
StyleSerializerTest::testResponseFormatConfiguration in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the response format configuration.
StyleSerializerTest::testRestRenderCaching in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests REST export with views render caching enabled.
StyleSerializerTest::testRestViewExposedFilter in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the exposed filter works.
StyleSerializerTest::testSerializerResponses in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Checks the behavior of the Serializer callback paths and row plugins.
StyleSummaryTest::testSummaryView in core/modules/views/src/Tests/Plugin/StyleSummaryTest.php
Tests a summary view.
StyleTableTest::testAccessibilitySettings in core/modules/views/src/Tests/Plugin/StyleTableTest.php
Test table caption/summary/description.
StyleTableTest::testWizard in core/modules/views_ui/src/Tests/StyleTableTest.php
Tests created a table style view.
StyleTest::_testGrouping in core/modules/views/src/Tests/Plugin/StyleTest.php
Tests the grouping features of styles.
StyleUITest::testStyleUI in core/modules/views_ui/src/Tests/StyleUITest.php
Tests changing the style plugin and changing some options of a style.
SystemConfigFormTestBase::testConfigForm in core/modules/system/src/Tests/System/SystemConfigFormTestBase.php
Submit the system_config_form ensure the configuration has expected values.
SystemListingTest::testDirectoryPrecedence in core/modules/system/src/Tests/Common/SystemListingTest.php
Tests that files in different directories take precedence as expected.
TableSortExtenderUnitTest::testTableSortInit in core/modules/system/src/Tests/Common/TableSortExtenderUnitTest.php
Tests tablesort_init().
TableTest::testThemeTableNoStickyHeaders in core/modules/system/src/Tests/Theme/TableTest.php
If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableNoStickyHeaders in core/modules/system/src/Tests/Render/Element/TableTest.php
If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableStickyHeaders in core/modules/system/src/Tests/Theme/TableTest.php
Tableheader.js provides 'sticky' table headers, and is included by default.
TableTest::testThemeTableStickyHeaders in core/modules/system/src/Tests/Render/Element/TableTest.php
Tableheader.js provides 'sticky' table headers, and is included by default.
TaggingTest::testMetaData in core/modules/system/src/Tests/Database/TaggingTest.php
Tests that we can attach metadata to a query object.
TagTest::testViewsUiAutocompleteTag in core/modules/views_ui/src/Tests/TagTest.php
Tests the views_ui_autocomplete_tag function.
TaxonomyDefaultArgumentTest::testNodePath in core/modules/taxonomy/src/Tests/Views/TaxonomyDefaultArgumentTest.php
Tests the relationship.
TaxonomyDefaultArgumentTest::testTermPath in core/modules/taxonomy/src/Tests/Views/TaxonomyDefaultArgumentTest.php
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php
Tests the "all terms" field handler.
TaxonomyFieldFilterTest::assertPageCounts in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldFilterTest.php
Asserts that the given taxonomy translation counts are correct.
TaxonomyFieldTidTest::testViewsHandlerTidField in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldTidTest.php
TaxonomyIndexTidUiTest::testFilterUI in core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php
Tests the filter UI.
TaxonomyMenuTest::testTaxonomyMenu in modules/taxonomy_menu/Tests/Controller/TaxonomyMenuTest.php
Tests taxonomy_menu functionality.
TaxonomyRelationshipTest::testTaxonomyRelationships in core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php
Tests the taxonomy parent plugin UI.
TaxonomyTermIndentationTest::testTermIndentation in core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php
Tests term indentation.
TaxonomyTermViewTest::testTaxonomyTermView in core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
TelephoneItemTest::testTestItem in core/modules/telephone/src/Tests/TelephoneItemTest.php
Tests using entity fields of the telephone field type.
TemporaryQueryTest::testTemporaryQuery in core/modules/system/src/Tests/Database/TemporaryQueryTest.php
Confirms that temporary tables work and are limited to one request.
TempStoreDatabaseTest::testUserTempStore in core/modules/user/src/Tests/TempStoreDatabaseTest.php
Tests the UserTempStore API.
TermIndexTest::testTaxonomyIndex in core/modules/taxonomy/src/Tests/TermIndexTest.php
Tests that the taxonomy index is maintained properly.
TermKernelTest::testTaxonomyVocabularyTree in core/modules/taxonomy/src/Tests/TermKernelTest.php
Test a taxonomy with terms that have multiple parents of different depths.
TermLanguageTest::testTermLanguage in core/modules/taxonomy/src/Tests/TermLanguageTest.php
TermNameFieldTest::testTermNameField in core/modules/taxonomy/src/Tests/Views/TermNameFieldTest.php
Tests term name field plugin functionality.
TermTest::testTaxonomyGetTermByName in core/modules/taxonomy/src/Tests/TermTest.php
Test taxonomy_term_load_multiple_by_name().
TermTest::testTaxonomyTermHierarchy in core/modules/taxonomy/src/Tests/TermTest.php
Test terms in a single and multiple hierarchy.
TermTest::testTermInterface in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTest::testTermMultipleParentsInterface in core/modules/taxonomy/src/Tests/TermTest.php
Test saving a term with multiple parents through the UI.
TermTest::testTermReorder in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermValidationTest::testValidation in core/modules/taxonomy/src/Tests/TermValidationTest.php
Tests the term validation constraints.
TestItemTest::testTestItem in core/modules/field/src/Tests/TestItemTest.php
Tests using entity fields of the field field type.
TestItemWithDependenciesTest::testTestItemWithDepenencies in core/modules/field/src/Tests/TestItemWithDependenciesTest.php
Tests that field types can add dependencies to field config entities.
TextFieldTest::testTextFieldValidation in core/modules/text/src/Tests/TextFieldTest.php
Test text field validation.
TextFormatterTest::testFormatters in core/modules/text/src/Tests/Formatter/TextFormatterTest.php
Tests all text field formatters.
TextWithSummaryItemTest::testCrudAndUpdate in core/modules/text/src/Tests/TextWithSummaryItemTest.php
Tests processed properties.
ThemeInfoTest::testChanges in core/modules/system/src/Tests/Theme/ThemeInfoTest.php
Tests that changes to the info file are picked up.
ThemeInstallerTest::testInstall in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests installing a theme.
ThemeInstallerTest::testUninstall in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests uninstalling a theme.
ThemeTest::testFindThemeTemplates in core/modules/system/src/Tests/Theme/ThemeTest.php
Tests drupal_find_theme_templates().
ThemeTest::testInstallAndSetAsDefault in core/modules/system/src/Tests/System/ThemeTest.php
Tests installing a theme and setting it as default.
ThemeTest::testRegionClass in core/modules/system/src/Tests/Theme/ThemeTest.php
Tests that region attributes can be manipulated via preprocess functions.
ThemeTest::testSuggestionPreprocessForDefaults in core/modules/system/src/Tests/Theme/ThemeTest.php
Ensures suggestion preprocess functions run for default implementations.
ThemeTest::testSwitchDefaultTheme in core/modules/system/src/Tests/System/ThemeTest.php
Test switching the default theme.
ThemeTest::testThemeSettings in core/modules/system/src/Tests/System/ThemeTest.php
Test the theme settings form.
ThemeTest::testThemeSuggestions in core/modules/system/src/Tests/Theme/ThemeTest.php
Test function theme_get_suggestions() for SA-CORE-2009-003.
ThemeTokenTest::testThemeToken in core/modules/system/src/Tests/Theme/ThemeTokenTest.php
Tests if the 'theme_token' key of 'ajaxPageState' is computed.
TokenReplaceTest::testTaxonomyTokenReplacement in core/modules/taxonomy/src/Tests/TokenReplaceTest.php
Creates some terms and a node, then tests the tokens generated from them.
TokenReplaceTest::testTokenReplacement in core/modules/views/src/Tests/TokenReplaceTest.php
Tests core token replacements generated from a view.
TokenReplaceUnitTest::testClear in core/modules/system/src/Tests/System/TokenReplaceUnitTest.php
Tests the clear parameter.
TokenReplaceUnitTest::testSystemDateTokenReplacement in core/modules/system/src/Tests/System/TokenReplaceUnitTest.php
Tests the generation of all system date tokens.
TokenReplaceUnitTest::testSystemSiteTokenReplacement in core/modules/system/src/Tests/System/TokenReplaceUnitTest.php
Tests the generation of all system site information tokens.
TokenReplaceUnitTest::testSystemTokenRecognition in core/modules/system/src/Tests/System/TokenReplaceUnitTest.php
Test whether token-replacement works in various contexts.
ToolbarAdminMenuTest::testNonCurrentUserAccountUpdates in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that changes to a user account by another user clears the changed account's toolbar cached, not the user's who took the action.
ToolbarAdminMenuTest::testSubtreesJsonRequest in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that the 'toolbar/subtrees/{hash}' is reachable and correct.
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Exercises the toolbar_user_role_update() and toolbar_user_update() hook implementations.
ToolbarMenuTranslationTest::testToolbarClasses in core/modules/toolbar/src/Tests/ToolbarMenuTranslationTest.php
Tests that toolbar classes don't change when adding a translation.
ToolkitGdTest::testManipulations in core/modules/system/src/Tests/Image/ToolkitGdTest.php
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
ToolkitGdTest::testMissingOperation in core/modules/system/src/Tests/Image/ToolkitGdTest.php
Tests calling a missing image operation plugin.
ToolkitSetupFormTest::testToolkitSetupForm in core/modules/system/src/Tests/Image/ToolkitSetupFormTest.php
Test Image toolkit setup form.
ToolkitTest::testApply in core/modules/system/src/Tests/Image/ToolkitTest.php
Test the image_apply() function.
ToolkitTest::testApplyNoParameters in core/modules/system/src/Tests/Image/ToolkitTest.php
Test the image_apply() function.
ToolkitTest::testLoad in core/modules/system/src/Tests/Image/ToolkitTest.php
Tests Image's methods.
TourTest::testTourFunctionality in core/modules/tour/src/Tests/TourTest.php
Test tour functionality.
TranslationTest::testTranslatableFieldSaveLoad in core/modules/field/src/Tests/TranslationTest.php
Test translatable fields storage/retrieval.
TriggeringElementProgrammedUnitTest::validateForm in core/modules/system/src/Tests/Form/TriggeringElementProgrammedUnitTest.php
Form validation handler.
TwigEnvironmentTest::testInlineTemplate in core/modules/system/src/Tests/Theme/TwigEnvironmentTest.php
Tests inline templates.
TwigExtensionTest::testTwigExtensionLoaded in core/modules/system/src/Tests/Theme/TwigExtensionTest.php
Tests that the provided Twig extension loads the service appropriately.
TwigLoaderTest::testTwigLoaderAddition in core/modules/system/src/Tests/Theme/TwigLoaderTest.php
Tests adding an additional twig loader to the loader chain.
TwigTransTest::setUp in core/modules/system/src/Tests/Theme/TwigTransTest.php
Sets up a Drupal site for running functional and integration tests.
TypedDataDefinitionTest::testDataReferences in core/modules/system/src/Tests/TypedData/TypedDataDefinitionTest.php
Tests deriving metadata from data references.
TypedDataDefinitionTest::testLists in core/modules/system/src/Tests/TypedData/TypedDataDefinitionTest.php
Tests deriving metadata about list items.
TypedDataDefinitionTest::testMaps in core/modules/system/src/Tests/TypedData/TypedDataDefinitionTest.php
Tests deriving metadata about maps.
TypedDataTest::testGetAndSet in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests the basics around constructing and working with typed data objects.
TypedDataTest::testTypedDataLists in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests using typed data lists.
TypedDataTest::testTypedDataListsFilter in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests the filter() method on typed data lists.
TypedDataTest::testTypedDataMaps in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests using a typed data map.
TypedDataTest::testTypedDataValidation in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests typed data validation.
UninstallTest::testUninstallPage in core/modules/system/src/Tests/Module/UninstallTest.php
Tests the Uninstall page and Uninstall confirmation page.
UnmanagedCopyTest::testNormal in core/modules/system/src/Tests/File/UnmanagedCopyTest.php
Copy a normal file.
UnmanagedMoveTest::testNormal in core/modules/system/src/Tests/File/UnmanagedMoveTest.php
Move a normal file.
UnmanagedSaveDataTest::testFileSaveData in core/modules/system/src/Tests/File/UnmanagedSaveDataTest.php
Test the file_unmanaged_save_data() function.
UpdateApiEntityDefinitionUpdateTest::testMultipleUpdates in core/modules/system/src/Tests/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
Tests that multiple updates applied in bulk work as expected.
UpdateApiEntityDefinitionUpdateTest::testSingleUpdates in core/modules/system/src/Tests/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
Tests that individual updates applied sequentially work as expected.
UpdateComplexTest::testSubSelectUpdate in core/modules/system/src/Tests/Database/UpdateComplexTest.php
Test UPDATE with a subselect value.
UpdateComplexTest::testUpdateExpression in core/modules/system/src/Tests/Database/UpdateComplexTest.php
Tests UPDATE with expression values.
UpdateComplexTest::testUpdateOnlyExpression in core/modules/system/src/Tests/Database/UpdateComplexTest.php
Tests UPDATE with only expression values.
UpdateCoreTest::testFetchTasks in core/modules/update/src/Tests/UpdateCoreTest.php
Tests that exactly one fetch task per project is created and not more.
UpdatePathRC1TestBaseFilledTest::testUpdatedSite in core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathRC1TestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php
Tests that the database was properly loaded.
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/src/Tests/Update/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathTestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php
Tests that the database was properly loaded.
UpdatePathTestBaseTest::testUpdateHookN in core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php
Test that updates are properly run.
UpdatePostUpdateFailingTest::testPostUpdate in core/modules/system/src/Tests/Update/UpdatePostUpdateFailingTest.php
Tests hook_post_update_NAME().
UpdatePostUpdateTest::testPostUpdate in core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php
Tests hook_post_update_NAME().
UpdaterTest::testGetProjectTitleWithChild in core/modules/system/src/Tests/Extension/UpdaterTest.php
Tests project and child project showing correct title.
UpdateSchemaTest::testUpdateHooks in core/modules/system/src/Tests/Update/UpdateSchemaTest.php
Tests that update hooks are properly run.
UpdateScriptTest::testMaintenanceModeUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php while in maintenance mode.
UpdateScriptTest::testSuccessfulUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php after performing a successful update.
UpdateScriptTest::testThemeSystem in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests the effect of using the update script on the theme system.
UpdateScriptTest::updateScriptTest in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Helper function to run updates via the browser.
UpdatesWith7xTest::testWith7x in core/modules/system/src/Tests/Update/UpdatesWith7xTest.php
UpdateTest::testPatchUpdate in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UpdateTest::testUpdateUser in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid update requests for the 'user' entity type.
UpdateUploadTest::testUpdateDirectory in core/modules/update/src/Tests/UpdateUploadTest.php
Tests only an *.info.yml file are detected without supporting files.
UpdateUploadTest::testUploadModule in core/modules/update/src/Tests/UpdateUploadTest.php
Tests upload, extraction, and update of a module.
UpsertTest::testUpsert in core/modules/system/src/Tests/Database/UpsertTest.php
Confirms that we can upsert (update-or-insert) records successfully.
UrlRewritingTest::testPublicManagedFileURL in core/modules/system/src/Tests/File/UrlRewritingTest.php
Tests the rewriting of public managed file URLs by hook_file_url_alter().
UrlRewritingTest::testShippedFileURL in core/modules/system/src/Tests/File/UrlRewritingTest.php
Tests the rewriting of shipped file URLs by hook_file_url_alter().
UrlTest::testDrupalGetQueryParameters in core/modules/system/src/Tests/Common/UrlTest.php
Tests UrlHelper::filterQueryParameters().
UrlTest::testDrupalParseUrl in core/modules/system/src/Tests/Common/UrlTest.php
Tests UrlHelper::parse().
UrlTest::testExternalUrls in core/modules/system/src/Tests/Common/UrlTest.php
Tests external URL handling.
UrlTest::testFormUrl in core/modules/system/src/Tests/Form/UrlTest.php
Tests that #type 'url' fields are properly validated and trimmed.
UrlTest::testLinkBubbleableMetadata in core/modules/system/src/Tests/Common/UrlTest.php
Tests that #type=link bubbles outbound route/path processors' metadata.
UrlTest::testLinkRenderArrayText in core/modules/system/src/Tests/Common/UrlTest.php
Tests that link functions support render arrays as 'text'.
UsageTest::testAddUsage in core/modules/file/src/Tests/UsageTest.php
Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::add().
UsageTest::testGetUsage in core/modules/file/src/Tests/UsageTest.php
Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::listUsage().
UsageTest::testRemoveUsage in core/modules/file/src/Tests/UsageTest.php
Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::delete().
UserAccountFormFieldsTest::assertFieldOrder in core/modules/user/src/Tests/UserAccountFormFieldsTest.php
Asserts that the 'name' form element is directly before the 'pass' element.
UserAccountLinksTest::testDisabledAccountLink in core/modules/user/src/Tests/UserAccountLinksTest.php
Tests disabling the 'My account' link.
UserAccountLinksTest::testSecondaryMenu in core/modules/user/src/Tests/UserAccountLinksTest.php
Tests the secondary menu.
UserActionConfigSchemaTest::testValidUserActionConfigSchema in core/modules/user/src/Tests/UserActionConfigSchemaTest.php
Tests whether the user action config schema are valid.
UserAdminListingTest::testUserListing in core/modules/user/src/Tests/UserAdminListingTest.php
Tests the listing.
UserAdminTest::testUserAdmin in core/modules/user/src/Tests/UserAdminTest.php
Registers a user and deletes it.
UserCancelTest::testUserAnonymize in core/modules/user/src/Tests/UserCancelTest.php
Delete account and anonymize all content.
UserCreateTest::testUserAdd in core/modules/user/src/Tests/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserDataTest::testDataField in core/modules/user/src/Tests/Views/UserDataTest.php
Tests field handler.
UserEditTest::testUserEdit in core/modules/user/src/Tests/UserEditTest.php
Test user edit page.
UserEntityCallbacksTest::testLabelCallback in core/modules/user/src/Tests/UserEntityCallbacksTest.php
Test label callback.
UserEntityReferenceTest::testUserSelectionByRole in core/modules/user/src/Tests/UserEntityReferenceTest.php
Tests user selection by roles.
UserEntityTest::testUserMethods in core/modules/user/src/Tests/UserEntityTest.php
Tests some of the methods.
UserInstallTest::testUserInstall in core/modules/user/src/Tests/UserInstallTest.php
Test that the initial users have correct values.
UserLanguageCreationTest::testLocalUserCreation in core/modules/user/src/Tests/UserLanguageCreationTest.php
Functional test for language handling during user creation.
UserNameFormatterTest::testFormatter in core/modules/user/src/Tests/Field/UserNameFormatterTest.php
Tests the formatter output.
UserPasswordResetTest::testResetImpersonation in core/modules/user/src/Tests/UserPasswordResetTest.php
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/src/Tests/UserPasswordResetTest.php
Tests password reset functionality.
UserPictureTest::testPictureOnNodeComment in core/modules/user/src/Tests/UserPictureTest.php
Tests embedded users on node pages.
UserRegistrationTest::testRegistrationDefaultValues in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/src/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserRoleAdminTest::testRoleAdministration in core/modules/user/src/Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRoleAdminTest::testRoleWeightOrdering in core/modules/user/src/Tests/UserRoleAdminTest.php
Test user role weight change operation and ordering.
UserRoleConditionTest::testConditions in core/modules/user/src/Tests/Condition/UserRoleConditionTest.php
Test the user_role condition.
UserSaveStatusTest::testUserSaveStatus in core/modules/user/src/Tests/UserSaveStatusTest.php
Test SAVED_NEW and SAVED_UPDATED statuses for user entity type.
UserTokenReplaceTest::testUserTokenReplacement in core/modules/user/src/Tests/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
UserValidationTest::assertAllowedValuesViolation in core/modules/user/src/Tests/UserValidationTest.php
Verifies that a AllowedValues violation exists for the given field.
UserValidationTest::assertLengthViolation in core/modules/user/src/Tests/UserValidationTest.php
Verifies that a length violation exists for the given field.
UserValidationTest::testValidation in core/modules/user/src/Tests/UserValidationTest.php
Runs entity validation checks.
ValidateTest::testCallerValidation in core/modules/file/src/Tests/ValidateTest.php
Test that the validators passed into are checked.
ValidatorTest::testFileValidateExtensions in core/modules/file/src/Tests/ValidatorTest.php
Test the file_validate_extensions() function.
ValidatorTest::testFileValidateImageResolution in core/modules/file/src/Tests/ValidatorTest.php
This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large.
ValidatorTest::testFileValidateIsImage in core/modules/file/src/Tests/ValidatorTest.php
This ensures a specific file is actually an image.
ValidatorTest::testFileValidateNameLength in core/modules/file/src/Tests/ValidatorTest.php
This will ensure the filename length is valid.
ValidatorTest::testFileValidateSize in core/modules/file/src/Tests/ValidatorTest.php
Test file_validate_size().
ValidReferenceConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Entity/ValidReferenceConstraintValidatorTest.php
Tests the ValidReferenceConstraintValidator.
VersionTest::testModuleVersions in core/modules/system/src/Tests/Module/VersionTest.php
Test version dependencies.
ViewAjaxTest::testAjaxView in core/modules/views/src/Tests/ViewAjaxTest.php
Tests an ajax view.
ViewEditTest::testEditFormLanguageOptions in core/modules/views_ui/src/Tests/ViewEditTest.php
Tests the language options on the views edit form.
ViewElementTest::testViewElement in core/modules/views/src/Tests/ViewElementTest.php
Tests the rendered output and form output of a view element.
ViewElementTest::testViewElementEmbed in core/modules/views/src/Tests/ViewElementTest.php
Tests the rendered output and form output of a view element, using the embed display plugin.
ViewEntityDependenciesTest::testGetDependencies in core/modules/views/src/Tests/Entity/ViewEntityDependenciesTest.php
Tests the getDependencies method.
ViewExecutableTest::testDisplays in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the display related methods and properties.
ViewExecutableTest::testGetHandlers in core/modules/views/src/Tests/ViewExecutableTest.php
Tests ViewExecutable::getHandlers().
ViewExecutableTest::testGetHandlerTypes in core/modules/views/src/Tests/ViewExecutableTest.php
Tests ViewExecutable::getHandlerTypes().
ViewExecutableTest::testInitMethods in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the initDisplay() and initHandlers() methods.
ViewExecutableTest::testProperties in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the accessing of values on the object.
ViewExecutableTest::testPropertyMethods in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the setting/getting of properties.
ViewExecutableTest::testValidate in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the validation of display handlers.
ViewRenderTest::testRender in core/modules/views/src/Tests/ViewRenderTest.php
Tests render functionality.
ViewsBlockTest::testMachineNameSuggestion in core/modules/views/src/Tests/Plugin/ViewsBlockTest.php
Tests that ViewsBlock::getMachineNameSuggestion() produces the right value.
ViewsDataTest::testOptionsFieldViewsData in core/modules/options/src/Tests/Views/ViewsDataTest.php
Tests the option module's implementation of hook_field_views_data().
ViewsEntitySchemaSubscriberIntegrationTest::testBaseTableRename in core/modules/views/src/Tests/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
Tests that renaming base tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testDataTableAddition in core/modules/views/src/Tests/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
Tests that adding data tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testDataTableRename in core/modules/views/src/Tests/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
Tests that renaming data tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionBaseTableRename in core/modules/views/src/Tests/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
Tests that renaming revision tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDataTableRename in core/modules/views/src/Tests/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
Tests that renaming revision tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionEnabling in core/modules/views/src/Tests/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
Tests that enabling revisions doesn't do anything.
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdates in core/modules/views/src/Tests/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
Tests a bunch possible entity definition table updates.
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdatesForRevisionView in core/modules/views/src/Tests/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
Tests some possible entity table updates for a revision view.
ViewsEscapingTest::testViewsViewFieldsEscaping in core/modules/views/src/Tests/ViewsEscapingTest.php
Tests for incorrectly escaped markup in the views-view-fields.html.twig.
ViewsIntegrationTest::testIntegration in core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php
Tests the integration.
ViewsListTest::testViewsListLimit in core/modules/views_ui/src/Tests/ViewsListTest.php
Tests that the views list does not use a pager.
ViewsSqlExceptionTest::testSqlException in core/modules/views/src/Tests/Plugin/ViewsSqlExceptionTest.php
Test for the SQL exception.
ViewsThemeIntegrationTest::testThemedViewPage in core/modules/views/src/Tests/ViewsThemeIntegrationTest.php
Tests for exceptions and successful execution of hook_views_pre_render() and hook_views_post_render() in theme and subtheme.
ViewStorageTest::displayMethodTests in core/modules/views/src/Tests/ViewStorageTest.php
Tests the display related functions like getDisplaysList().
ViewStorageTest::displayTests in core/modules/views/src/Tests/ViewStorageTest.php
Tests adding, saving, and loading displays on configuration entities.
ViewStorageTest::loadTests in core/modules/views/src/Tests/ViewStorageTest.php
Tests loading configuration entities.
ViewStorageTest::testCreateDuplicate in core/modules/views/src/Tests/ViewStorageTest.php
Tests the createDuplicate() View method.
VocabularyCrudTest::testTaxonomyVocabularyDeleteWithTerms in core/modules/taxonomy/src/Tests/VocabularyCrudTest.php
Test deleting a taxonomy that contains terms.
VocabularyCrudTest::testTaxonomyVocabularyLoadMultiple in core/modules/taxonomy/src/Tests/VocabularyCrudTest.php
Tests for loading multiple vocabularies.
VocabularyCrudTest::testTaxonomyVocabularyLoadStaticReset in core/modules/taxonomy/src/Tests/VocabularyCrudTest.php
Ensure that the vocabulary static reset works correctly.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyUiTest::testTaxonomyAdminChangingWeights in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Changing weights on the vocabulary overview with two or more vocabularies.
WebTestBase::assertUrl in core/modules/simpletest/src/WebTestBase.php
Passes if the internal browser's URL matches the given path.
WebTestBase::drupalCreateContentType in core/modules/simpletest/src/WebTestBase.php
Creates a custom content type based on default settings.
WidgetPluginManagerTest::testNotApplicableFallback in core/modules/field/src/Tests/WidgetPluginManagerTest.php
Tests that getInstance falls back on default if current is not applicable.
WizardPluginBaseKernelTest::testCreateView in core/modules/views/src/Tests/Wizard/WizardPluginBaseKernelTest.php
Tests the creating of a view.
WizardTest::testCommentWizard in core/modules/comment/src/Tests/Views/WizardTest.php
Tests adding a view of comments.
XssUnitTest::testT in core/modules/system/src/Tests/Common/XssUnitTest.php
Tests t() functionality.