You are here

743 calls to RandomGeneratorTrait::randomMachineName() in Zircon Profile 8

ActionUnitTest::testOperations in core/modules/system/src/Tests/Action/ActionUnitTest.php
Tests the functionality of test actions.
AddFeedTest::testBasicFeedAddNoTitle in core/modules/system/src/Tests/Common/AddFeedTest.php
Tests attaching feeds with paths, URLs, and titles.
AggregatorTestBase::createSampleNodes in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Creates sample article nodes.
AggregatorTestBase::getFeedEditArray in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Returns a randomly generated feed edit array.
AggregatorTestBase::getFeedEditObject in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Returns a randomly generated feed edit object.
AliasTest::testWhitelist in core/modules/system/src/Tests/Path/AliasTest.php
Tests the alias whitelist.
AreaEntityTest::testEntityArea in core/modules/views/src/Tests/Handler/AreaEntityTest.php
Tests the area handler.
AreaTest::testRenderArea in core/modules/views/src/Tests/Handler/AreaTest.php
Tests the rendering of 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.
AreaTest::testUI in core/modules/views/src/Tests/Handler/AreaTest.php
Tests the generic UI of a area handler.
AreaTextTest::testAreaText in core/modules/views/src/Tests/Handler/AreaTextTest.php
ArgumentDefaultTest::testArgumentDefaultFixed in core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php
Tests fixed default argument.
ArgumentStringTest::testGlossary in core/modules/views/src/Tests/Handler/ArgumentStringTest.php
Tests the glossary feature.
ArgumentValidateTest::testArgumentValidateUserName in core/modules/user/src/Tests/Views/ArgumentValidateTest.php
Tests the UserName argument validator.
ArgumentValidatorTest::testArgumentValidatorPlugin in core/modules/views/src/Tests/Plugin/ArgumentValidatorTest.php
Tests the argument validator test plugin.
BasicAuthTest::testBasicAuth in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test http basic authentication.
BasicAuthTest::testUnauthorizedErrorMessage in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Tests if a comprehensive message is displayed when the route is denied.
BasicTest::testViewsWizardAndListing in core/modules/views/src/Tests/Wizard/BasicTest.php
BasicTest::testWizardDefaultValues in core/modules/views/src/Tests/Wizard/BasicTest.php
Tests default plugin values are populated from the wizard form.
BlockCacheTest::testCachePermissions in core/modules/block/src/Tests/BlockCacheTest.php
Test a cacheable block without any additional cache context.
BlockCacheTest::testCachePerPage in core/modules/block/src/Tests/BlockCacheTest.php
Test "url" cache context.
BlockCacheTest::testCachePerRole in core/modules/block/src/Tests/BlockCacheTest.php
Test "user.roles" cache context.
BlockCacheTest::testCachePerUser in core/modules/block/src/Tests/BlockCacheTest.php
Test "user" cache context.
BlockCacheTest::testNoCache in core/modules/block/src/Tests/BlockCacheTest.php
Test non-cacheable block.
BlockConfigSchemaTest::testBlockConfigSchema in core/modules/block/src/Tests/BlockConfigSchemaTest.php
Tests the block config schema for block plugins.
BlockContentCreationTest::testBlockContentCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block and verifies its consistency in the database.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testBlockDelete in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Test deleting a block.
BlockContentCreationTest::testDefaultBlockContentCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Create a default custom block.
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::setUp in core/modules/block_content/src/Tests/BlockContentRevisionsTest.php
Sets the test up.
BlockContentRevisionsTest::testRevisions in core/modules/block_content/src/Tests/BlockContentRevisionsTest.php
Checks block revision related operations.
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/BlockContentTestBase.php
Creates a custom block.
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::createBlockContent in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Creates a custom block.
BlockContentTranslationUITest::getNewEntityValues in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Returns an array of entity field values to be tested.
BlockContentTranslationUITest::testDisabledBundle in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Test that no metadata is stored for a disabled bundle.
BlockContentTypeTest::testsBlockContentAddTypes in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests that redirects work as expected when multiple block types exist.
BlockContentValidationTest::testValidation in core/modules/block_content/src/Tests/BlockContentValidationTest.php
Tests the block content validation constraints.
BlockDependenciesTest::createBlock in core/modules/views/src/Tests/Plugin/BlockDependenciesTest.php
Creates a block instance based on default settings.
BlockHookOperationTest::testBlockOperationAlter in core/modules/block/src/Tests/BlockHookOperationTest.php
BlockHtmlTest::setUp in core/modules/block/src/Tests/BlockHtmlTest.php
Sets up a Drupal site for running functional and integration tests.
BlockLanguageCacheTest::testBlockLinks in core/modules/block/src/Tests/BlockLanguageCacheTest.php
Creates a block in a language, check blocks page in all languages.
BlockLanguageTest::testLanguageBlockVisibility in core/modules/block/src/Tests/BlockLanguageTest.php
Tests the visibility settings for the blocks based on language.
BlockLanguageTest::testMultipleLanguageTypes in core/modules/block/src/Tests/BlockLanguageTest.php
Tests block language visibility with different language types.
BlockTest::testBlock in core/modules/block/src/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
BlockTest::testBlockThemeSelector in core/modules/block/src/Tests/BlockTest.php
Tests that the block form has a theme selector when not passed via the URL.
BlockTest::testBlockToggleVisibility in core/modules/block/src/Tests/BlockTest.php
Tests that visibility can be properly toggled.
BlockTest::testBlockUserRoleDelete in core/modules/block/src/Tests/BlockTest.php
Tests block_user_role_delete.
BlockTest::testBlockVisibility in core/modules/block/src/Tests/BlockTest.php
Tests block visibility.
BlockTest::testBlockVisibilityListedEmpty in core/modules/block/src/Tests/BlockTest.php
Test block visibility when leaving "pages" textarea empty.
BlockTest::testHideBlockTitle in core/modules/block/src/Tests/BlockTest.php
Test block title display settings.
BlockUiTest::testBlockPlacementIndicator in core/modules/block/src/Tests/BlockUiTest.php
Tests the block placement indicator.
BlockViewBuilderTest::testBlockViewBuilderBuildAlter in core/modules/block/src/Tests/BlockViewBuilderTest.php
Tests block build altering.
BlockXssTest::doViewTest in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS coming from View block labels.
BlockXssTest::testXssInTitle in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS in title.
BookTest::createBookNode in core/modules/book/src/Tests/BookTest.php
Creates a book node.
BookUninstallTest::testBookUninstall in core/modules/book/src/Tests/BookUninstallTest.php
Tests the book_system_info_alter() method.
BooleanFieldTest::testBooleanField in core/modules/field/src/Tests/Boolean/BooleanFieldTest.php
Tests boolean field.
BooleanFormatterSettingsTest::setUp in core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php
Sets up a Drupal site for running functional and integration tests.
BooleanFormatterTest::setUp in core/modules/field/src/Tests/Boolean/BooleanFormatterTest.php
Performs setup tasks before each individual test method is run.
BooleanItemTest::testBooleanItem in core/modules/field/src/Tests/Boolean/BooleanItemTest.php
Tests using entity fields of the boolean field type.
BreadcrumbTest::testBreadCrumbs in core/modules/system/src/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BrowserTestBase::drupalCreateRole in core/modules/simpletest/src/BrowserTestBase.php
Creates a role with specified permissions.
BrowserTestBase::drupalCreateUser in core/modules/simpletest/src/BrowserTestBase.php
Creates a user with a given set of permissions.
BrowserTestBase::installDrupal in core/modules/simpletest/src/BrowserTestBase.php
Installs Drupal into the Simpletest site.
BulkFormTest::setUp in core/modules/node/src/Tests/Views/BulkFormTest.php
Sets up a Drupal site for running functional and integration tests.
ClearTest::setUp in core/modules/system/src/Tests/Cache/ClearTest.php
Sets up a Drupal site for running functional and integration tests.
CommentActionsTest::testCommentPublishUnpublishActions in core/modules/comment/src/Tests/CommentActionsTest.php
Tests comment publish and unpublish actions.
CommentActionsTest::testCommentUnpublishByKeyword in core/modules/comment/src/Tests/CommentActionsTest.php
Tests the unpublish comment by keyword action.
CommentAdminTest::testApprovalAdminInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Test comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalNodeInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Tests comment approval functionality through the node interface.
CommentAdminTest::testEditComment in core/modules/comment/src/Tests/CommentAdminTest.php
Tests editing a comment as an admin.
CommentAnonymousTest::testAnonymous in core/modules/comment/src/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentAttributesTest::saveComment in core/modules/rdf/src/Tests/CommentAttributesTest.php
Creates a comment entity.
CommentAttributesTest::testCommentRdfaMarkup in core/modules/rdf/src/Tests/CommentAttributesTest.php
Tests if RDFa markup for meta information is present in comments.
CommentBlockTest::testRecentCommentBlock in core/modules/comment/src/Tests/CommentBlockTest.php
Tests the recent comments block.
CommentBookTest::testBookCommentPrint in core/modules/comment/src/Tests/CommentBookTest.php
Tests comments in book export.
CommentCSSTest::testCommentClasses in core/modules/comment/src/Tests/CommentCSSTest.php
Tests CSS classes on comments.
CommentDefaultFormatterCacheTagsTest::testCacheTags in core/modules/comment/src/Tests/CommentDefaultFormatterCacheTagsTest.php
Tests the bubbling of cache tags.
CommentFieldsTest::testCommentInstallAfterContentModule in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests that comment module works when installed after a content module.
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.
CommentLinksAlterTest::testCommentLinksAlter in core/modules/comment/src/Tests/CommentLinksAlterTest.php
Tests comment links altering.
CommentLinksTest::testCommentLinks in core/modules/comment/src/Tests/CommentLinksTest.php
Tests that comment links are output and can be hidden.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/modules/comment/src/Tests/CommentNewIndicatorTest.php
Tests new comment marker.
CommentNodeAccessTest::testThreadedCommentView in core/modules/comment/src/Tests/CommentNodeAccessTest.php
Test that threaded comments can be viewed.
CommentNodeChangesTest::testNodeDeletion in core/modules/comment/src/Tests/CommentNodeChangesTest.php
Tests that comments are deleted with the node.
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.
CommentPagerTest::testCommentNewPageIndicator in core/modules/comment/src/Tests/CommentPagerTest.php
Tests calculation of first page with new comment.
CommentPagerTest::testCommentOrderingThreading in core/modules/comment/src/Tests/CommentPagerTest.php
Tests comment ordering and threading.
CommentPagerTest::testCommentPaging in core/modules/comment/src/Tests/CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment preview.
CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment preview.
CommentRssTest::testCommentRss in core/modules/comment/src/Tests/CommentRssTest.php
Tests comments as part of an RSS feed.
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.
CommentTitleTest::testCommentEmptyTitles in core/modules/comment/src/Tests/CommentTitleTest.php
Tests markup for comments with empty titles.
CommentTitleTest::testCommentPopulatedTitles in core/modules/comment/src/Tests/CommentTitleTest.php
Tests markup for comments with populated titles.
CommentTokenReplaceTest::testCommentTokenReplacement in core/modules/comment/src/Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
CommentTranslationUITest::getNewEntityValues in core/modules/comment/src/Tests/CommentTranslationUITest.php
Returns an array of entity field values to be tested.
CommentTranslationUITest::setUp in core/modules/comment/src/Tests/CommentTranslationUITest.php
Sets up a Drupal site for running functional and integration tests.
CommentUserNameTest::setUp in core/modules/comment/src/Tests/Views/CommentUserNameTest.php
Performs setup tasks before each individual test method is run.
CommentUserNameTest::testUsername in core/modules/comment/src/Tests/Views/CommentUserNameTest.php
Test the username formatter.
CommentValidationTest::testValidation in core/modules/comment/src/Tests/CommentValidationTest.php
Tests the comment validation constraints.
CommentViewKernelTestBase::setUp in core/modules/comment/src/Tests/Views/CommentViewKernelTestBase.php
Performs setup tasks before each individual test method is run.
ConditionFormTest::testConfigForm in core/modules/system/src/Tests/Condition/ConditionFormTest.php
Submit the condition_node_type_test_form to test condition forms.
ConfigDiffTest::testDiff in core/modules/config/src/Tests/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
ConfigEntityQueryTest::setUp in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
Performs setup tasks before each individual test method is run.
ConfigEntityQueryTest::testLookupKeys in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
Tests lookup keys are added to the key value store.
ConfigEntityQueryTest::testStringIdConditions in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
Tests ID conditions.
ConfigEntityStatusTest::testCRUD in core/modules/config/src/Tests/ConfigEntityStatusTest.php
Tests the enabling/disabling of entities.
ConfigEntityStatusUITest::testCRUD in core/modules/config/src/Tests/ConfigEntityStatusUITest.php
Tests status operations.
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.
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::testSerialization in core/modules/config/src/Tests/ConfigFileContentTest.php
Tests serialization of configuration to file.
ConfigImportRecreateTest::testRecreateEntity in core/modules/config/src/Tests/ConfigImportRecreateTest.php
ConfigImportRenameValidationTest::testRenameValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Tests configuration renaming validation.
ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php
Tests translating the site name.
ConfigTranslationListUiTest::doBlockListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the block listing for the translate operation.
ConfigTranslationListUiTest::doContactFormsListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the contact forms listing for the translate operation.
ConfigTranslationListUiTest::doContentTypeListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the content type listing for the translate operation.
ConfigTranslationListUiTest::doCustomContentTypeListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the custom block listing for the translate operation.
ConfigTranslationListUiTest::doFieldListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the field listing for the translate operation.
ConfigTranslationListUiTest::doFormatsListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the formats listing for the translate operation.
ConfigTranslationListUiTest::doMenuListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the menu listing for the translate operation.
ConfigTranslationListUiTest::doResponsiveImageListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the responsive image mapping listing for the translate operation.
ConfigTranslationListUiTest::doShortcutListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the shortcut listing for the translate operation.
ConfigTranslationListUiTest::doUserRoleListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the role listing for the translate operation.
ConfigTranslationListUiTest::doVocabularyListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the vocabulary listing for the translate operation.
ConfigTranslationOverviewTest::testMapperListPage in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Tests the config translation mapper page.
ConfigTranslationUiTest::testFieldConfigTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the translation of field and field storage configuration.
ConfigTranslationUiTest::testLocaleDBStorage in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test translation storage in locale storage.
ConfigurableLanguageTest::testName in core/modules/language/src/Tests/ConfigurableLanguageTest.php
Tests configurable language name methods.
ConfigurationTest::testActionConfiguration in core/modules/action/src/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ConnectionTest::testConnectionRouting in core/modules/system/src/Tests/Database/ConnectionTest.php
Tests that connections return appropriate connection objects.
ContactFieldsTest::setUp in core/modules/contact/src/Tests/Views/ContactFieldsTest.php
Sets up a Drupal site for running functional and integration tests.
ContactPersonalTest::checkContactAccess in core/modules/contact/src/Tests/ContactPersonalTest.php
Creates a user and then checks contact form access.
ContactPersonalTest::submitPersonalContact in core/modules/contact/src/Tests/ContactPersonalTest.php
Fills out a user's personal contact form and submits it.
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.
ContentTranslationContextualLinksTest::setUp in core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php
Sets up a Drupal site for running functional and integration tests.
ContentTranslationSyncImageTest::testImageFieldSync in core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php
Tests image field field synchronization.
ContentTranslationSyncUnitTest::testFieldSync in core/modules/content_translation/src/Tests/ContentTranslationSyncUnitTest.php
Tests the field synchronization algorithm.
ContentTranslationUITestBase::doTestAuthoringInfo in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the translation authoring information.
ContentTranslationUITestBase::getNewEntityValues in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Returns an array of entity field values to be tested.
ContentTranslationWorkflowsTest::setupEntity in core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php
Creates a test entity and translate it.
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.
CronQueueTest::testExceptions in core/modules/system/src/Tests/System/CronQueueTest.php
Tests that exceptions thrown by workers are handled properly.
CronRunTest::testCronRun in core/modules/system/src/Tests/System/CronRunTest.php
Test cron runs.
DatabaseBackendUnitTest::testSetGet in core/modules/system/src/Tests/Cache/DatabaseBackendUnitTest.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
DatabaseStorageExpirableTest::testCRUDWithExpiration in core/modules/system/src/Tests/KeyValueStore/DatabaseStorageExpirableTest.php
Tests CRUD functionality with expiration.
DatabaseStorageExpirableTest::testExpiration in core/modules/system/src/Tests/KeyValueStore/DatabaseStorageExpirableTest.php
Tests data expiration.
DateFormatsMachineNameTest::testDateFormatsMachineNameAllowedValues in core/modules/system/src/Tests/System/DateFormatsMachineNameTest.php
Tests that date formats cannot be created with invalid machine names.
DateTimeFieldTest::setUp in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Sets up a Drupal site for running functional and integration tests.
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.
DateTimeTest::testDateFormatConfiguration in core/modules/system/src/Tests/System/DateTimeTest.php
Test date format configuration.
DbDumpTest::setUp in core/modules/system/src/Tests/Update/DbDumpTest.php
Performs setup tasks before each individual test method is run.
DbDumpTest::testScriptLoad in core/modules/system/src/Tests/Update/DbDumpTest.php
Test loading the script back into the database.
DbLogTest::doUser in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some user events.
DbLogTest::getContent in core/modules/dblog/src/Tests/DbLogTest.php
Creates random content based on node content type.
DbLogTest::getContentUpdate in core/modules/dblog/src/Tests/DbLogTest.php
Creates random content as an update based on node content type.
DbLogTest::testFilter in core/modules/dblog/src/Tests/DbLogTest.php
Tests the database log filter functionality at admin/reports/dblog.
DefaultViewsTest::createTerm in core/modules/views/src/Tests/DefaultViewsTest.php
Returns a new term with random properties in vocabulary $vid.
DefaultViewsTest::setUp in core/modules/views/src/Tests/DefaultViewsTest.php
Sets up a Drupal site for running functional and integration tests.
DefaultViewsTest::testDefaultViews in core/modules/views_ui/src/Tests/DefaultViewsTest.php
Tests default views.
DenormalizeTest::testBasicFieldDenormalization in core/modules/hal/src/Tests/DenormalizeTest.php
Test that non-reference fields can be denormalized.
DenormalizeTest::testPatchDenormalization in core/modules/hal/src/Tests/DenormalizeTest.php
Verifies that the denormalized entity is correct in the PATCH context.
DirectoryTest::testFileCheckDirectoryHandling in core/modules/system/src/Tests/File/DirectoryTest.php
Test directory handling functions.
DirectoryTest::testFileCheckLocalDirectoryHandling in core/modules/system/src/Tests/File/DirectoryTest.php
Test local directory handling functions.
DisplayApiTest::setUp in core/modules/field/src/Tests/DisplayApiTest.php
Set the default field storage backend for fields created during tests.
DisplayApiTest::testFieldEmpty in core/modules/field/src/Tests/DisplayApiTest.php
Tests that the prepareView() formatter method still fires for empty values.
DisplayApiTest::testFieldItemListView in core/modules/field/src/Tests/DisplayApiTest.php
Tests the FieldItemListInterface::view() method.
DisplayApiTest::testFieldItemView in core/modules/field/src/Tests/DisplayApiTest.php
Tests the FieldItemInterface::view() method.
DisplayBlockTest::testBlockCategory in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests default and custom block categories.
DisplayCRUDTest::testDuplicateDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests the duplicating of a display.
DisplayExtenderUITest::testDisplayExtenderUI in core/modules/views_ui/src/Tests/DisplayExtenderUITest.php
Tests the display extender UI.
DisplayFeedTest::testFeedOutput in core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
Tests the rendered output.
DisplayPathTest::doBasicPathUITest in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests basic functionality in configuring a view.
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.
DownloadTest::doPrivateFileTransferTest in core/modules/file/src/Tests/DownloadTest.php
Test the private file transfer system.
DuplicateTest::testDuplicateView in core/modules/views_ui/src/Tests/DuplicateTest.php
Checks if duplicated view exists and has correct label.
EditorAdminTest::testDisableFormatWithEditor in core/modules/editor/src/Tests/EditorAdminTest.php
Tests format disabling.
EditorFileReferenceFilterTest::testEditorFileReferenceFilter in core/modules/editor/src/Tests/EditorFileReferenceFilterTest.php
Tests the editor file reference filter.
EditorFilterIntegrationTest::testTextFormatIntegration in core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php
Tests text format removal or disabling.
EditorLoadingTest::testLoading in core/modules/editor/src/Tests/EditorLoadingTest.php
Tests loading of text editors.
EditorLoadingTest::testSupportedElementTypes in core/modules/editor/src/Tests/EditorLoadingTest.php
Test supported element types.
ElementsTableSelectTest::formSubmitHelper in core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
Helper function for the option check test to submit a form while collecting errors.
EmailFieldTest::testEmailField in core/modules/field/src/Tests/Email/EmailFieldTest.php
Tests email field.
EmailItemTest::testEmailItem in core/modules/field/src/Tests/Email/EmailItemTest.php
Tests using entity fields of the email field type.
EntityAutocompleteElementFormTest::setUp in core/modules/system/src/Tests/Entity/Element/EntityAutocompleteElementFormTest.php
Performs setup tasks before each individual test method is run.
EntityDisplayModeTest::testEntityFormModeUI in core/modules/field_ui/src/Tests/EntityDisplayModeTest.php
Tests the EntityFormMode user interface.
EntityDisplayModeTest::testEntityViewModeUI in core/modules/field_ui/src/Tests/EntityDisplayModeTest.php
Tests the EntityViewMode user interface.
EntityDisplayTest::testComponentDependencies in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests components dependencies additions.
EntityFieldTest::createTestEntity in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Creates a test entity.
EntityFieldTest::doTestReadWrite in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityFilteringThemeTest::setUp in core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php
Sets up a Drupal site for running functional and integration tests.
EntityFormTest::doTestFormCRUD in core/modules/system/src/Tests/Entity/EntityFormTest.php
Executes the form CRUD tests for the given entity type.
EntityFormTest::doTestMultilingualFormCRUD in core/modules/system/src/Tests/Entity/EntityFormTest.php
Executes the multilingual form CRUD tests for the given entity type ID.
EntityLanguageTestBase::setUp in core/modules/system/src/Tests/Entity/EntityLanguageTestBase.php
Performs setup tasks before each individual test method is run.
EntityOperationsTest::createRole in core/modules/system/src/Tests/Entity/EntityOperationsTest.php
EntityQueryRelationshipTest::setUp in core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php
Performs setup tasks before each individual test method is run.
EntityQueryTest::setUp in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Performs setup tasks before each individual test method is run.
EntityQueryTest::testBaseFieldMultipleColumns in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Test base fields with multiple columns.
EntityQueryTest::testCaseSensitivity in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Test case sensitive and in-sensitive query conditions.
EntityQueryTest::testCount in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Test that count queries are separated across entity types.
EntityReferenceAdminTest::createEntityReferenceField in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Creates a new Entity Reference fields with a given target type.
EntityReferenceAdminTest::setUp in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Sets up a Drupal site for running functional and integration tests.
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::testEntityReferenceDefaultConfigValue in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that dependencies due to default values can be removed.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceFieldTranslatedReferenceViewTest::createNotTranslatedReferencedEntity in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Create the referenced entity.
EntityReferenceFieldTranslatedReferenceViewTest::createReferencedEntityWithTranslation in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Create a referenced entity with a translation.
EntityReferenceFieldTranslatedReferenceViewTest::createReferrerEntity in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Create the referrer entity.
EntityReferenceFieldTranslatedReferenceViewTest::setUp in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Sets up a Drupal site for running functional and integration tests.
EntityReferenceFileUploadTest::testFileUpload in core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php
Tests that the autocomplete input element does not cause ajax fatal.
EntityReferenceFormatterTest::buildRenderArray in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Sets field values and returns a render array as built by \Drupal\Core\Field\FieldItemListInterface::view().
EntityReferenceFormatterTest::setUp in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Performs setup tasks before each individual test method is run.
EntityReferenceFormatterTest::testAccess in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Assert inaccessible items don't change the data of the fields.
EntityReferenceFormatterTest::testLabelFormatter in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Tests the label formatter.
EntityReferenceIntegrationTest::getTestEntities in core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php
Creates two content and two config test entities.
EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php
Tests the entity reference field with all its supported field widgets.
EntityReferenceItemTest::setUp in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Sets up the test.
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::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.
EntityReferenceRdfaTest::setUp in core/modules/rdf/src/Tests/Field/EntityReferenceRdfaTest.php
Set the default field storage backend for fields created during tests.
EntityReferenceSelectionReferenceableTest::setUp in core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php
EntityReferenceSettingsTest::setUp in core/modules/field/src/Tests/EntityReference/EntityReferenceSettingsTest.php
Performs setup tasks before each individual test method is run.
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.
EntitySerializationTest::setUp in core/modules/serialization/src/Tests/EntitySerializationTest.php
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.
EntityTranslationFormTest::testEntityFormLanguage in core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
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.
EntityUnitTestBase::createUser in core/modules/system/src/Tests/Entity/EntityUnitTestBase.php
Creates a user.
EntityUnitTestBase::generateRandomEntityId in core/modules/system/src/Tests/Entity/EntityUnitTestBase.php
Generates a random ID avoiding collisions.
EntityUUIDTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
EntityValidationTest::createTestEntity in core/modules/system/src/Tests/Entity/EntityValidationTest.php
Creates a test entity.
EntityViewBuilderTest::createTestEntity in core/modules/system/src/Tests/Entity/EntityViewBuilderTest.php
Creates an entity for testing.
EntityViewControllerTest::createTestEntity in core/modules/system/src/Tests/Entity/EntityViewControllerTest.php
Creates an entity for testing.
EntityViewControllerTest::testFieldItemAttributes in core/modules/system/src/Tests/Entity/EntityViewControllerTest.php
Tests field item attributes.
ExposedFormTest::testResetButton in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests whether the reset button works on an exposed form.
ExposedFormTest::testSubmitButton in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the submit button.
ExposedFormUITest::testExposedAdminUi in core/modules/views_ui/src/Tests/ExposedFormUITest.php
Tests the admin interface of exposed filter and sort items.
FeedParserTest::testInvalidFeed in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests error handling when an invalid feed is added.
FeedParserTest::testRedirectFeed in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests that a redirected feed is tracked to its target.
FieldAccessTest::testFieldAccess in core/modules/system/src/Tests/Entity/FieldAccessTest.php
Tests hook_entity_field_access() and hook_entity_field_access_alter().
FieldApiDataTest::setUp in core/modules/views/src/Tests/FieldApiDataTest.php
Sets up a Drupal site for running functional and integration tests.
FieldAttachOtherTest::testEntityDisplayBuild in core/modules/field/src/Tests/FieldAttachOtherTest.php
Test rendering fields with EntityDisplay build().
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().
FieldCrudTest::setUp in core/modules/field/src/Tests/FieldCrudTest.php
Set the default field storage backend for fields created during tests.
FieldCrudTest::testCreateField in core/modules/field/src/Tests/FieldCrudTest.php
Test the creation of a field.
FieldCrudTest::testCreateFieldCustomStorage in core/modules/field/src/Tests/FieldCrudTest.php
Test creating a field with custom storage set.
FieldCrudTest::testUpdateField in core/modules/field/src/Tests/FieldCrudTest.php
Test the update of a field.
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.
FieldEntityTest::testGetEntity in core/modules/views/src/Tests/Entity/FieldEntityTest.php
Tests the getEntity method.
FieldFieldAccessTestBase::assertFieldAccess in core/modules/views/src/Tests/Handler/FieldFieldAccessTestBase.php
Checks views field access for a given entity type and field name.
FieldFieldAccessTestBase::setUp in core/modules/views/src/Tests/Handler/FieldFieldAccessTestBase.php
Performs setup tasks before each individual test method is run.
FieldFieldTest::testMissingBundleFieldRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests that a field not available for every bundle is rendered as empty.
FieldGroupRowsTest::testGroupRows in core/modules/views/src/Tests/Handler/FieldGroupRowsTest.php
Testing the "Grouped rows" functionality.
FieldGroupRowsWebTest::setUp in core/modules/views/src/Tests/Handler/FieldGroupRowsWebTest.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in core/modules/system/src/Tests/Field/FieldItemTest.php
Performs setup tasks before each individual test method is run.
FieldKernelTest::testFieldTokens in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the field tokens, row level and field level.
FieldKernelTest::testRender in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests that the render function is called.
FieldKernelTest::testRewrite in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests general rewriting of the output.
FieldKernelTest::_testEmptyText in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the usage of the empty text.
FieldKernelTest::_testHideIfEmpty in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the hide if empty functionality.
FieldRdfaDatatypeCallbackTest::setUp in core/modules/rdf/src/Tests/Field/FieldRdfaDatatypeCallbackTest.php
Set the default field storage backend for fields created during tests.
FieldSqlStorageTest::setUp in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Performs setup tasks before each individual test method is run.
FieldSqlStorageTest::testLongNames in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Tests that long entity type and field names do not break.
FieldTranslationSqlStorageTest::testFieldSqlStorage in core/modules/system/src/Tests/Entity/FieldTranslationSqlStorageTest.php
Tests field SQL storage.
FieldUIDeleteTest::testDeleteField in core/modules/field_ui/src/Tests/FieldUIDeleteTest.php
Tests that deletion removes field storages and fields as expected.
FieldUITest::testFieldLabel in core/modules/views_ui/src/Tests/FieldUITest.php
Tests the field labels.
FieldUnitTestBase::createFieldWithStorage in core/modules/field/src/Tests/FieldUnitTestBase.php
Create a field and an associated field storage.
FieldWebTest::testAlterUrl in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests rewriting the output to a link.
FieldWebTest::testFieldClasses in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests the field/label/wrapper classes.
FieldWebTest::testTextRendering in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests trimming/read-more/ellipses.
FileFieldAttributesTest::setUp in core/modules/rdf/src/Tests/FileFieldAttributesTest.php
Sets up a Drupal site for running functional and integration tests.
FileFieldDisplayTest::testDefaultFileFieldDisplay in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests default display of File Field.
FileFieldDisplayTest::testDescToggle in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests description toggle for field instance configuration.
FileFieldDisplayTest::testNodeDisplay in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests normal formatter display on node display.
FileFieldFormatterAccessTest::testFileAccessHandler in core/modules/file/src/Tests/FileFieldFormatterAccessTest.php
Tests the custom access handler is invoked.
FileFieldPathTest::testUploadPath in core/modules/file/src/Tests/FileFieldPathTest.php
Tests the normal formatter display on node display.
FileFieldRevisionTest::testRevisions in core/modules/file/src/Tests/FileFieldRevisionTest.php
Tests creating multiple revisions of a node and managing attached files.
FileFieldRSSContentTest::testFileFieldRSSContent in core/modules/file/src/Tests/FileFieldRSSContentTest.php
Tests RSS enclosure formatter display for RSS feeds.
FileFieldTestBase::uploadNodeFiles in core/modules/file/src/Tests/FileFieldTestBase.php
Uploads multiple files to a node.
FileFieldValidateTest::testFileExtension in core/modules/file/src/Tests/FileFieldValidateTest.php
Tests file extension checking.
FileFieldValidateTest::testFileMaxSize in core/modules/file/src/Tests/FileFieldValidateTest.php
Tests the max file size validator.
FileFieldValidateTest::testRequired in core/modules/file/src/Tests/FileFieldValidateTest.php
Tests the required property on file fields.
FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testPrivateFileComment in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileFieldWidgetTest::testPrivateFileSetting in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTest::testSingleValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTest::testWidgetElement in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests file widget element.
FileFieldWidgetTest::testWidgetValidation in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests validation with the Upload button.
FileItemTest::setUp in core/modules/file/src/Tests/FileItemTest.php
Set the default field storage backend for fields created during tests.
FileItemTest::testFileItem in core/modules/file/src/Tests/FileItemTest.php
Tests using entity fields of the file field type.
FileManagedTestBase::createUri in core/modules/file/src/Tests/FileManagedTestBase.php
Creates a file and returns its URI.
FileManagedUnitTestBase::createUri in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Creates a file and returns its URI.
FileManagedUnitTestBase::setUp in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Performs setup tasks before each individual test method is run.
FileMoveTest::testNormal in core/modules/image/src/Tests/FileMoveTest.php
Tests moving a randomly generated image.
FilePrivateTest::testPrivateFile in core/modules/file/src/Tests/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FileTestBase::createDirectory in core/modules/system/src/Tests/File/FileTestBase.php
Create a directory and assert it exists.
FileTestBase::createUri in core/modules/system/src/Tests/File/FileTestBase.php
Create a file and return the URI of it.
FileTokenReplaceTest::testFileTokenReplacement in core/modules/file/src/Tests/FileTokenReplaceTest.php
Creates a file, then tests the tokens generated from it.
FilterAdminTest::testDisabledFormat in core/modules/filter/src/Tests/FilterAdminTest.php
Tests whether a field using a disabled format is rendered.
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testFormatAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests the format administration functionality.
FilterAdminTest::testUrlFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests the URL filter settings form is properly validated.
FilterDefaultFormatTest::testDefaultTextFormats in core/modules/filter/src/Tests/FilterDefaultFormatTest.php
Tests if the default text format is accessible to users.
FilterFormatAccessTest::setUp in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Sets up a Drupal site for running functional and integration tests.
FilterFormatAccessTest::testFormatWidgetPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests editing a page using a disallowed text format.
FilterHooksTest::testFilterHooks in core/modules/filter/src/Tests/FilterHooksTest.php
Tests hooks on format management.
FilterNoFormatTest::testCheckMarkupNoFormat in core/modules/filter/src/Tests/FilterNoFormatTest.php
Tests text without format.
FilterUnitTest::testLineBreakFilter in core/modules/filter/src/Tests/FilterUnitTest.php
Tests the line break filter.
FormCacheTest::setUp in core/modules/system/src/Tests/Form/FormCacheTest.php
Performs setup tasks before each individual test method is run.
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.
FormTest::setUp in core/modules/field/src/Tests/FormTest.php
Sets up a Drupal site for running functional and integration tests.
FormTest::testRequiredFields in core/modules/system/src/Tests/Form/FormTest.php
Check several empty values for required forms elements.
ForumBlockTest::createForumTopics in core/modules/forum/src/Tests/ForumBlockTest.php
Creates a forum topic.
ForumIndexTest::testForumIndexStatus in core/modules/forum/src/Tests/ForumIndexTest.php
Tests the forum index for published and unpublished nodes.
ForumIntegrationTest::testForumIntegration in core/modules/forum/src/Tests/Views/ForumIntegrationTest.php
Tests the integration.
ForumNodeAccessTest::testForumNodeAccess in core/modules/forum/src/Tests/ForumNodeAccessTest.php
Creates some users and creates a public node and a private node.
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.
ForumTest::testForumWithNewPost in core/modules/forum/src/Tests/ForumTest.php
Tests a forum with a new post displays properly.
ForumTest::verifyForums in core/modules/forum/src/Tests/ForumTest.php
Verifies that the logged in user has access to a forum node.
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
FrontPageTest::doTestFrontPageViewCacheTags in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the cache tags on the front page.
FrontPageTest::testDrupalFrontPage in core/modules/system/src/Tests/System/FrontPageTest.php
Test front page functionality.
FrontPageTest::testFrontPage in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the frontpage.
GarbageCollectionTest::testGarbageCollection in core/modules/system/src/Tests/KeyValueStore/GarbageCollectionTest.php
Tests garbage collection.
GenericCacheBackendUnitTestBase::setUp in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Performs setup tasks before each individual test method is run.
HandlerFieldFieldTest::setUp in core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php
Sets up a Drupal site for running functional and integration tests.
HandlerFieldRoleTest::testRole in core/modules/user/src/Tests/Views/HandlerFieldRoleTest.php
HandlerFieldUserNameTest::testNoAdditionalFields in core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php
Tests that the field handler works when no additional fields are added.
HandlerFilterUserNameTest::testAdminUserInterface in core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php
Tests using the user interface.
HandlerFilterUserNameTest::testExposedFilter in core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php
Tests exposed filters.
HandlerTest::testBreakString in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the breakString method.
HandlerTest::testPlaceholder in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the placeholder function.
HandlerTest::testSetRelationship in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests the relationship method on the base class.
HandlerTest::testUICRUD in core/modules/views_ui/src/Tests/HandlerTest.php
Tests UI CRUD.
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.
ImageAdminStylesTest::testStyleReplacement in core/modules/image/src/Tests/ImageAdminStylesTest.php
Test deleting a style and choosing a replacement style.
ImageFieldAttributesTest::setUp in core/modules/rdf/src/Tests/ImageFieldAttributesTest.php
Sets up a Drupal site for running functional and integration tests.
ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and fields fields with default images.
ImageFieldDefaultImagesTest::testInvalidDefaultImage in core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php
Tests image field and field having an invalid default image.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageFieldDisplayTest::testImageFieldSettings in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Tests for image field settings.
ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageFieldTestBase::previewNodeImage in core/modules/image/src/Tests/ImageFieldTestBase.php
Preview an image in a node.
ImageFieldTestBase::uploadNodeImage in core/modules/image/src/Tests/ImageFieldTestBase.php
Upload an image to a node.
ImageFieldValidateTest::testRequiredAttributes in core/modules/image/src/Tests/ImageFieldValidateTest.php
Test that required alt/title fields gets validated right.
ImageFieldValidateTest::testResolution in core/modules/image/src/Tests/ImageFieldValidateTest.php
Test min/max resolution settings.
ImageFieldWidgetTest::testWidgetElement in core/modules/image/src/Tests/ImageFieldWidgetTest.php
Tests file widget element.
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.
ImageTest::testThemeImageWithSizes in core/modules/system/src/Tests/Theme/ImageTest.php
Tests that an image with the sizes attribute is output correctly.
ImageTest::testThemeImageWithSrc in core/modules/system/src/Tests/Theme/ImageTest.php
Tests that an image with the src attribute is output correctly.
ImageTest::testThemeImageWithSrcsetMultiplier in core/modules/system/src/Tests/Theme/ImageTest.php
Tests that an image with the srcset and multipliers is output correctly.
ImageTest::testThemeImageWithSrcsetWidth in core/modules/system/src/Tests/Theme/ImageTest.php
Tests that an image with the srcset and widths is output correctly.
ImageThemeFunctionTest::testImageFormatterTheme in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests usage of the image field formatters.
InstallerTestBase::setUp in core/modules/simpletest/src/InstallerTestBase.php
Sets up a Drupal site for running functional and integration tests.
IntegrationTest::testAggregatorItemView in core/modules/aggregator/src/Tests/Views/IntegrationTest.php
Tests basic aggregator_item view.
ItemsPerPageTest::testItemsPerPage in core/modules/views/src/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
JoinTest::testBasePlugin in core/modules/views/src/Tests/Plugin/JoinTest.php
Tests the join plugin base.
KeyValueContentEntityStorageTest::testCRUD in core/modules/system/src/Tests/KeyValueStore/KeyValueContentEntityStorageTest.php
Tests CRUD operations.
LanguageListTest::testLanguageList in core/modules/language/src/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageSwitchingTest::testLanguageBlock in core/modules/language/src/Tests/LanguageSwitchingTest.php
Functional tests for the language switcher block.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
LanguageUrlRewritingTest::checkUrl in core/modules/language/src/Tests/LanguageUrlRewritingTest.php
Check URL rewriting for the given language.
LanguageUrlRewritingTest::testUrlRewritingEdgeCases in core/modules/language/src/Tests/LanguageUrlRewritingTest.php
Check that non-installed languages are not considered.
LegacyTest::testTaxonomyLegacyNode in core/modules/taxonomy/src/Tests/LegacyTest.php
Test taxonomy functionality with nodes prior to 1970.
LinkFieldTest::testLinkFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the 'link_separate' formatter.
LinkFieldTest::testLinkTitle in core/modules/link/src/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LinkFieldTest::testURLValidation in core/modules/link/src/Tests/LinkFieldTest.php
Tests link field URL validation.
LinkFieldUITest::testFieldUI in core/modules/link/src/Tests/LinkFieldUITest.php
Tests the link field UI.
LinkItemTest::testLinkItem in core/modules/link/src/Tests/LinkItemTest.php
Tests using entity fields of the link field type.
LocaleConfigTranslationTest::setUp in core/modules/locale/src/Tests/LocaleConfigTranslationTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleConfigTranslationTest::testConfigTranslation in core/modules/locale/src/Tests/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleContentTest::testContentTypeLanguageConfiguration in core/modules/locale/src/Tests/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocaleImportFunctionalTest::testConfigPoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Test import of standalone .po files.
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies in core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
Assert translations JS is added before drupal.js, because it depends on it.
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/src/Tests/LocalePathTest.php
Test if a language can be associated with a path alias.
LocaleStringTest::buildSourceString in core/modules/locale/src/Tests/LocaleStringTest.php
Creates random source string object.
LocaleStringTest::testStringSearchAPI in core/modules/locale/src/Tests/LocaleStringTest.php
Test Search API loading multiple objects.
LocaleTranslationUiTest::testJavaScriptTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
LocaleTranslationUiTest::testStringSearch in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests translation search form.
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationUiTest::testStringValidation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests the validation of the translation input.
LocaleTranslationUiTest::testUICustomizedStrings in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests that only changed strings are saved customized when edited.
LocaleUpdateTest::testEnableCustomLanguage in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests automatic translation import when a custom language is added.
MailCaptureTest::testMailSend in core/modules/simpletest/src/Tests/MailCaptureTest.php
Test to see if the wrapper function is executed correctly.
ManageDisplayTest::setUp in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Sets up a Drupal site for running functional and integration tests.
ManageFieldsTest::setUp in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Sets up a Drupal site for running functional and integration tests.
ManageFieldsTest::testDeleteField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that deletion removes field storages and fields as expected.
ManageFieldsTest::testDuplicateFieldName in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that a duplicate field name is caught by validation.
ManageFieldsTest::testFieldPrefix in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that the 'field_prefix' setting works on Field UI.
ManageFieldsTest::testLockedField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that Field UI respects locked fields.
MenuLanguageTest::testMenuLanguage in core/modules/menu_ui/src/Tests/MenuLanguageTest.php
Tests menu language settings and the defaults for menu link items.
MenuNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/src/Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuRouterTest::doTestHookMenuIntegration in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test local tasks with route placeholders.
MenuTest::addCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Creates a custom menu.
MenuTest::addCustomMenuCRUD in core/modules/menu_ui/src/Tests/MenuTest.php
Adds a custom menu using CRUD functions.
MenuTest::addMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Adds a menu link using the UI.
MenuTest::modifyMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Modifies a menu link using the UI.
MenuTest::testMenus in core/modules/views/src/Tests/Wizard/MenuTest.php
Tests the menu functionality.
MenuTest::testSystemMenuRename in core/modules/menu_ui/src/Tests/MenuTest.php
Tests renaming the built-in menu.
ModuleTest::testViewsGetHandler in core/modules/views/src/Tests/ModuleTest.php
Tests the views_get_handler method.
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.
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions in core/modules/node/src/Tests/MultiStepNodeFormBasicOptionsTest.php
Tests changing the default values of basic options to ensure they persist.
NameMungingTest::setUp in core/modules/system/src/Tests/File/NameMungingTest.php
Performs setup tasks before each individual test method is run.
NameMungingTest::testMungeNullByte in core/modules/system/src/Tests/File/NameMungingTest.php
Tests munging with a null byte in the filename.
NestedFormTest::setUp in core/modules/field/src/Tests/NestedFormTest.php
Sets up a Drupal site for running functional and integration tests.
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks in core/modules/block/src/Tests/NewDefaultThemeBlocksTest.php
Check the enabled Bartik blocks are correctly copied over.
NewViewConfigSchemaTest::testNewViews in core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php
Tests creating brand new views.
NidArgumentTest::testNidArgument in core/modules/node/src/Tests/Views/NidArgumentTest.php
Test the nid argument.
NodeAccessFieldTest::setUp in core/modules/node/src/Tests/NodeAccessFieldTest.php
Sets up a Drupal site for running functional and integration tests.
NodeAccessFieldTest::testNodeAccessAdministerField in core/modules/node/src/Tests/NodeAccessFieldTest.php
Tests administering fields when node access is restricted.
NodeAccessPagerTest::testCommentPager in core/modules/node/src/Tests/NodeAccessPagerTest.php
Tests the comment pager for nodes with multiple grants per realm.
NodeAdminTest::testContentAdminSort in core/modules/node/src/Tests/NodeAdminTest.php
Tests that the table sorting works on the content admin pages.
NodeAttributesTest::testNodeAttributes in core/modules/rdf/src/Tests/NodeAttributesTest.php
Creates a node of type article and tests its RDFa markup.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/src/Tests/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeConditionTest::testConditions in core/modules/node/src/Tests/Condition/NodeConditionTest.php
Tests conditions.
NodeCreationTest::testNodeCreation in core/modules/node/src/Tests/NodeCreationTest.php
Creates a "Basic page" node and verifies its consistency in the database.
NodeCreationTest::testUnpublishedNodeCreation in core/modules/node/src/Tests/NodeCreationTest.php
Creates an unpublished node and confirms correct redirect behavior.
NodeEditFormTest::testNodeEdit in core/modules/node/src/Tests/NodeEditFormTest.php
Checks node edit functionality.
NodeEditFormTest::testNodeEditAuthoredBy in core/modules/node/src/Tests/NodeEditFormTest.php
Tests changing a node's "authored by" field.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/src/Tests/NodeEntityViewModeAlterTest.php
Create a "Basic page" node and verify its consistency in the database.
NodeFieldAccessTest::testAccessToAdministrativeFields in core/modules/node/src/Tests/NodeFieldAccessTest.php
Test permissions on nodes status field.
NodeFieldMultilingualTest::testMultilingualDisplaySettings in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
NodeFieldMultilingualTest::testMultilingualNodeForm in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
Tests whether field languages are correctly set through the node form.
NodeFieldTokensTest::testViewsTokenReplacement in core/modules/node/src/Tests/Views/NodeFieldTokensTest.php
Tests token replacement for Views tokens supplied by the Node module.
NodeIntegrationTest::testNodeViewTypeArgument in core/modules/node/src/Tests/Views/NodeIntegrationTest.php
Tests basic node view with a node type argument.
NodeLanguageTest::setUp in core/modules/node/src/Tests/Views/NodeLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
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.
NodeRevisionPermissionsTest::setUp in core/modules/node/src/Tests/NodeRevisionPermissionsTest.php
Sets up a Drupal site for running functional and integration tests.
NodeRevisionsAllTest::setUp in core/modules/node/src/Tests/NodeRevisionsAllTest.php
Sets up a Drupal site for running functional and integration tests.
NodeRevisionsTest::setUp in core/modules/node/src/Tests/NodeRevisionsTest.php
Sets up a Drupal site for running functional and integration tests.
NodeRevisionsTest::testNodeRevisionWithoutLogMessage in core/modules/node/src/Tests/NodeRevisionsTest.php
Checks that revisions are correctly saved without log messages.
NodeRevisionsTest::testRevisions in core/modules/node/src/Tests/NodeRevisionsTest.php
Checks node revision related operations.
NodeRevisionsUiTest::testNodeRevisionDoubleEscapeFix in core/modules/node/src/Tests/NodeRevisionsUiTest.php
Checks HTML double escaping of revision logs.
NodeRevisionWizardTest::testViewAdd in core/modules/node/src/Tests/Views/NodeRevisionWizardTest.php
Tests creating a node revision view.
NodeSaveTest::testImport in core/modules/node/src/Tests/NodeSaveTest.php
Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTest::testTimestamps in core/modules/node/src/Tests/NodeSaveTest.php
Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeTitleTest::testNodeTitle in core/modules/node/src/Tests/NodeTitleTest.php
Creates one node and tests if the node title has the correct value.
NodeTitleXSSTest::testNodeTitleXSS in core/modules/node/src/Tests/NodeTitleXSSTest.php
Tests XSS functionality with a node entity.
NodeTranslationUITest::getNewEntityValues in core/modules/node/src/Tests/NodeTranslationUITest.php
Returns an array of entity field values to be tested.
NodeTranslationUITest::testDisabledBundle in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that no metadata is stored for a disabled bundle.
NodeTranslationUITest::testPublishedStatusNoFields in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests changing the published status on a node without fields.
NodeTypeInitialLanguageTest::testLanguageFieldVisibility in core/modules/node/src/Tests/NodeTypeInitialLanguageTest.php
Tests language field visibility features.
NodeTypeTranslationTest::testNodeTypeTitleLabelTranslation in core/modules/node/src/Tests/NodeTypeTranslationTest.php
Tests the node type title label translation.
NodeTypeTranslationTest::testNodeTypeTranslation in core/modules/node/src/Tests/NodeTypeTranslationTest.php
Tests the node type translation.
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::testCreateNumberDecimalField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Tests setting the minimum value of a decimal field through the interface.
NumberFieldTest::testCreateNumberFloatField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Tests setting the minimum value of a float field through the interface.
NumberFieldTest::testNumberDecimalField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test decimal field.
NumberFieldTest::testNumberFloatField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test float field.
NumberFieldTest::testNumberFormatter in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test default formatter behavior
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.
OptionsDynamicValuesTestBase::setUp in core/modules/options/src/Tests/OptionsDynamicValuesTestBase.php
Sets up a Drupal site for running functional and integration tests.
OptionsFieldUITest::setUp in core/modules/options/src/Tests/OptionsFieldUITest.php
Sets up a Drupal site for running functional and integration tests.
OptionsFieldUITest::testNodeDisplay in core/modules/options/src/Tests/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
OptionsFieldUITest::testOptionsAllowedValuesText in core/modules/options/src/Tests/OptionsFieldUITest.php
Options (text) : test 'allowed values' input.
OptionsTestBase::mockStandardInstall in core/modules/options/src/Tests/Views/OptionsTestBase.php
Provides a workaround for the inability to use the standard profile.
OptionsWidgetsTest::testCheckBoxes in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testEmptyValue in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' and 'options_button' widget for empty value.
OptionsWidgetsTest::testRadioButtons in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTest::testSelectListMultiple in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
OverrideDisplaysTest::testOverrideDisplays in core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
Tests that displays can be overridden via the UI.
OverrideDisplaysTest::testRevertAllDisplays in core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
Tests that the revert to all displays select-option works as expected.
OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays in core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
Tests that the wizard correctly sets up default and overridden displays.
PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
PageEditTest::testPageEdit in core/modules/block_content/src/Tests/PageEditTest.php
Checks block edit functionality.
PageNotFoundTest::testPageNotFound in core/modules/system/src/Tests/System/PageNotFoundTest.php
PagePreviewTest::setUp in core/modules/node/src/Tests/PagePreviewTest.php
Sets up a Drupal site for running functional and integration tests.
PagePreviewTest::testPagePreview in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview functionality.
PagePreviewTest::testPagePreviewWithRevisions in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview functionality, when using revisions.
PageTitleTest::testTitleTags in core/modules/system/src/Tests/System/PageTitleTest.php
Tests the handling of HTML in node titles.
PathAdminTest::testPathFiltering in core/modules/path/src/Tests/PathAdminTest.php
Tests the filtering aspect of the Path UI.
PathAliasTest::testAdminAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testDuplicateNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests that duplicate aliases fail validation.
PathAliasTest::testNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathAliasTest::testPathCache in core/modules/path/src/Tests/PathAliasTest.php
Tests the path cache.
PathLanguageTest::testAliasTranslation in core/modules/path/src/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PathLanguageUiTest::testDefaultLanguageUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a default language URL alias works.
PathLanguageUiTest::testLanguageNeutralUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a language-neutral URL alias works.
PathLanguageUiTest::testNonDefaultUrl in core/modules/path/src/Tests/PathLanguageUiTest.php
Tests that a non-default language URL alias works.
PathTaxonomyTermTest::testTermAlias in core/modules/path/src/Tests/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PreviewTest::testPreviewUI in core/modules/views_ui/src/Tests/PreviewTest.php
Tests arguments in the preview form.
PrivateFileOnTranslatedEntityTest::setUp in core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php
Sets up a Drupal site for running functional and integration tests.
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php
Tests private file fields on translated nodes.
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.
QueueTest::testMemoryQueue in core/modules/system/src/Tests/Queue/QueueTest.php
Tests the Memory queue.
QueueTest::testSystemQueue in core/modules/system/src/Tests/Queue/QueueTest.php
Tests the System queue.
QuickEditAutocompleteTermTest::createTerm in core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php
Returns a new term with random name and description in $this->vocabulary.
QuickEditLoadingTest::testContentBlock in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests that Quick Edit's data- attributes are present for content blocks.
RawStringFormatterTest::setUp in core/modules/field/src/Tests/String/RawStringFormatterTest.php
Performs setup tasks before each individual test method is run.
ReadOnlyStreamWrapperTest::testReadOnlyBehavior in core/modules/system/src/Tests/File/ReadOnlyStreamWrapperTest.php
Test read-only specific behavior.
RedirectTest::testRedirect in core/modules/system/src/Tests/Form/RedirectTest.php
Tests form redirection.
RedirectTest::testRedirect in core/modules/views_ui/src/Tests/RedirectTest.php
Tests the redirecting.
reEnableModuleFieldTest::testReEnabledField in core/modules/field/src/Tests/reEnableModuleFieldTest.php
Test the behavior of a field module after being disabled and re-enabled.
RelationshipJoinTestBase::setUpFixtures in core/modules/views/src/Tests/Plugin/RelationshipJoinTestBase.php
Sets up the configuration and schema of views and views_test_data modules.
RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView in core/modules/views/src/Tests/RenderCacheIntegrationTest.php
Tests cache tags on output & result cache items for a field-based view.
RenderWebTest::testDrupalRenderFormElements in core/modules/system/src/Tests/Common/RenderWebTest.php
Tests rendering form elements without passing through \Drupal::formBuilder()->doBuildForm().
ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatters linked to the file or node.
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Test responsive image formatters on node display.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatter on node display with an empty media query.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersOneSource in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatter on node display with one source.
ResponsiveImageFieldUiTest::setUp in core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php
Sets up a Drupal site for running functional and integration tests.
RESTTestBase::entityValues in core/modules/rest/src/Tests/RESTTestBase.php
Provides an array of suitable property values for an entity type.
RetrieveFileTest::testFileRetrieving in core/modules/system/src/Tests/System/RetrieveFileTest.php
Invokes system_retrieve_file() in several scenarios.
RevisionRelationshipsTest::testBlockContentRevisionRelationship in core/modules/block_content/src/Tests/Views/RevisionRelationshipsTest.php
Create a block_content with revision and rest result count for both views.
RouteProviderTest::testRouteByName in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Test RouteProvider::getRouteByName() and RouteProvider::getRoutesByNames().
RouterTest::testControllerPlaceholders in core/modules/system/src/Tests/Routing/RouterTest.php
Confirms that placeholders in paths work correctly.
RowEntityRenderersTest::setUp in core/modules/views/src/Tests/Entity/RowEntityRenderersTest.php
Performs setup tasks before each individual test method is run.
RowEntityTest::testEntityRow in core/modules/views/src/Tests/Plugin/RowEntityTest.php
Tests the entity row handler.
RowPluginTest::setUp in core/modules/node/src/Tests/Views/RowPluginTest.php
Sets up a Drupal site for running functional and integration tests.
RowRenderCacheTest::testAdvancedCaching in core/modules/views/src/Tests/Plugin/RowRenderCacheTest.php
Test complex field rewriting and uncacheable field handlers.
RowUITest::testRowUI in core/modules/views_ui/src/Tests/RowUITest.php
Tests changing the row plugin and changing some options of a row.
RssTest::testTaxonomyRss in core/modules/taxonomy/src/Tests/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
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.
SaveUploadTest::testNormal in core/modules/file/src/Tests/SaveUploadTest.php
Test the file_save_upload() function.
SearchBlockTest::testSearchFormBlock in core/modules/search/src/Tests/SearchBlockTest.php
Test that the search form block can be placed and works.
SearchCommentCountToggleTest::setUp in core/modules/search/src/Tests/SearchCommentCountToggleTest.php
Sets up a Drupal site for running functional and integration tests.
SearchConfigSettingsFormTest::testMultipleSearchPages in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Tests multiple search pages of the same type.
SearchConfigSettingsFormTest::testSearchSettingsPage in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies the search settings form.
SearchKeywordsConditionsTest::testSearchKeywordsConditions in core/modules/search/src/Tests/SearchKeywordsConditionsTest.php
Verify the keywords are captured and conditions respected.
SearchLanguageTest::setUp in core/modules/search/src/Tests/SearchLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
SearchMultilingualEntityTest::setUp in core/modules/search/src/Tests/SearchMultilingualEntityTest.php
Sets up a Drupal site for running functional and integration tests.
SearchPageOverrideTest::testSearchPageHook in core/modules/search/src/Tests/SearchPageOverrideTest.php
SearchPageTextTest::testSearchText in core/modules/search/src/Tests/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SelectComplexTest::testJoinSubquery in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that we can join on a query.
SessionTest::testDataPersistence in core/modules/system/src/Tests/Session/SessionTest.php
Test data persistence via the session_test module callbacks.
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::testShortcutLinkRename in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that shortcut links can be renamed.
ShortcutSetsTest::testShortcutSetAdd in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests creating a shortcut set.
ShortcutSetsTest::testShortcutSetAssign in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching another user's shortcut set.
ShortcutSetsTest::testShortcutSetCreateWithSetName in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests creating a new shortcut set with a defined set name.
ShortcutSetsTest::testShortcutSetDelete in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests deleting a shortcut set.
ShortcutSetsTest::testShortcutSetRename in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests renaming 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::testShortcutSetSwitchOwn in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching a user's own shortcut set.
ShortcutSetsTest::testShortcutSetUnassign in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests unassigning a shortcut set.
ShortcutTestBase::generateShortcutSet in core/modules/shortcut/src/Tests/ShortcutTestBase.php
Creates a generic shortcut set.
ShortcutTranslationUITest::getNewEntityValues in core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php
Returns an array of entity field values to be tested.
ShutdownFunctionsTest::testShutdownFunctions in core/modules/system/src/Tests/System/ShutdownFunctionsTest.php
Test shutdown functions.
SiteNameTest::installParameters in core/modules/system/src/Tests/Installer/SiteNameTest.php
Returns the parameters that will be used when Simpletest installs Drupal.
SortingTest::testSorting in core/modules/views/src/Tests/Wizard/SortingTest.php
Tests the sorting functionality.
SpaceUsedTest::createFileWithSize in core/modules/file/src/Tests/SpaceUsedTest.php
Creates a file with a given size.
SqlContentEntityStorageSchemaColumnTest::setUp in core/modules/field/src/Tests/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php
Performs setup tasks before each individual test method is run.
StandardProfileTest::saveComment in core/modules/rdf/src/Tests/StandardProfileTest.php
Creates a comment entity.
StandardProfileTest::setUp in core/modules/rdf/src/Tests/StandardProfileTest.php
Sets up a Drupal site for running functional and integration tests.
StatisticsLoggingTest::setUp in core/modules/statistics/src/Tests/StatisticsLoggingTest.php
Sets up a Drupal site for running functional and integration tests.
StorageTest::testDetails in core/modules/views_ui/src/Tests/StorageTest.php
Tests changing label, description and tag.
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.
StringFieldTest::_testTextfieldWidgets in core/modules/field/src/Tests/String/StringFieldTest.php
Helper function for testTextfieldWidgets().
StringFormatterTest::setUp in core/modules/field/src/Tests/String/StringFormatterTest.php
Performs setup tasks before each individual test method is run.
StringFormatterTest::testStringFormatter in core/modules/field/src/Tests/String/StringFormatterTest.php
Tests string formatter output.
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::testUIFieldAlias in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Test the field ID alias functionality of the DataFieldRow plugin.
StyleTableTest::testWizard in core/modules/views_ui/src/Tests/StyleTableTest.php
Tests created a table style view.
StyleTableUnitTest::testTable in core/modules/views/src/Tests/Plugin/StyleTableUnitTest.php
Tests the table style.
StyleTest::testCustomRowClasses in core/modules/views/src/Tests/Plugin/StyleTest.php
Tests custom css classes.
StyleTest::testStyle in core/modules/views/src/Tests/Plugin/StyleTest.php
Tests the general rendering of styles.
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.
SystemAuthorizeTest::testFileTransferHooks in core/modules/system/src/Tests/System/SystemAuthorizeTest.php
Tests the FileTransfer hooks
SystemMenuBlockTest::setUp in core/modules/system/src/Tests/Block/SystemMenuBlockTest.php
Performs setup tasks before each individual test method is run.
TaggedWithTest::testTaggedWith in core/modules/views/src/Tests/Wizard/TaggedWithTest.php
Tests the "tagged with" functionality.
TagTest::testViewsUiAutocompleteTag in core/modules/views_ui/src/Tests/TagTest.php
Tests the views_ui_autocomplete_tag function.
TaxonomyFieldFilterTest::createTermWithProperties in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldFilterTest.php
Creates a taxonomy term with specified name and other properties.
TaxonomyImageTest::testTaxonomyImageAccess in core/modules/taxonomy/src/Tests/TaxonomyImageTest.php
TaxonomyTermViewTest::setUp in core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermViewTest::testTaxonomyTermView in core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
TaxonomyTestBase::createTerm in core/modules/taxonomy/src/Tests/Views/TaxonomyTestBase.php
Returns a new term with random properties in vocabulary $vid.
TelephoneFieldTest::testTelephoneField in core/modules/telephone/src/Tests/TelephoneFieldTest.php
Helper function for testTelephoneField().
TelephoneItemTest::testTestItem in core/modules/telephone/src/Tests/TelephoneItemTest.php
Tests using entity fields of the telephone field type.
TempStoreDatabaseTest::testUserTempStore in core/modules/user/src/Tests/TempStoreDatabaseTest.php
Tests the UserTempStore API.
TermIndexTest::setUp in core/modules/taxonomy/src/Tests/TermIndexTest.php
Sets up a Drupal site for running functional and integration tests.
TermIndexTest::testTaxonomyIndex in core/modules/taxonomy/src/Tests/TermIndexTest.php
Tests that the taxonomy index is maintained properly.
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::testNodeTermCreationAndDeletion in core/modules/taxonomy/src/Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testReSavingTags in core/modules/taxonomy/src/Tests/TermTest.php
Tests that editing and saving a node with no changes works correctly.
TermTest::testTaxonomyNode in core/modules/taxonomy/src/Tests/TermTest.php
Test that hook_node_$op implementations work correctly.
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.
TermTranslationFieldViewTest::setUpNode in core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php
Creates a test subject node, with translation.
TermTranslationUITest::getNewEntityValues in core/modules/taxonomy/src/Tests/TermTranslationUITest.php
Returns an array of entity field values to be tested.
TermTranslationUITest::setupBundle in core/modules/taxonomy/src/Tests/TermTranslationUITest.php
Creates or initializes the bundle date if needed.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage in core/modules/taxonomy/src/Tests/TermTranslationUITest.php
Tests translate link on vocabulary term list.
TestItemTest::testTestItem in core/modules/field/src/Tests/TestItemTest.php
Tests using entity fields of the field field type.
TextFieldTest::testTextFieldValidation in core/modules/text/src/Tests/TextFieldTest.php
Test text field validation.
TextFieldTest::_testTextfieldWidgetsFormatted in core/modules/text/src/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
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.
ThemeTest::testThemeSettings in core/modules/system/src/Tests/System/ThemeTest.php
Test the theme settings form.
TimestampFormatterTest::setUp in core/modules/field/src/Tests/Timestamp/TimestampFormatterTest.php
Performs setup tasks before each individual test method is run.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
ToolbarMenuTranslationTest::testToolbarClasses in core/modules/toolbar/src/Tests/ToolbarMenuTranslationTest.php
Tests that toolbar classes don't change when adding a translation.
TrackerTest::testTrackerAdminUnpublish in core/modules/tracker/src/Tests/TrackerTest.php
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing in core/modules/tracker/src/Tests/TrackerTest.php
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerHistoryMetadata in core/modules/tracker/src/Tests/TrackerTest.php
Tests the metadata for the "new"/"updated" indicators.
TrackerTest::testTrackerOrderingNewComments in core/modules/tracker/src/Tests/TrackerTest.php
Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
TrackerTestBase::setUp in core/modules/tracker/src/Tests/Views/TrackerTestBase.php
Sets up a Drupal site for running functional and integration tests.
TranslationTest::setUp in core/modules/field/src/Tests/TranslationTest.php
Set the default field storage backend for fields created during tests.
TranslationTest::testTranslatableFieldSaveLoad in core/modules/field/src/Tests/TranslationTest.php
Test translatable fields storage/retrieval.
TranslationWebTest::setUp in core/modules/field/src/Tests/TranslationWebTest.php
Sets up a Drupal site for running functional and integration tests.
TwigWhiteListTest::setUp in core/modules/system/src/Tests/Theme/TwigWhiteListTest.php
Performs setup tasks before each individual test method is run.
UITestBase::randomView in core/modules/views_ui/src/Tests/UITestBase.php
A helper method which creates a random view.
UncaughtExceptionTest::testLostDatabaseConnection in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests the case when the database connection is gone.
UnmanagedCopyTest::testNonExistent in core/modules/system/src/Tests/File/UnmanagedCopyTest.php
Copy a non-existent file.
UnmanagedCopyTest::testNormal in core/modules/system/src/Tests/File/UnmanagedCopyTest.php
Copy a normal file.
UnmanagedDeleteRecursiveTest::testSingleFile in core/modules/system/src/Tests/File/UnmanagedDeleteRecursiveTest.php
Delete a normal file.
UnmanagedDeleteTest::testMissing in core/modules/system/src/Tests/File/UnmanagedDeleteTest.php
Try deleting a missing file.
UnmanagedMoveTest::testMissing in core/modules/system/src/Tests/File/UnmanagedMoveTest.php
Try to move a missing 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.
UpcastingTest::testSameTypes in core/modules/system/src/Tests/ParamConverter/UpcastingTest.php
Confirms we can upcast to controller arguments of the same type.
UpcastingTest::testUpcasting in core/modules/system/src/Tests/ParamConverter/UpcastingTest.php
Confirms that all parameters are converted as expected.
UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale in core/modules/update/src/Tests/UpdateDeleteFileIfStaleTest.php
Tests the deletion of stale files.
UpdateTest::testPatchUpdate in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UriItemTest::testUriField in core/modules/field/src/Tests/Uri/UriItemTest.php
Tests URI field.
UrlAlterFunctionalTest::testUrlAlter in core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php
Test that URL altering works and that it occurs in the correct order.
UrlTest::testExternalUrls in core/modules/system/src/Tests/Common/UrlTest.php
Tests external URL handling.
UrlTest::testLinkAttributes in core/modules/system/src/Tests/Common/UrlTest.php
Tests that default and custom attributes are handled correctly on links.
UrlTest::testLinkXSS in core/modules/system/src/Tests/Common/UrlTest.php
Confirms that invalid URLs are filtered in link generating functions.
UserActionConfigSchemaTest::testValidUserActionConfigSchema in core/modules/user/src/Tests/UserActionConfigSchemaTest.php
Tests whether the user action config schema are valid.
UserAdminLanguageTest::addCustomLanguage in core/modules/user/src/Tests/UserAdminLanguageTest.php
Helper method for adding a custom language.
UserAdminTest::testNotificationEmailAddress in core/modules/user/src/Tests/UserAdminTest.php
Tests the alternate notification email address for user mails.
UserAdminTest::testUserAdmin in core/modules/user/src/Tests/UserAdminTest.php
Registers a user and deletes it.
UserAttributesTest::testUserAttributesInMarkup in core/modules/rdf/src/Tests/UserAttributesTest.php
Tests if default mapping for user is being used.
UserCancelTest::testUserAnonymize in core/modules/user/src/Tests/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserBlockUnpublish in core/modules/user/src/Tests/UserCancelTest.php
Disable account and unpublish all content.
UserCancelTest::testUserDelete in core/modules/user/src/Tests/UserCancelTest.php
Delete account and remove all content.
UserCreateFailMailTest::testUserAdd in core/modules/user/src/Tests/UserCreateFailMailTest.php
Tests the create user administration page.
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.
UserEditedOwnAccountTest::testUserEditedOwnAccount in core/modules/user/src/Tests/UserEditedOwnAccountTest.php
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::setUp in core/modules/user/src/Tests/UserEntityReferenceTest.php
Performs setup tasks before each individual test method is run.
UserLanguageCreationTest::testLocalUserCreation in core/modules/user/src/Tests/UserLanguageCreationTest.php
Functional test for language handling during user creation.
UserLanguageTest::testUserLanguageConfiguration in core/modules/user/src/Tests/UserLanguageTest.php
Test if user can change their default language.
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.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/modules/user/src/Tests/UserPasswordResetTest.php
Prefill the text box on incorrect login via link to password reset page.
UserRegistrationTest::testRegistrationDefaultValues in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationEmailDuplicates in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithEmailVerification in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithoutEmailVerification 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.
UserRegistrationTest::testUuidFormState in core/modules/user/src/Tests/UserRegistrationTest.php
Tests that UUID isn't cached in form state on register form.
UserRoleConditionTest::setUp in core/modules/user/src/Tests/Condition/UserRoleConditionTest.php
Performs setup tasks before each individual test method is run.
UserRolesAssignmentTest::testCreateUserWithRole in core/modules/user/src/Tests/UserRolesAssignmentTest.php
Tests that when creating a user the role can be assigned. And that it can be removed again.
UserSaveStatusTest::testUserSaveStatus in core/modules/user/src/Tests/UserSaveStatusTest.php
Test SAVED_NEW and SAVED_UPDATED statuses for user entity type.
UserSaveTest::testUserImport in core/modules/user/src/Tests/UserSaveTest.php
Test creating a user with arbitrary uid.
UserTranslationUITest::setUp in core/modules/user/src/Tests/UserTranslationUITest.php
Sets up a Drupal site for running functional and integration tests.
UserValidationTest::testValidation in core/modules/user/src/Tests/UserValidationTest.php
Runs entity validation checks.
ValidationTest::testPatternValidation in core/modules/system/src/Tests/Form/ValidationTest.php
Tests #pattern validation.
ViewEntityDependenciesTest::setUp in core/modules/views/src/Tests/Entity/ViewEntityDependenciesTest.php
Performs setup tasks before each individual test method is run.
ViewExecutableTest::testPropertyMethods in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the setting/getting of properties.
ViewsIntegrationTest::testIntegration in core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php
Tests the integration.
ViewStorageTest::displayMethodTests in core/modules/views/src/Tests/ViewStorageTest.php
Tests the display related functions like getDisplaysList().
ViewsUITourTest::testViewsUiTourTips in core/modules/views_ui/src/Tests/ViewsUITourTest.php
Tests views_ui tour tip availability.
ViewsUITourTest::testViewsUiTourTipsTranslated in core/modules/views_ui/src/Tests/ViewsUITourTest.php
Tests views_ui tour tip availability in a different language.
VocabularyCrudTest::testTaxonomyVocabularyLoadStaticReset in core/modules/taxonomy/src/Tests/VocabularyCrudTest.php
Ensure that the vocabulary static reset works correctly.
VocabularyCrudTest::testUninstallReinstall in core/modules/taxonomy/src/Tests/VocabularyCrudTest.php
Test uninstall and reinstall of the taxonomy module.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyLanguageTest::testVocabularyLanguage in core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php
Tests language settings for vocabularies.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.
VocabularyTranslationTest::testVocabularyLanguage in core/modules/taxonomy/src/Tests/VocabularyTranslationTest.php
Tests language settings for vocabularies.
VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Deleting a vocabulary.
VocabularyUiTest::testVocabularyInterface in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Create, edit and delete a vocabulary via the user interface.
WebTestBase::drupalCreateContentType in core/modules/simpletest/src/WebTestBase.php
Creates a custom content type based on default settings.
WebTestBase::drupalCreateNode in core/modules/simpletest/src/WebTestBase.php
Creates a node based on default settings.
WebTestBase::drupalPlaceBlock in core/modules/simpletest/src/WebTestBase.php
Creates a block instance based on default settings.
WebTestBase::initUserSession in core/modules/simpletest/src/WebTestBase.php
Initializes user 1 for the site to be installed.
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.
WizardTest::testWizardFieldLength in core/modules/views_ui/src/Tests/WizardTest.php
Tests filling in the wizard with really long strings.