168 calls to RandomGeneratorTrait::randomString() in Zircon Profile 8
- AreaTextTest::testAreaText in core/
modules/ views/ src/ Tests/ Handler/ AreaTextTest.php - ArgumentValidatorTest::testArgumentValidateNumeric in core/
modules/ views/ src/ Tests/ Plugin/ ArgumentValidatorTest.php - BlockLanguageCacheTest::setUp in core/
modules/ block/ src/ Tests/ BlockLanguageCacheTest.php - Sets up a Drupal site for running functional and integration tests.
- BlockTest::testBlockUserRoleDelete in core/
modules/ block/ src/ Tests/ BlockTest.php - Tests block_user_role_delete.
- BookUninstallTest::testBookUninstall in core/
modules/ book/ src/ Tests/ BookUninstallTest.php - Tests the book_system_info_alter() method.
- BrowserTestBase::drupalCreateRole in core/
modules/ simpletest/ src/ BrowserTestBase.php - Creates a role with specified permissions.
- CacheCollectorTest::providerTestInvalidCharacters in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ CacheCollectorTest.php - Data provider for ::testCacheCollector().
- CommentLinksTest::testLinkReply in core/
modules/ comment/ src/ Tests/ Views/ CommentLinksTest.php - Test the comment reply link.
- CommentValidationTest::testValidation in core/
modules/ comment/ src/ Tests/ CommentValidationTest.php - Tests the comment validation constraints.
- ConfigDependencyTest::testDependencyManagement in core/
modules/ config/ src/ Tests/ ConfigDependencyTest.php - Tests creating dependencies on configuration entities.
- ConfigEntityImportTest::checkSinglePluginConfigSync in core/
modules/ system/ src/ Tests/ Entity/ ConfigEntityImportTest.php - Tests that a single set of plugin config stays in sync.
- 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.
- ConfigImportUITest::testImport in core/
modules/ config/ src/ Tests/ ConfigImportUITest.php - Tests importing configuration.
- ConfigImportUITest::testImportLock in core/
modules/ config/ src/ Tests/ ConfigImportUITest.php - Tests concurrent importing of configuration.
- ConfigImportUITest::testImportValidation in core/
modules/ config/ src/ Tests/ ConfigImportUITest.php - Tests that multiple validation errors are listed on the page.
- ConfigTranslationListUiTest::doShortcutListTest in core/
modules/ config_translation/ src/ Tests/ ConfigTranslationListUiTest.php - Tests the shortcut 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.
- ContactPersonalTest::checkContactAccess in core/
modules/ contact/ src/ Tests/ ContactPersonalTest.php - Creates a user and then checks contact form access.
- ContactSitewideTest::testAutoReply in core/
modules/ contact/ src/ Tests/ ContactSitewideTest.php - Tests auto-reply on the site-wide contact form.
- ContentEntityChangedTest::testChanged in core/
modules/ system/ src/ Tests/ Entity/ ContentEntityChangedTest.php - Tests basic EntityChangedInterface functionality.
- ContentEntityChangedTest::testRevisionChanged in core/
modules/ system/ src/ Tests/ Entity/ ContentEntityChangedTest.php - Tests revisionable EntityChangedInterface functionality.
- ContentEntityCloneTest::testFieldEntityReferenceAfterClone in core/
modules/ system/ src/ Tests/ Entity/ ContentEntityCloneTest.php - Tests if entity references on fields are still correct after cloning.
- ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/
modules/ content_translation/ src/ Tests/ ContentTranslationContextualLinksTest.php - Tests that a contextual link is available for translating a node.
- ContentTranslationMetadataFieldsTest::testSetTranslatable in core/
modules/ content_translation/ src/ Tests/ ContentTranslationMetadataFieldsTest.php - Tests setting translatable metadata fields.
- ContentTranslationMetadataFieldsTest::testSkipUntranslatable in core/
modules/ content_translation/ src/ Tests/ ContentTranslationMetadataFieldsTest.php - Tests skipping setting non translatable metadata fields.
- ContentTranslationUITestBase::doTestTranslationChanged in core/
modules/ content_translation/ src/ Tests/ ContentTranslationUITestBase.php - Tests the basic translation workflow.
- DisplayBlockTest::testBlockCategory in core/
modules/ block/ src/ Tests/ Views/ DisplayBlockTest.php - Tests default and custom block categories.
- DisplayPathTest::testMenuOptions in core/
modules/ views_ui/ src/ Tests/ DisplayPathTest.php - Tests the menu and tab option form.
- DisplayTest::testDisplayPlugin in core/
modules/ views/ src/ Tests/ Plugin/ DisplayTest.php - Tests the display test plugin.
- EditorAdminTest::testDisableFormatWithEditor in core/
modules/ editor/ src/ Tests/ EditorAdminTest.php - Tests format disabling.
- EditorFilterIntegrationTest::testTextFormatIntegration in core/
modules/ editor/ tests/ src/ Kernel/ EditorFilterIntegrationTest.php - Tests text format removal or disabling.
- EntityAutocompleteTest::testSelectionSettingsHandling in core/
modules/ system/ src/ Tests/ Entity/ EntityAutocompleteTest.php - Tests that missing or invalid selection setting key are handled correctly.
- EntityDefaultLanguageTest::createNode in core/
modules/ language/ src/ Tests/ EntityDefaultLanguageTest.php - Creates a new node of given type and language using Entity API.
- EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities in core/
modules/ system/ src/ Tests/ Entity/ EntityDefinitionUpdateTest.php - Tests creating and deleting a base field if entities exist.
- EntityDefinitionUpdateTest::testBaseFieldEntityKeyUpdateWithExistingData in core/
modules/ system/ src/ Tests/ Entity/ EntityDefinitionUpdateTest.php - Tests updating a base field when it has existing data.
- EntityDefinitionUpdateTest::testBundleFieldCreateDeleteWithExistingEntities in core/
modules/ system/ src/ Tests/ Entity/ EntityDefinitionUpdateTest.php - Tests creating and deleting a bundle field if entities exist.
- EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData in core/
modules/ system/ src/ Tests/ Entity/ EntityDefinitionUpdateTest.php - Ensures that a new entity level index is created when data exists.
- EntityDefinitionUpdateTest::testEntityIndexCreateWithData in core/
modules/ system/ src/ Tests/ Entity/ EntityDefinitionUpdateTest.php - Tests creating a multi-field index when there are existing entities.
- 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.
- EntityDisplayTest::testFieldComponent in core/
modules/ field_ui/ src/ Tests/ EntityDisplayTest.php - Tests the behavior of a field component within an entity display object.
- EntityFieldTest::testEntityConstraintValidation in core/
modules/ system/ src/ Tests/ Entity/ EntityFieldTest.php - Tests validation constraints provided by the Entity API.
- EntityFormDisplayTest::testFieldComponent in core/
modules/ field_ui/ src/ Tests/ EntityFormDisplayTest.php - Tests the behavior of a field component within an EntityFormDisplay object.
- EntityLanguageTestBase::setUp in core/
modules/ system/ src/ Tests/ Entity/ EntityLanguageTestBase.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.
- EntityReferenceAdminTest::testFieldAdminHandler in core/
modules/ field/ src/ Tests/ EntityReference/ EntityReferenceAdminTest.php - Tests the Entity Reference Admin UI.
- EntityReferenceFieldTest::assertUserAutocreate in core/
modules/ system/ src/ Tests/ Entity/ EntityReferenceFieldTest.php - Asserts that the setter callback performs autocreation for users.
- EntityReferenceFieldTest::assertUserRoleAutocreate in core/
modules/ system/ src/ Tests/ Entity/ EntityReferenceFieldTest.php - Asserts that the setter callback performs autocreation for user roles.
- EntityReferenceFieldTest::testAutocreateApi in core/
modules/ system/ src/ Tests/ Entity/ EntityReferenceFieldTest.php - Tests all the possible ways to autocreate an entity via the API.
- EntityReferenceFieldTest::testReferencedEntitiesMultipleLoad in core/
modules/ system/ src/ Tests/ Entity/ EntityReferenceFieldTest.php - Tests the multiple target entities loader.
- EntityReferenceFieldTest::testReferencedEntitiesStringId in core/
modules/ system/ src/ Tests/ Entity/ EntityReferenceFieldTest.php - Tests referencing entities with string IDs.
- EntityReferenceFieldTest::testTargetEntityNoLoad in core/
modules/ system/ src/ Tests/ Entity/ EntityReferenceFieldTest.php - Tests that the target entity is not unnecessarily loaded.
- EntityReferenceItemTest::testAutocreateValidation in core/
modules/ field/ src/ Tests/ EntityReference/ EntityReferenceItemTest.php - Tests ValidReferenceConstraint with newly created and unsaved entities.
- 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.
- EntityReferenceXSSTest::testEntityReferenceXSS in core/
modules/ field/ src/ Tests/ EntityReference/ EntityReferenceXSSTest.php - Tests markup is escaped in the entity reference select and label formatter.
- EntityRevisionTranslationTest::testNewRevisionAfterTranslation in core/
modules/ system/ src/ Tests/ Entity/ EntityRevisionTranslationTest.php - Tests if the translation object has the right revision id after new revision.
- EntityRevisionTranslationTest::testRevertRevisionAfterTranslation in core/
modules/ system/ src/ Tests/ Entity/ EntityRevisionTranslationTest.php - Tests if the translation object has the right revision id after new revision.
- EntityTest::testNode in core/
modules/ hal/ src/ Tests/ EntityTest.php - Tests the normalization of nodes.
- EntityTranslationFormTest::setUp in core/
modules/ system/ src/ Tests/ Entity/ EntityTranslationFormTest.php - Sets up a Drupal site for running functional and integration tests.
- EntityTranslationFormTest::testEntityFormLanguage in core/
modules/ system/ src/ Tests/ Entity/ EntityTranslationFormTest.php - Tests entity form language.
- EntityTranslationTest::doTestMultilingualProperties in core/
modules/ system/ src/ Tests/ Entity/ EntityTranslationTest.php - Executes the multilingual property tests for the given entity type.
- EntityTranslationTest::testEntityAdapter in core/
modules/ system/ src/ Tests/ Entity/ EntityTranslationTest.php - Tests how entity adapters work with translations.
- EntityValidationTest::checkValidation in core/
modules/ system/ src/ Tests/ Entity/ EntityValidationTest.php - Executes the validation test set for a defined entity type.
- ExposedFormUITest::testExposedAdminUi in core/
modules/ views_ui/ src/ Tests/ ExposedFormUITest.php - Tests the admin interface of exposed filter and sort items.
- FeedLanguageTest::setUp in core/
modules/ aggregator/ src/ Tests/ FeedLanguageTest.php - Sets up a Drupal site for running functional and integration tests.
- FieldCrudTest::testCreateFieldCustomStorage in core/
modules/ field/ src/ Tests/ FieldCrudTest.php - Test creating a field with custom storage set.
- FieldDefaultValueCallbackTest::testDefaultValueCallbackForm in core/
modules/ field/ src/ Tests/ FieldDefaultValueCallbackTest.php - FieldEntityOperationsTest::testEntityOperations in core/
modules/ views/ src/ Tests/ Handler/ FieldEntityOperationsTest.php - Tests entity operations field.
- FieldEntityTest::testGetEntity in core/
modules/ views/ src/ Tests/ Entity/ FieldEntityTest.php - Tests the getEntity method.
- FieldFieldTest::setUp in core/
modules/ views/ src/ Tests/ Handler/ FieldFieldTest.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.
- FieldItemTest::testSaveWorkflow in core/
modules/ system/ src/ Tests/ Field/ FieldItemTest.php - Tests the field item save workflow.
- FieldModuleUninstallValidatorTest::testUninstallingModule in core/
modules/ system/ src/ Tests/ Field/ FieldModuleUninstallValidatorTest.php - Tests uninstall entity_test module with and without content for the field.
- FileFieldDisplayTest::testDescToggle in core/
modules/ file/ src/ Tests/ FileFieldDisplayTest.php - Tests description toggle for field instance configuration.
- FilterAdminTest::testDisabledFormat in core/
modules/ filter/ src/ Tests/ FilterAdminTest.php - Tests whether a field using a disabled format is rendered.
- FilterDateTest::_testUiValidation in core/
modules/ views/ src/ Tests/ Handler/ FilterDateTest.php - Make sure the validation callbacks works.
- FilterEntityBundleTest::setUp in core/
modules/ views/ src/ Tests/ Entity/ FilterEntityBundleTest.php - Sets up a Drupal site for running functional and integration tests.
- FormObjectTest::setUp in core/
modules/ system/ src/ Tests/ Form/ FormObjectTest.php - Sets up a Drupal site for running functional and integration tests.
- FormTest::testInputWithInvalidToken in core/
modules/ system/ src/ Tests/ Form/ FormTest.php - Tests that input is retained for safe elements even with an invalid token.
- FormTest::testRequiredCheckboxesRadio in core/
modules/ system/ src/ Tests/ Form/ FormTest.php - Tests validation for required checkbox, select, and radio elements.
- FormTest::testRequiredTextfieldNoTitle in core/
modules/ system/ src/ Tests/ Form/ FormTest.php - Tests validation for required textfield element without title.
- ForumBlockTest::testActiveForumTopicsBlock in core/
modules/ forum/ src/ Tests/ ForumBlockTest.php - Tests the "Active forum topics" block.
- GlossaryTest::testGlossaryView in core/
modules/ views/ src/ Tests/ GlossaryTest.php - Tests the default glossary view.
- 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::testImageStyleAccess in core/
modules/ image/ src/ Tests/ ImageAdminStylesTest.php - Tests access for the image style listing.
- ImageAdminStylesTest::testNumericStyleName in core/
modules/ image/ src/ Tests/ ImageAdminStylesTest.php - Test creating an image style with a numeric name and ensuring it can be applied to an image.
- 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.
- ImageFieldDisplayTest::testImageFieldDefaultImage in core/
modules/ image/ src/ Tests/ ImageFieldDisplayTest.php - Test use of a default image with an image field.
- ImageStyleFlushTest::testFlush in core/
modules/ image/ src/ Tests/ ImageStyleFlushTest.php - General test to flush a style.
- ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/
modules/ image/ src/ Tests/ ImageStylesPathAndUrlTest.php - Tests building an image style URL.
- ImageStylesPathAndUrlTest::setUp in core/
modules/ image/ src/ Tests/ ImageStylesPathAndUrlTest.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.
- KeyValueContentEntityStorageTest::testCRUD in core/
modules/ system/ src/ Tests/ KeyValueStore/ KeyValueContentEntityStorageTest.php - Tests CRUD operations.
- LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies in core/
modules/ locale/ src/ Tests/ LocaleJavascriptTranslationTest.php - Assert translations JS is added before drupal.js, because it depends on it.
- LocaleStringTest::testStringCRUDAPI in core/
modules/ locale/ src/ Tests/ LocaleStringTest.php - Test CRUD API.
- MailCaptureTest::testMailSend in core/
modules/ simpletest/ src/ Tests/ MailCaptureTest.php - Test to see if the wrapper function is executed correctly.
- ManageFieldsTest::addPersistentFieldStorage in core/
modules/ field_ui/ src/ Tests/ ManageFieldsTest.php - Tests that persistent field storage appears in the field UI.
- ManageFieldsTest::testFieldPrefix in core/
modules/ field_ui/ src/ Tests/ ManageFieldsTest.php - Tests that the 'field_prefix' setting works on Field UI.
- 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.
- MenuTest::doMenuTests in core/
modules/ menu_ui/ src/ Tests/ MenuTest.php - Tests menu functionality.
- ModuleHandlerTest::testUninstallContentDependency in core/
modules/ system/ tests/ src/ Kernel/ Extension/ ModuleHandlerTest.php - Tests uninstalling a module that has content.
- ModuleTest::testViewsFetchPluginNames in core/
modules/ views/ src/ Tests/ ModuleTest.php - Tests the \Drupal\views\Views::fetchPluginNames() method.
- MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions in core/
modules/ node/ src/ Tests/ MultiStepNodeFormBasicOptionsTest.php - Tests changing the default values of basic options to ensure they persist.
- NewViewConfigSchemaTest::testNewViews in core/
modules/ views_ui/ src/ Tests/ NewViewConfigSchemaTest.php - Tests creating brand new views.
- NodeAccessLanguageAwareCombinationTest::setUp in core/
modules/ node/ src/ Tests/ NodeAccessLanguageAwareCombinationTest.php - Sets up a Drupal site for running functional and integration tests.
- NodeAccessLanguageAwareTest::setUp in core/
modules/ node/ src/ Tests/ NodeAccessLanguageAwareTest.php - Sets up a Drupal site for running functional and integration tests.
- NodeAccessMenuLinkTest::testNodeAccessMenuLink in core/
modules/ node/ src/ Tests/ NodeAccessMenuLinkTest.php - SA-CORE-2015-003: Tests menu links to nodes when node access is restricted.
- NodeFormButtonsTest::testNodeFormButtons in core/
modules/ node/ src/ Tests/ NodeFormButtonsTest.php - Tests that the right buttons are displayed for saving nodes.
- NodeOwnerTest::testOwner in core/
modules/ node/ src/ Tests/ NodeOwnerTest.php - Tests node owner functionality.
- NodeRevisionsTest::createRevisions in core/
modules/ node/ src/ Tests/ NodeRevisionsTest.php - Creates a series of revisions for the specified node.
- NodeRevisionsTest::setUp in core/
modules/ node/ src/ Tests/ NodeRevisionsTest.php - Sets up a Drupal site for running functional and integration tests.
- NodeRevisionWizardTest::testViewAdd in core/
modules/ node/ src/ Tests/ Views/ NodeRevisionWizardTest.php - Tests creating a node revision view.
- NodeTest::testBundleNormalization in core/
modules/ rest/ src/ Tests/ NodeTest.php - Test bundle normalization when posting bundle as a simple string.
- NodeTest::testCreate in core/
modules/ rest/ src/ Tests/ NodeTest.php - Test creating a node using json serialization.
- NodeTest::testInvalidBundle in core/
modules/ rest/ src/ Tests/ NodeTest.php - Test bundle normalization when posting using a simple string.
- NodeTest::testMissingBundle in core/
modules/ rest/ src/ Tests/ NodeTest.php - Test when the bundle is missing.
- NodeTest::testNodes in core/
modules/ rest/ src/ Tests/ NodeTest.php - Performs various tests on nodes and their REST API.
- 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.
- NodeValidationTest::testValidation in core/
modules/ node/ src/ Tests/ NodeValidationTest.php - Tests the node validation constraints.
- OptionsTestBase::setUp in core/
modules/ options/ src/ Tests/ Views/ OptionsTestBase.php - Performs setup tasks before each individual test method is run.
- PageCacheTest::testPageCacheAnonymous403404 in core/
modules/ page_cache/ src/ Tests/ PageCacheTest.php - Tests the 4xx-response cache tag is added and invalidated.
- PagePreviewTest::testPagePreviewWithRevisions in core/
modules/ node/ src/ Tests/ PagePreviewTest.php - Checks the node preview functionality, when using revisions.
- PagerTest::setUp in core/
modules/ system/ src/ Tests/ Pager/ PagerTest.php - Sets up a Drupal site for running functional and integration tests.
- PagerTest::testPagerEllipsis in core/
modules/ system/ src/ Tests/ Pager/ PagerTest.php - Test proper functioning of the ellipsis.
- PhpStorageFactoryTest::setSettings in core/
modules/ system/ tests/ src/ Kernel/ PhpStorage/ PhpStorageFactoryTest.php - Sets the Settings() singleton.
- QuickEditLoadingTest::setUp in core/
modules/ quickedit/ src/ Tests/ QuickEditLoadingTest.php - Sets up a Drupal site for running functional and integration tests.
- RawStringFormatterTest::testStringFormatter in core/
modules/ field/ src/ Tests/ String/ RawStringFormatterTest.php - Tests string formatter output.
- ResponseTest::testFormResponse in core/
modules/ system/ src/ Tests/ Form/ ResponseTest.php - Tests that enforced responses propagate through subscribers and middleware.
- RESTTestBase::entityValues in core/
modules/ rest/ src/ Tests/ RESTTestBase.php - Provides an array of suitable property values for an entity type.
- SearchConfigSettingsFormTest::testMultipleSearchPages in core/
modules/ search/ src/ Tests/ SearchConfigSettingsFormTest.php - Tests multiple search pages of the same type.
- ShortcutSetsTest::testShortcutSetSwitchCreate in core/
modules/ shortcut/ src/ Tests/ ShortcutSetsTest.php - Tests switching a user's shortcut set and creating one at the same time.
- ShortcutTestBase::generateShortcutSet in core/
modules/ shortcut/ src/ Tests/ ShortcutTestBase.php - Creates a generic shortcut set.
- SqlContentEntityStorageSchemaColumnTest::setUp in core/
modules/ field/ src/ Tests/ Entity/ Update/ SqlContentEntityStorageSchemaColumnTest.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.
- TermValidationTest::testValidation in core/
modules/ taxonomy/ src/ Tests/ TermValidationTest.php - Tests the term validation constraints.
- TrustedHostsTest::testShortcut in core/
modules/ system/ src/ Tests/ System/ TrustedHostsTest.php - Tests that shortcut module works together with host verification.
- TypedDataTest::testGetAndSet in core/
modules/ system/ src/ Tests/ TypedData/ TypedDataTest.php - Tests the basics around constructing and working with typed data objects.
- UninstallTest::testUninstallPage in core/
modules/ system/ src/ Tests/ Module/ UninstallTest.php - Tests the Uninstall page and Uninstall confirmation page.
- UpdateApiEntityDefinitionUpdateTest::testMultipleUpdates in core/
modules/ system/ src/ Tests/ Entity/ Update/ UpdateApiEntityDefinitionUpdateTest.php - Tests that multiple updates applied in bulk work as expected.
- UpdateApiEntityDefinitionUpdateTest::testSingleUpdates in core/
modules/ system/ src/ Tests/ Entity/ Update/ UpdateApiEntityDefinitionUpdateTest.php - Tests that individual updates applied sequentially work as expected.
- UpdateApiEntityDefinitionUpdateTest::testStatusReport in core/
modules/ system/ src/ Tests/ Entity/ Update/ UpdateApiEntityDefinitionUpdateTest.php - Tests that entity updates are correctly reported in the status report page.
- UpdateTest::testPatchUpdate in core/
modules/ rest/ src/ Tests/ UpdateTest.php - Tests several valid and invalid partial update requests on test entities.
- UpdateTest::testUpdateUser in core/
modules/ rest/ src/ Tests/ UpdateTest.php - Tests several valid and invalid update requests for the 'user' entity type.
- UserAdminSettingsFormTest::setUp in core/
modules/ user/ src/ Tests/ UserAdminSettingsFormTest.php - Sets up a Drupal site for running functional and integration tests.
- 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.
- UserKernelTestBase::setupPermissionTestData in core/
modules/ user/ src/ Tests/ Views/ UserKernelTestBase.php - Set some test data for permission related tests.
- UserPictureTest::testPictureOnNodeComment in core/
modules/ user/ src/ Tests/ UserPictureTest.php - Tests embedded users on node pages.
- UserRegistrationTest::testUniqueFields in core/
modules/ user/ src/ Tests/ UserRegistrationTest.php - Tests username and email field constraints on user registration.
- UserRoleConditionTest::setUp in core/
modules/ user/ src/ Tests/ Condition/ UserRoleConditionTest.php - Performs setup tasks before each individual test method is run.
- UserRoleDeleteTest::testRoleDeleteUserRoleReferenceDelete in core/
modules/ user/ src/ Tests/ UserRoleDeleteTest.php - Tests removal of role references on role entity delete.
- 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.
- UserValidationTest::testValidation in core/
modules/ user/ src/ Tests/ UserValidationTest.php - Runs entity validation checks.
- ValidationTest::testCustomRequiredError in core/
modules/ system/ src/ Tests/ Form/ ValidationTest.php - Tests #required with custom validation errors.
- 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.