You are here
554 calls to TestBase::assertFalse() in Zircon Profile 8
AccessPermissionTest::testAccessPerm in core/ modules/ user/ src/ Tests/ Views/AccessPermissionTest.php
Tests perm access plugin.
AccessRoleTest::testAccessRole in core/ modules/ user/ src/ Tests/ Views/AccessRoleTest.php
Tests role access plugin.
AccessRoleUITest::testAccessRoleUI in core/ modules/ user/ src/ Tests/ Views/AccessRoleUITest.php
Tests the role access plugin UI.
AccessTest::testStaticAccessPlugin in core/ modules/ views/ src/ Tests/ Plugin/AccessTest.php
Tests static access check.
AccountSwitcherTest::testAccountSwitching in core/ modules/ system/ src/ Tests/ Session/AccountSwitcherTest.php
AggregatorRenderingTest::testBlockLinks in core/ modules/ aggregator/ src/ Tests/AggregatorRenderingTest.php
Adds a feed block to the page and checks its links.
AlterTest::testAlterChangeFields in core/ modules/ system/ src/ Tests/ Database/AlterTest.php
Tests that we can alter the fields of a query.
AreaTest::testAreaAccess in core/ modules/ views/ src/ Tests/ Handler/AreaTest.php
Tests the access for an area.
AreaTitleTest::testTitleText in core/ modules/ views/ src/ Tests/ Handler/AreaTitleTest.php
Tests the title area handler.
ArgumentNullTest::testAreaText in core/ modules/ views/ src/ Tests/ Handler/ArgumentNullTest.php
ArgumentValidateTest::testArgumentValidateUserName in core/ modules/ user/ src/ Tests/ Views/ArgumentValidateTest.php
Tests the UserName argument validator.
ArgumentValidateTest::testArgumentValidateUserUid in core/ modules/ user/ src/ Tests/ Views/ArgumentValidateTest.php
Tests the User (ID) argument validator.
ArgumentValidatorTermTest::testArgumentValidatorTerm in core/ modules/ taxonomy/ src/ Tests/ Views/ArgumentValidatorTermTest.php
Tests the term argument validator plugin.
ArgumentValidatorTest::testArgumentValidateNumeric in core/ modules/ views/ src/ Tests/ Plugin/ArgumentValidatorTest.php
ArgumentValidatorTest::testArgumentValidatorPlugin in core/ modules/ views/ src/ Tests/ Plugin/ArgumentValidatorTest.php
Tests the argument validator test plugin.
ArgumentValidatorTest::testSpecifyValidation in core/ modules/ views_ui/ src/ Tests/ArgumentValidatorTest.php
Tests the 'Specify validation criteria' checkbox functionality.
AttachedAssetsTest::testNoCache in core/ modules/ system/ src/ Tests/ Common/AttachedAssetsTest.php
Tests that for assets with cache = FALSE, Drupal sets preprocess = FALSE.
AutomatedCronUpdateWithoutAutomatedCronTest::testUpdate in core/ modules/ system/ src/ Tests/ Update/AutomatedCronUpdateWithoutAutomatedCronTest.php
Ensures that automated cron module isn't installed and the config migrated.
BasicAuthTest::testBasicAuth in core/ modules/ basic_auth/ src/ Tests/ Authentication/BasicAuthTest.php
Test http basic authentication.
BasicTest::testWizardDefaultValues in core/ modules/ views/ src/ Tests/ Wizard/BasicTest.php
Tests default plugin values are populated from the wizard form.
BlockContentCreationTest::testFailedBlockCreation in core/ modules/ block_content/ src/ Tests/BlockContentCreationTest.php
Verifies that a transaction rolls back the failed creation.
BlockContentTypeTest::testBlockContentTypeCreation in core/ modules/ block_content/ src/ Tests/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
BlockContentTypeTest::testBlockContentTypeEditing in core/ modules/ block_content/ src/ Tests/BlockContentTypeTest.php
Tests editing a block type using the UI.
BlockContextMappingUpdateTest::testUpdateHookN in core/ modules/ block/ src/ Tests/ Update/BlockContextMappingUpdateTest.php
Tests that block context mapping is updated properly.
BlockStorageUnitTest::deleteTests in core/ modules/ block/ src/ Tests/BlockStorageUnitTest.php
Tests the deleting of blocks.
BlockViewBuilderTest::assertBlockRenderedWithExpectedCacheability in core/ modules/ block/ src/ Tests/BlockViewBuilderTest.php
Asserts that a block is built/rendered/cached with expected cacheability.
BlockViewBuilderTest::testBlockViewBuilderViewAlter in core/ modules/ block/ src/ Tests/BlockViewBuilderTest.php
Tests block view altering.
BlockViewBuilderTest::verifyRenderCacheHandling in core/ modules/ block/ src/ Tests/BlockViewBuilderTest.php
Verifies render cache handling of the block being tested.
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.
BulkDeleteTest::testDeleteField in core/ modules/ field/ src/ Tests/BulkDeleteTest.php
Verify that deleting a field leaves the field data items in the database
and that the appropriate Field API functions can operate on the deleted
data and field definition.
BulkFormAccessTest::testUserEditAccess in core/ modules/ user/ src/ Tests/ Views/BulkFormAccessTest.php
Tests if users that may not be edited, can not be edited in bulk.
BulkFormTest::testBulkForm in core/ modules/ action/ src/ Tests/BulkFormTest.php
Tests the bulk form.
BulkFormTest::testBulkForm in core/ modules/ node/ src/ Tests/ Views/BulkFormTest.php
Tests the node bulk form.
BulkFormTest::testBulkForm in core/ modules/ user/ src/ Tests/ Views/BulkFormTest.php
Tests the user bulk form.
CacheabilityMetadataUpdateTest::testUpdateHookN in core/ modules/ views/ src/ Tests/ Update/CacheabilityMetadataUpdateTest.php
Tests that views cacheability metadata updated properly.
CacheTagTest::testTagCaching in core/ modules/ views/ src/ Tests/ Plugin/CacheTagTest.php
Tests the tag cache plugin.
CacheTest::testHeaderStorage in core/ modules/ views/ src/ Tests/ Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CacheTestBase::assertCacheRemoved in core/ modules/ system/ src/ Tests/ Cache/CacheTestBase.php
Asserts that a cache entry has been removed.
CacheWebTest::testCacheOutputOnPage in core/ modules/ views/ src/ Tests/ Plugin/CacheWebTest.php
Tests the output caching on an actual page.
CKEditorAdminTest::testExistingFormat in core/ modules/ ckeditor/ src/ Tests/CKEditorAdminTest.php
Tests configuring a text editor for an existing text format.
CKEditorAdminTest::testNewFormat in core/ modules/ ckeditor/ src/ Tests/CKEditorAdminTest.php
Tests configuring a text editor for a new text format.
CKEditorLoadingTest::testLoading in core/ modules/ ckeditor/ src/ Tests/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
ClearTest::testFlushAllCaches in core/ modules/ system/ src/ Tests/ Cache/ClearTest.php
Tests drupal_flush_all_caches ().
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.
CommentAnonymousTest::testAnonymous in core/ modules/ comment/ src/ Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
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.
CommentFieldAccessTest::testAccessToAdministrativeFields in core/ modules/ comment/ src/ Tests/CommentFieldAccessTest.php
Test permissions on comment fields.
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.
CommentLinksTest::testLinkApprove in core/ modules/ comment/ src/ Tests/ Views/CommentLinksTest.php
Test the comment approve link.
CommentLinksTest::testLinkReply in core/ modules/ comment/ src/ Tests/ Views/CommentLinksTest.php
Test the comment reply link.
CommentNodeChangesTest::testNodeDeletion in core/ modules/ comment/ src/ Tests/CommentNodeChangesTest.php
Tests that comments are deleted with the node.
CommentPagerTest::testCommentPaging in core/ modules/ comment/ src/ Tests/CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentTokenReplaceTest::testCommentTokenReplacement in core/ modules/ comment/ src/ Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
CommentTranslationUITest::doTestPublishedStatus in core/ modules/ comment/ src/ Tests/CommentTranslationUITest.php
Tests the translation publishing status.
CommentTypeTest::testCommentTypeEditing in core/ modules/ comment/ src/ Tests/CommentTypeTest.php
Tests editing a comment type using the UI.
CompatibilityFixTest::testFixCompatibility in core/ modules/ system/ src/ Tests/ Update/CompatibilityFixTest.php
ConditionTestDualUserTest::doTestDifferentUser in core/ modules/ system/ tests/ modules/ condition_test/ src/ Tests/ConditionTestDualUserTest.php
Tests with each context mapped to different users.
ConfigCRUDTest::testDataTypes in core/ modules/ config/ src/ Tests/ConfigCRUDTest.php
Tests data type handling.
ConfigDependencyTest::testConfigEntityDelete in core/ modules/ config/ src/ Tests/ConfigDependencyTest.php
Tests deleting a configuration entity and dependency management.
ConfigDependencyTest::testConfigEntityUninstall in core/ modules/ config/ src/ Tests/ConfigDependencyTest.php
Tests ConfigManager::uninstall() and config entity dependency management.
ConfigDependencyTest::testDependencyManagement in core/ modules/ config/ src/ Tests/ConfigDependencyTest.php
Tests creating dependencies on configuration entities.
ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait in core/ modules/ config/ src/ Tests/ConfigDependencyWebTest.php
Tests ConfigDependencyDeleteFormTrait.
ConfigDiffTest::testDiff in core/ modules/ config/ src/ Tests/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
ConfigEntityStatusTest::testCRUD in core/ modules/ config/ src/ Tests/ConfigEntityStatusTest.php
Tests the enabling/disabling of entities.
ConfigEntityTest::testCRUDUI in core/ modules/ config/ src/ Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigExportImportUITest::testExportImportCollections in core/ modules/ config/ src/ Tests/ConfigExportImportUITest.php
Tests an export and import of collections.
ConfigFieldDefinitionTest::testBundleFieldDefinition in core/ modules/ field/ src/ Tests/ConfigFieldDefinitionTest.php
Makes sure a field definition is exposed for a configurable field.
ConfigFieldDefinitionTest::testFieldStorageDefinition in core/ modules/ field/ src/ Tests/ConfigFieldDefinitionTest.php
Makes sure a field storage definition is exposed for a configurable field.
ConfigImporterTest::testDeleted in core/ modules/ config/ src/ Tests/ConfigImporterTest.php
Tests deletion of configuration during import.
ConfigImporterTest::testIsInstallable in core/ modules/ config/ src/ Tests/ConfigImporterTest.php
Tests the isInstallable method()
ConfigImporterTest::testNew in core/ modules/ config/ src/ Tests/ConfigImporterTest.php
Tests creation of configuration during import.
ConfigImporterTest::testNoImport in core/ modules/ config/ src/ Tests/ConfigImporterTest.php
Tests omission of module APIs for bare configuration operations.
ConfigImporterTest::testSecondaryDeletedDeleteeSecond in core/ modules/ config/ src/ Tests/ConfigImporterTest.php
Tests that secondary deletes for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleteeFirst in core/ modules/ config/ src/ Tests/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleterFirst in core/ modules/ config/ src/ Tests/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testUpdated in core/ modules/ config/ src/ Tests/ConfigImporterTest.php
Tests updating of configuration during import.
ConfigImportInstallProfileTest::testInstallProfileValidation in core/ modules/ config/ src/ Tests/ConfigImportInstallProfileTest.php
Tests config importer cannot uninstall install profiles.
ConfigImportRecreateTest::testRecreateEntity in core/ modules/ config/ src/ Tests/ConfigImportRecreateTest.php
ConfigImportUITest::testImport in core/ modules/ config/ src/ Tests/ConfigImportUITest.php
Tests importing configuration.
ConfigInstallTest::testModuleInstallation in core/ modules/ config/ src/ Tests/ConfigInstallTest.php
Tests module installation.
ConfigLanguageOverrideTest::testConfigLanguageOverride in core/ modules/ config/ src/ Tests/ConfigLanguageOverrideTest.php
Tests locale override based on language.
ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/ modules/ config/ src/ Tests/ConfigLanguageOverrideWebTest.php
Tests translating the site name.
ConfigOtherModuleTest::testInstallConfigEntityModuleFirst in core/ modules/ config/ src/ Tests/ConfigOtherModuleTest.php
Tests enabling the provider of the config entity type first.
ConfigOverrideTest::testConfOverride in core/ modules/ config/ src/ Tests/ConfigOverrideTest.php
Tests configuration override.
ConfigSingleImportExportTest::testImport in core/ modules/ config/ src/ Tests/ConfigSingleImportExportTest.php
Tests importing a single configuration file.
ConfigSnapshotTest::testSnapshot in core/ modules/ config/ src/ Tests/ConfigSnapshotTest.php
Tests config snapshot creation and updating.
ConfigStorageTestBase::testCollection in core/ modules/ config/ src/ Tests/ Storage/ConfigStorageTestBase.php
Tests that the storage supports collections.
ConfigStorageTestBase::testCRUD in core/ modules/ config/ src/ Tests/ Storage/ConfigStorageTestBase.php
Tests storage CRUD operations.
ConfigTranslationUiTest::assertDisabledTextarea in core/ modules/ config_translation/ src/ Tests/ConfigTranslationUiTest.php
Asserts that a textarea with a given ID has been disabled from editing.
ConfigurationTest::testActionConfiguration in core/ modules/ action/ src/ Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ConnectionUnitTest::assertNoConnection in core/ modules/ system/ src/ Tests/ Database/ConnectionUnitTest.php
Asserts that a connection ID does not exist.
ContactAuthenticatedUserTest::testContactSiteWideTextfieldsLoggedInTestCase in core/ modules/ contact/ src/ Tests/ContactAuthenticatedUserTest.php
Tests that name and email fields are not present for authenticated users.
ContactFieldsTest::testViewsData in core/ modules/ contact/ src/ Tests/ Views/ContactFieldsTest.php
Tests the views data generation.
ContactPersonalTest::testPersonalContactAccess in core/ modules/ contact/ src/ Tests/ContactPersonalTest.php
Tests access to the personal contact form.
ContactSitewideTest::deleteContactForms in core/ modules/ contact/ src/ Tests/ContactSitewideTest.php
Deletes all forms.
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.
ContentTranslationOperationsTest::testContentTranslationOverviewAccess in core/ modules/ content_translation/ src/ Tests/ContentTranslationOperationsTest.php
ContentTranslationSettingsTest::testSettingsUI in core/ modules/ content_translation/ src/ Tests/ContentTranslationSettingsTest.php
Tests that the settings UI works as expected.
ContentTranslationSyncImageTest::testImageFieldSync in core/ modules/ content_translation/ src/ Tests/ContentTranslationSyncImageTest.php
Tests image field field synchronization.
ContentTranslationUITestBase::doTestOutdatedStatus in core/ modules/ content_translation/ src/ Tests/ContentTranslationUITestBase.php
Tests up-to-date status tracking.
ContentTranslationUITestBase::doTestPublishedStatus in core/ modules/ content_translation/ src/ Tests/ContentTranslationUITestBase.php
Tests the translation publishing status.
CopyTest::testExistingError in core/ modules/ file/ src/ Tests/CopyTest.php
Test that copying over an existing file fails when FILE_EXISTS_ERROR is
specified.
CreateTest::assertCreateEntityWithoutProperPermissions in core/ modules/ rest/ src/ Tests/CreateTest.php
Try to create an entity without proper permissions.
CreateTest::testCreateEntityTest in core/ modules/ rest/ src/ Tests/CreateTest.php
Tests valid and invalid create requests for 'entity_test' entity type.
CreateTest::testCreateResourceRestApiNotEnabled in core/ modules/ rest/ src/ Tests/CreateTest.php
Try to create a resource which is not REST API enabled.
CreateTest::testCreateWithoutPermission in core/ modules/ rest/ src/ Tests/CreateTest.php
Ensure that an entity cannot be created without the restful permission.
CsrfTest::testCookieAuth in core/ modules/ rest/ src/ Tests/CsrfTest.php
Tests that CSRF check is triggered for Cookie Auth requests.
CurrentThemeConditionTest::testCurrentTheme in core/ modules/ system/ src/ Tests/ Condition/CurrentThemeConditionTest.php
Tests the current theme condition.
DatabaseBackendTagTest::testTagInvalidations in core/ modules/ system/ src/ Tests/ Cache/DatabaseBackendTagTest.php
DatabaseStorageExpirableTest::testCRUDWithExpiration in core/ modules/ system/ src/ Tests/ KeyValueStore/DatabaseStorageExpirableTest.php
Tests CRUD functionality with expiration.
DatabaseStorageExpirableTest::testExpiration in core/ modules/ system/ src/ Tests/ KeyValueStore/DatabaseStorageExpirableTest.php
Tests data expiration.
DateTimeTest::testDateFormatConfiguration in core/ modules/ system/ src/ Tests/ System/DateTimeTest.php
Test date format configuration.
DbDumpTest::testDbDumpCommand in core/ modules/ system/ src/ Tests/ Update/DbDumpTest.php
Test the command directly.
DbDumpTest::testScriptLoad in core/ modules/ system/ src/ Tests/ Update/DbDumpTest.php
Test loading the script back into the database.
DeleteFeedTest::testDeleteFeed in core/ modules/ aggregator/ src/ Tests/DeleteFeedTest.php
Deletes a feed and ensures that all of its services are deleted.
DeleteTest::testDelete in core/ modules/ rest/ src/ Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
DeleteTest::testInUse in core/ modules/ file/ src/ Tests/DeleteTest.php
Tries deleting a file that is in use.
DeleteTest::testUnused in core/ modules/ file/ src/ Tests/DeleteTest.php
Tries deleting a normal file (as opposed to a directory, symlink, etc).
DependencyMissingTest::testMissingUpdate in core/ modules/ system/ src/ Tests/ Update/DependencyMissingTest.php
DirectoryTest::testFileCheckDirectoryHandling in core/ modules/ system/ src/ Tests/ File/DirectoryTest.php
Test directory handling functions.
DisabledDisplayTest::testDisabledDisplays in core/ modules/ views/ src/ Tests/ Plugin/DisabledDisplayTest.php
Tests that views displays can be disabled.
DisplayBlockTest::testDeleteBlockDisplay in core/ modules/ block/ src/ Tests/ Views/DisplayBlockTest.php
Tests removing a block display.
DisplayCRUDTest::testDuplicateDisplay in core/ modules/ views_ui/ src/ Tests/DisplayCRUDTest.php
Tests the duplicating of a display.
DisplayPageTest::testPageRouterItems in core/ modules/ views/ src/ Tests/ Plugin/DisplayPageTest.php
Checks that the router items are properly registered
DisplayPageWebTest::testTitleOutput in core/ modules/ views/ src/ Tests/ Plugin/DisplayPageWebTest.php
Tests the title is not displayed in the output.
DisplayTest::testDisableDisplay in core/ modules/ views_ui/ src/ Tests/DisplayTest.php
Tests disabling of a display.
DisplayTest::testDisplayPlugin in core/ modules/ views/ src/ Tests/ Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testFilterGroupsOverriding in core/ modules/ views/ src/ Tests/ Plugin/DisplayTest.php
Tests the overriding of filter_groups.
DisplayTest::testOutputIsEmpty in core/ modules/ views/ src/ Tests/ Plugin/DisplayTest.php
Tests the outputIsEmpty method on the display.
DownloadTest::doPrivateFileTransferTest in core/ modules/ file/ src/ Tests/DownloadTest.php
Test the private file transfer system.
DrupalKernelSiteTest::testServicesYml in core/ modules/ system/ src/ Tests/ DrupalKernel/DrupalKernelSiteTest.php
Tests services.yml in site directory.
DrupalKernelTest::testCompileDIC in core/ modules/ system/ src/ Tests/ DrupalKernel/DrupalKernelTest.php
Tests DIC compilation.
DynamicPageCacheIntegrationTest::testDynamicPageCache in core/ modules/ dynamic_page_cache/ src/ Tests/DynamicPageCacheIntegrationTest.php
Tests that Dynamic Page Cache works correctly, and verifies the edge cases.
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.
EditorUpdateTest::testEditorUpdate8001 in core/ modules/ editor/ src/ Tests/ Update/EditorUpdateTest.php
Tests editor_update_8001 ().
ElementsLabelsTest::testFormLabels in core/ modules/ system/ src/ Tests/ Form/ElementsLabelsTest.php
Test form elements, labels, title attributes and required marks output
correctly and have the correct label option class if needed.
ElementsTableSelectTest::testMultipleFalseOptionchecker in core/ modules/ system/ src/ Tests/ Form/ElementsTableSelectTest.php
Test the whether the option checker gives an error on invalid tableselect values for radios.
ElementsTableSelectTest::testMultipleTrueOptionchecker in core/ modules/ system/ src/ Tests/ Form/ElementsTableSelectTest.php
Test the whether the option checker gives an error on invalid tableselect values for checkboxes.
ElementsVerticalTabsTest::testDefaultTabCleaned in core/ modules/ system/ src/ Tests/ Form/ElementsVerticalTabsTest.php
Ensures that vertical tab form values are cleaned.
ElementsVerticalTabsTest::testWrapperNotShownWhenEmpty in core/ modules/ system/ src/ Tests/ Form/ElementsVerticalTabsTest.php
Ensures that vertical tab markup is not shown if user has no tab access.
EngineTwigTest::testTwigLinkGenerator in core/ modules/ system/ src/ Tests/ Theme/EngineTwigTest.php
Tests the link_generator Twig functions.
EngineTwigTest::testTwigUrlGenerator in core/ modules/ system/ src/ Tests/ Theme/EngineTwigTest.php
Tests the url and url_generate Twig functions.
EngineTwigTest::testTwigUrlToString in core/ modules/ system/ src/ Tests/ Theme/EngineTwigTest.php
Tests the magic url to string Twig functions.
EntityBundleFieldTest::testCustomBundleFieldUsage in core/ modules/ system/ src/ Tests/ Entity/EntityBundleFieldTest.php
Tests making use of a custom bundle field.
EntityCacheTagsTestBase::verifyRenderCache in core/ modules/ system/ src/ Tests/ Entity/EntityCacheTagsTestBase.php
Verify that a given render cache entry exists, with the correct cache tags.
EntityCrudHookTest::testEntityRollback in core/ modules/ system/ src/ Tests/ Entity/EntityCrudHookTest.php
Tests rollback from failed entity save.
EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities in core/ modules/ system/ src/ Tests/ Entity/EntityDefinitionUpdateTest.php
Tests creating and deleting a base field if entities exist.
EntityDefinitionUpdateTest::testBaseFieldCreateUpdateDeleteWithoutData in core/ modules/ system/ src/ Tests/ Entity/EntityDefinitionUpdateTest.php
Tests creating, updating, and deleting a base field if no entities exist.
EntityDefinitionUpdateTest::testBundleFieldCreateDeleteWithExistingEntities in core/ modules/ system/ src/ Tests/ Entity/EntityDefinitionUpdateTest.php
Tests creating and deleting a bundle field if entities exist.
EntityDefinitionUpdateTest::testBundleFieldCreateUpdateDeleteWithoutData in core/ modules/ system/ src/ Tests/ Entity/EntityDefinitionUpdateTest.php
Tests creating, updating, and deleting a bundle field if no entities exist.
EntityDefinitionUpdateTest::testDefinitionEvents in core/ modules/ system/ src/ Tests/ Entity/EntityDefinitionUpdateTest.php
Tests entity type and field storage definition events.
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData in core/ modules/ system/ src/ Tests/ Entity/EntityDefinitionUpdateTest.php
Tests creating and deleting a multi-field index when there are no existing entities.
EntityDefinitionUpdateTest::testEntityTypeUpdateWithoutData in core/ modules/ system/ src/ Tests/ Entity/EntityDefinitionUpdateTest.php
Tests updating entity schema when there are no existing entities.
EntityDefinitionUpdateTest::testLongNameFieldIndexes in core/ modules/ system/ src/ Tests/ Entity/EntityDefinitionUpdateTest.php
Check that field schema is correctly handled with long-named fields.
EntityDefinitionUpdateTest::testNewEntityType in core/ modules/ system/ src/ Tests/ Entity/EntityDefinitionUpdateTest.php
Tests that new entity type definitions are correctly handled.
EntityDefinitionUpdateTest::testNoUpdates in core/ modules/ system/ src/ Tests/ Entity/EntityDefinitionUpdateTest.php
Tests when no definition update is needed.
EntityDefinitionUpdateTest::testSingleActionCalls in core/ modules/ system/ src/ Tests/ Entity/EntityDefinitionUpdateTest.php
Tests applying single updates.
EntityDisplayTest::testBaseFieldComponent in core/ modules/ field_ui/ src/ Tests/EntityDisplayTest.php
Tests the behavior of a field component for a base field.
EntityDisplayTest::testComponentDependencies in core/ modules/ field_ui/ src/ Tests/EntityDisplayTest.php
Tests components dependencies additions.
EntityDisplayTest::testDeleteBundle in core/ modules/ field_ui/ src/ Tests/EntityDisplayTest.php
Tests deleting a bundle.
EntityDisplayTest::testDeleteField in core/ modules/ field_ui/ src/ Tests/EntityDisplayTest.php
Tests deleting field.
EntityDisplayTest::testEntityDisplayInvalidateCacheTags in core/ modules/ field_ui/ src/ Tests/EntityDisplayTest.php
Ensure that entity view display changes invalidates cache tags.
EntityDisplayTest::testEntityGetDisplay in core/ modules/ field_ui/ src/ Tests/EntityDisplayTest.php
Tests entity_get_display ().
EntityDisplayTest::testFieldComponent in core/ modules/ field_ui/ src/ Tests/EntityDisplayTest.php
Tests the behavior of a field component within an entity display object.
EntityDisplayTest::testOnDependencyRemoval in core/ modules/ field_ui/ src/ Tests/EntityDisplayTest.php
Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval ().
EntityFieldTest::doTestReadWrite in core/ modules/ system/ src/ Tests/ Entity/EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityFieldTest::testBaseFieldNonExistingBaseField in core/ modules/ system/ src/ Tests/ Entity/EntityFieldTest.php
Tests a base field override on a non-existing base field.
EntityFieldTest::testFieldOverrideBundleField in core/ modules/ system/ src/ Tests/ Entity/EntityFieldTest.php
Tests creating a field override config for a bundle field.
EntityFileTest::testIsLocalUri in core/ modules/ file/ src/ Tests/ Migrate/EntityFileTest.php
Tests various invocations of the isLocalUri() method.
EntityFileTest::testWriteFile in core/ modules/ file/ src/ Tests/ Migrate/EntityFileTest.php
Tests various invocations of the writeFile() method.
EntityFormDisplayTest::testBaseFieldComponent in core/ modules/ field_ui/ src/ Tests/EntityFormDisplayTest.php
Tests the behavior of a field component for a base field.
EntityFormDisplayTest::testDeleteField in core/ modules/ field_ui/ src/ Tests/EntityFormDisplayTest.php
Tests deleting field.
EntityFormDisplayTest::testEntityGetFromDisplay in core/ modules/ field_ui/ src/ Tests/EntityFormDisplayTest.php
Tests entity_get_form_display ().
EntityFormDisplayTest::testFieldComponent in core/ modules/ field_ui/ src/ Tests/EntityFormDisplayTest.php
Tests the behavior of a field component within an EntityFormDisplay object.
EntityFormDisplayTest::testOnDependencyRemoval in core/ modules/ field_ui/ src/ Tests/EntityFormDisplayTest.php
Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval ().
EntityFormTest::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.
EntityQueryTest::testCount in core/ modules/ system/ src/ Tests/ Entity/EntityQueryTest.php
Test that count queries are separated across entity types.
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.
EntityReferenceFieldTest::testReferencedEntitiesMultipleLoad in core/ modules/ system/ src/ Tests/ Entity/EntityReferenceFieldTest.php
Tests the multiple target entities loader.
EntityReferenceFormatterTest::testAccess in core/ modules/ field/ src/ Tests/ EntityReference/EntityReferenceFormatterTest.php
Assert inaccessible items don't change the data of the fields.
EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/ modules/ field/ src/ Tests/ EntityReference/EntityReferenceIntegrationTest.php
Tests the entity reference field with all its supported field widgets.
EntityRevisionTranslationTest::testRevertRevisionAfterTranslation in core/ modules/ system/ src/ Tests/ Entity/EntityRevisionTranslationTest.php
Tests if the translation object has the right revision id after new revision.
EntitySchemaTest::testCustomFieldCreateDelete in core/ modules/ system/ src/ Tests/ Entity/EntitySchemaTest.php
Tests the custom bundle field creation and deletion.
EntityTest::testComment in core/ modules/ hal/ src/ Tests/EntityTest.php
Tests the normalization of comments.
EntityTranslationTest::doTestEntityLanguageMethods in core/ modules/ system/ src/ Tests/ Entity/EntityTranslationTest.php
Executes the entity language method tests for the given entity type.
EntityTranslationTest::doTestEntityTranslationAPI in core/ modules/ system/ src/ Tests/ Entity/EntityTranslationTest.php
Executes the Entity Translation API tests for the given entity type.
EntityTranslationTest::testFieldDefinitions in core/ modules/ system/ src/ Tests/ Entity/EntityTranslationTest.php
Check that field translatability is handled properly.
EntityTypedDataDefinitionTest::testEntities in core/ modules/ system/ src/ Tests/ Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata about entities.
EntityTypedDataDefinitionTest::testFields in core/ modules/ system/ src/ Tests/ Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata about fields.
EntityViewBuilderTest::testEntityViewBuilderCache in core/ modules/ system/ src/ Tests/ Entity/EntityViewBuilderTest.php
Tests entity render cache handling.
EntityViewBuilderTest::testEntityViewBuilderCacheWithReferences in core/ modules/ system/ src/ Tests/ Entity/EntityViewBuilderTest.php
Tests entity render cache with references.
EntityViewsDataUpdateTest::testUpdateHookN in core/ modules/ views/ src/ Tests/ Update/EntityViewsDataUpdateTest.php
Tests that field plugins are updated properly.
ErrorHandlerTest::assertNoMessages in core/ modules/ system/ src/ Tests/ System/ErrorHandlerTest.php
Asserts that no messages are printed onto the page.
ErrorHandlerTest::testExceptionHandler in core/ modules/ system/ src/ Tests/ System/ErrorHandlerTest.php
Test the exception handler.
FeedFetcherPluginTest::testfetch in core/ modules/ aggregator/ src/ Tests/FeedFetcherPluginTest.php
Test fetching functionality.
FieldAccessTest::testFieldAccess in core/ modules/ system/ src/ Tests/ Entity/FieldAccessTest.php
Tests hook_entity_field_access () and hook_entity_field_access_alter ().
FieldAttachOtherTest::testEntityCache in core/ modules/ field/ src/ Tests/FieldAttachOtherTest.php
Test entity cache.
FieldAttachOtherTest::testEntityFormDisplayBuildForm in core/ modules/ field/ src/ Tests/FieldAttachOtherTest.php
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm ().
FieldAttachStorageTest::testEntityDeleteBundle in core/ modules/ field/ src/ Tests/FieldAttachStorageTest.php
Test entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachDelete in core/ modules/ field/ src/ Tests/FieldAttachStorageTest.php
Test entity deletion.
FieldCrudTest::testCreateFieldCustomStorage in core/ modules/ field/ src/ Tests/FieldCrudTest.php
Test creating a field with custom storage set.
FieldCrudTest::testDeleteFieldCrossDeletion in core/ modules/ field/ src/ Tests/FieldCrudTest.php
Tests the cross deletion behavior between field storages and fields.
FieldFieldAccessTestBase::assertFieldAccess in core/ modules/ views/ src/ Tests/ Handler/FieldFieldAccessTestBase.php
Checks views field access for a given entity type and field name.
FieldImportCreateTest::testImportCreateDefault in core/ modules/ field/ src/ Tests/FieldImportCreateTest.php
Tests creating field storages and fields during default config import.
FieldImportDeleteTest::testImportDelete in core/ modules/ field/ src/ Tests/FieldImportDeleteTest.php
Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall in core/ modules/ field/ src/ Tests/FieldImportDeleteUninstallTest.php
Tests purging already deleted field storages and fields during a config
import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall in core/ modules/ field/ src/ Tests/FieldImportDeleteUninstallTest.php
Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/ modules/ field/ src/ Tests/FieldImportDeleteUninstallUiTest.php
Tests deleting field storages and fields as part of config import.
FieldKernelTest::testArgumentTokens in core/ modules/ views/ src/ Tests/ Handler/FieldKernelTest.php
Tests the arguments tokens on field level.
FieldKernelTest::testClickSortable in core/ modules/ views/ src/ Tests/ Handler/FieldKernelTest.php
Tests whether the filters are click sortable as expected.
FieldKernelTest::testIsValueEmpty in core/ modules/ views/ src/ Tests/ Handler/FieldKernelTest.php
Tests views_handler_field::isValueEmpty().
FieldModuleUninstallValidatorTest::assertModuleInstallUninstall in core/ modules/ system/ src/ Tests/ Field/FieldModuleUninstallValidatorTest.php
Asserts the given module can be installed and uninstalled.
FieldSqlStorageTest::testFieldLoad in core/ modules/ system/ src/ Tests/ Entity/FieldSqlStorageTest.php
Tests field loading works correctly by inserting directly in the tables.
FieldSqlStorageTest::testFieldUpdateIndexesWithData in core/ modules/ system/ src/ Tests/ Entity/FieldSqlStorageTest.php
Test adding and removing indexes while data is present.
FieldUpdateTest::testFieldUpdate8001 in core/ modules/ field/ src/ Tests/ Update/FieldUpdateTest.php
Tests field_update_8001 ().
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.
FieldWidgetConstraintValidatorTest::testValidationWithCompositeConstraint in core/ modules/ system/ src/ Tests/ Entity/FieldWidgetConstraintValidatorTest.php
Tests widget constraint validation with composite constraints.
FileDenormalizeTest::testFileDenormalize in core/ modules/ hal/ src/ Tests/FileDenormalizeTest.php
Tests file entity denormalization.
FileFieldTestBase::assertFileEntryNotExists in core/ modules/ file/ src/ Tests/FileFieldTestBase.php
Asserts that a file does not exist in the database.
FileFieldTestBase::assertFileNotExists in core/ modules/ file/ src/ Tests/FileFieldTestBase.php
Asserts that a file does not exist on disk.
FileListingTest::testFileListingPages in core/ modules/ file/ src/ Tests/FileListingTest.php
Tests file overview with different user permissions.
FileManagedAccessTest::testFileAccess in core/ modules/ file/ src/ Tests/FileManagedAccessTest.php
Tests if public file is always accessible.
FileMoveTest::testNormal in core/ modules/ image/ src/ Tests/FileMoveTest.php
Tests moving a randomly generated image.
FileSaveHtaccessLoggingTest::testHtaccessSave in core/ modules/ system/ src/ Tests/ File/FileSaveHtaccessLoggingTest.php
Tests file_save_htaccess ().
FileTokenReplaceTest::testFileTokenReplacement in core/ modules/ file/ src/ Tests/FileTokenReplaceTest.php
Creates a file, then tests the tokens generated from it.
FilterAdminTest::testFilterAdmin in core/ modules/ filter/ src/ Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAPITest::testDependencyRemoval in core/ modules/ filter/ src/ Tests/FilterAPITest.php
Tests that filter format dependency removal works.
FilterFormatAccessTest::testFormatPermissions in core/ modules/ filter/ src/ Tests/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FilterFormatAccessTest::testFormatRoles in core/ modules/ filter/ src/ Tests/FilterFormatAccessTest.php
Tests if text format is available to a role.
FilterFormTest::assertNoSelect in core/ modules/ filter/ src/ Tests/FilterFormTest.php
Makes sure that no select element with the given ID exists on the page.
FilterNumericTest::testAllowEmpty in core/ modules/ views/ src/ Tests/ Handler/FilterNumericTest.php
FloodTest::testCleanUp in core/ modules/ system/ src/ Tests/ System/FloodTest.php
Test flood control mechanism clean-up.
FloodTest::testDatabaseBackend in core/ modules/ system/ src/ Tests/ System/FloodTest.php
Test flood control database backend.
FloodTest::testMemoryBackend in core/ modules/ system/ src/ Tests/ System/FloodTest.php
Test flood control memory backend.
FormCacheTest::testCacheToken in core/ modules/ system/ src/ Tests/ Form/FormCacheTest.php
Tests the form cache with a logged-in user.
FormTest::testFieldFormAccess in core/ modules/ field/ src/ Tests/FormTest.php
Tests fields with no 'edit' access.
FormTest::testRequiredFields in core/ modules/ system/ src/ Tests/ Form/FormTest.php
Check several empty values for required forms elements.
ForumUninstallTest::testForumUninstallWithField in core/ modules/ forum/ src/ Tests/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
FrameworkTest::testCurrentPathChange in core/ modules/ system/ src/ Tests/ Ajax/FrameworkTest.php
Tests that drupalSettings.currentPath is not updated on AJAX requests.
FrameworkTest::testLazyLoad in core/ modules/ system/ src/ Tests/ Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrontPageTest::assertNotInResultSet in core/ modules/ node/ src/ Tests/ Views/FrontPageTest.php
Verifies that an amount of nids aren't in the result.
GenericCacheBackendUnitTestBase::testDeleteAll in core/ modules/ system/ src/ Tests/ Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::deleteAll ().
GenericCacheBackendUnitTestBase::testDeleteMultiple in core/ modules/ system/ src/ Tests/ Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::delete () and
Drupal\Core\Cache\CacheBackendInterface::deleteMultiple ().
GenericCacheBackendUnitTestBase::testGetMultiple in core/ modules/ system/ src/ Tests/ Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple ().
GenericCacheBackendUnitTestBase::testInvalidate in core/ modules/ system/ src/ Tests/ Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::invalidate () and
Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple ().
GenericCacheBackendUnitTestBase::testInvalidateAll in core/ modules/ system/ src/ Tests/ Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::invalidateAll ().
GenericCacheBackendUnitTestBase::testInvalidateTags in core/ modules/ system/ src/ Tests/ Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::invalidateTags().
GenericCacheBackendUnitTestBase::testRemoveBin in core/ modules/ system/ src/ Tests/ Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::removeBin ().
GenericCacheBackendUnitTestBase::testSetGet in core/ modules/ system/ src/ Tests/ Cache/GenericCacheBackendUnitTestBase.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface .
HandlerArgumentUserUidTest::testArgumentTitle in core/ modules/ user/ src/ Tests/ Views/HandlerArgumentUserUidTest.php
Tests the generated title of an user: uid argument.
HandlerFieldFieldTest::_testInaccessibleFieldRender in core/ modules/ field/ src/ Tests/ Views/HandlerFieldFieldTest.php
HandlerTest::testAccess in core/ modules/ views/ src/ Tests/ Handler/HandlerTest.php
Tests access to a handler.
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.
HtaccessUnitTest::testHtaccessSave in core/ modules/ system/ src/ Tests/ File/HtaccessUnitTest.php
Tests file_save_htaccess ().
HtmlToTextTest::testDrupalHtmlToTextBlockTagToNewline in core/ modules/ system/ src/ Tests/ Mail/HtmlToTextTest.php
Test that text separated by block-level tags in HTML get separated by
(at least) a newline in the plaintext version.
ImageAdminStylesTest::testConfigImport in core/ modules/ image/ src/ Tests/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
ImageAdminStylesTest::testStyle in core/ modules/ image/ src/ Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageDimensionsTest::testImageDimensions in core/ modules/ image/ src/ Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/ modules/ image/ src/ Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/ modules/ image/ src/ Tests/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
InfoAlterTest::testSystemInfoAlter in core/ modules/ system/ src/ Tests/ System/InfoAlterTest.php
Tests that theme .info.yml data is rebuild after enabling a module.
InstallerLanguageTest::testInstallerTranslationCache in core/ modules/ system/ src/ Tests/ Installer/InstallerLanguageTest.php
Tests profile info caching in non-English languages.
InstallerTranslationTest::testInstaller in core/ modules/ system/ src/ Tests/ Installer/InstallerTranslationTest.php
Verifies the expected behaviors of the installation result.
InstallTest::testUninstallPostUpdateFunctions in core/ modules/ system/ src/ Tests/ Module/InstallTest.php
Ensures that post update functions are removed on uninstall.
InstallUninstallTest::assertInstallModuleUpdates in core/ modules/ system/ src/ Tests/ Module/InstallUninstallTest.php
Asserts the module post update functions after install.
InstallUninstallTest::assertUninstallModuleUpdates in core/ modules/ system/ src/ Tests/ Module/InstallUninstallTest.php
Asserts the module post update functions after uninstall.
InvalidDataTest::testInsertDuplicateData in core/ modules/ system/ src/ Tests/ Database/InvalidDataTest.php
Tests aborting of traditional SQL database systems with invalid data.
ItemCacheTagsTest::testEntityCreation in core/ modules/ aggregator/ src/ Tests/ItemCacheTagsTest.php
Tests that when creating a feed item, the feed tag is invalidated.
KernelTestBaseTest::testEnableModulesInstall in core/ modules/ simpletest/ src/ Tests/KernelTestBaseTest.php
Tests expected installation behavior of enableModules().
KernelTestBaseTest::testEnableModulesLoad in core/ modules/ simpletest/ src/ Tests/KernelTestBaseTest.php
Tests expected load behavior of enableModules().
KernelTestBaseTest::testInstallConfig in core/ modules/ simpletest/ src/ Tests/KernelTestBaseTest.php
Tests expected behavior of installConfig().
KernelTestBaseTest::testInstallSchema in core/ modules/ simpletest/ src/ Tests/KernelTestBaseTest.php
Tests expected behavior of installSchema().
KernelTestBaseTest::testSetUp in core/ modules/ simpletest/ src/ Tests/KernelTestBaseTest.php
Tests expected behavior of setUp().
LanguageConditionTest::testConditions in core/ modules/ language/ src/ Tests/ Condition/LanguageConditionTest.php
Test the language condition.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/ modules/ language/ src/ Tests/LanguageConfigOverrideImportTest.php
Tests that configuration events are not fired during a sync of overrides.
LanguageConfigOverrideInstallTest::testLanguageConfigOverrideInstall in core/ modules/ language/ src/ Tests/LanguageConfigOverrideInstallTest.php
Tests the configuration events are not fired during install of overrides.
LanguageConfigurationElementTest::testDefaultLangcode in core/ modules/ language/ src/ Tests/LanguageConfigurationElementTest.php
Tests that the language_get_default_langcode () returns the correct values.
LanguageConfigurationElementTest::testLanguageConfigurationElement in core/ modules/ language/ src/ Tests/LanguageConfigurationElementTest.php
Tests the language settings have been saved.
LanguageConfigurationElementTest::testNodeTypeDelete in core/ modules/ language/ src/ Tests/LanguageConfigurationElementTest.php
Tests the language settings are deleted on bundle delete.
LanguageNegotiationInfoTest::testInfoAlterations in core/ modules/ language/ src/ Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguagePathMonolingualTest::setUp in core/ modules/ language/ src/ Tests/LanguagePathMonolingualTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageUILanguageNegotiationTest::testContentCustomization in core/ modules/ language/ src/ Tests/LanguageUILanguageNegotiationTest.php
Tests persistence of negotiation settings for the content language type.
LanguageUILanguageNegotiationTest::testDisableLanguageSwitcher in core/ modules/ language/ src/ Tests/LanguageUILanguageNegotiationTest.php
Tests if the language switcher block gets deleted when a language type has been made not configurable.
LibraryDiscoveryIntegrationTest::testHookLibraryInfoByTheme in core/ modules/ system/ src/ Tests/ Asset/LibraryDiscoveryIntegrationTest.php
Tests that hook_library_info is invoked and the cache is cleared.
LibraryDiscoveryIntegrationTest::testLibrariesOverride in core/ modules/ system/ src/ Tests/ Asset/LibraryDiscoveryIntegrationTest.php
Tests that libraries-override are applied to library definitions.
LoadMultipleTest::testTaxonomyTermMultipleLoad in core/ modules/ taxonomy/ src/ Tests/LoadMultipleTest.php
Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using entity_load_multiple ().
LoadTest::testLoadInvalidStatus in core/ modules/ file/ src/ Tests/LoadTest.php
Try to load a non-existent file by status.
LoadTest::testLoadMissingFid in core/ modules/ file/ src/ Tests/LoadTest.php
Try to load a non-existent file by fid.
LoadTest::testLoadMissingFilepath in core/ modules/ file/ src/ Tests/LoadTest.php
Try to load a non-existent file by URI.
LocaleConfigManagerTest::testGetStringTranslation in core/ modules/ locale/ src/ Tests/LocaleConfigManagerTest.php
Tests getStringTranslation().
LocaleConfigManagerTest::testHasTranslation in core/ modules/ locale/ src/ Tests/LocaleConfigManagerTest.php
Tests hasTranslation().
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/ modules/ locale/ src/ Tests/LocaleConfigTranslationImportTest.php
Test update changes configuration translations if enabled after language.
LocaleConfigTranslationTest::assertNodeConfig in core/ modules/ locale/ src/ Tests/LocaleConfigTranslationTest.php
Check that node configuration source strings are made available in locale.
LocaleConfigTranslationTest::testConfigTranslation in core/ modules/ locale/ src/ Tests/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleStringTest::testStringCRUDAPI in core/ modules/ locale/ src/ Tests/LocaleStringTest.php
Test CRUD API.
LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition in core/ modules/ locale/ src/ Tests/LocaleTranslatedSchemaDefinitionTest.php
Tests that translated field descriptions do not affect the update system.
LocaleUpdateTest::testEnableLanguage in core/ modules/ locale/ src/ Tests/LocaleUpdateTest.php
Tests automatic translation import when a language is added.
LocaleUpdateTest::testEnableUninstallModule in core/ modules/ locale/ src/ Tests/LocaleUpdateTest.php
Tests automatic translation import when a module is enabled.
LocaleUpdateTest::testUpdateProjects in core/ modules/ locale/ src/ Tests/LocaleUpdateTest.php
Checks if a list of translatable projects gets build.
LocalTasksTest::assertNoLocalTasks in core/ modules/ system/ src/ Tests/ Menu/LocalTasksTest.php
Asserts that the local tasks on the specified level are not being printed.
LockFunctionalTest::testLockAcquire in core/ modules/ system/ src/ Tests/ Lock/LockFunctionalTest.php
Confirms that we can acquire and release locks in two parallel requests.
LockFunctionalTest::testPersistentLock in core/ modules/ system/ src/ Tests/ Lock/LockFunctionalTest.php
Tests that the persistent lock is persisted between requests.
LockUnitTest::testBackendLockRelease in core/ modules/ system/ src/ Tests/ Lock/LockUnitTest.php
Tests backend release functionality.
MailTest::testCancelMessage in core/ modules/ system/ src/ Tests/ Mail/MailTest.php
Test that message sending may be canceled.
MailTest::testFromAndReplyToHeader in core/ modules/ system/ src/ Tests/ Mail/MailTest.php
Checks the From: and Reply-to: headers.
MainContentFallbackTest::testMainContentFallback in core/ modules/ system/ src/ Tests/ System/MainContentFallbackTest.php
Test availability of main content: Drupal falls back to SimplePageVariant.
ManageDisplayTest::testFormatterUI in core/ modules/ field_ui/ src/ Tests/ManageDisplayTest.php
Tests formatter settings.
ManageFieldsTest::addExistingField in core/ modules/ field_ui/ src/ Tests/ManageFieldsTest.php
Tests adding an existing field in another content type.
ManageFieldsTest::testHiddenFields in core/ modules/ field_ui/ src/ Tests/ManageFieldsTest.php
Tests that Field UI respects the 'no_ui' flag in the field type definition.
ManageFieldsTest::testLockedField in core/ modules/ field_ui/ src/ Tests/ManageFieldsTest.php
Tests that Field UI respects locked fields.
MenuLinkContentDeriverTest::testRediscover in core/ modules/ menu_link_content/ src/ Tests/MenuLinkContentDeriverTest.php
Tests the rediscovering.
MenuNodeTest::testMenuNodeFormWidget in core/ modules/ menu_ui/ src/ Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuTest::deleteCustomMenu in core/ modules/ menu_ui/ src/ Tests/MenuTest.php
Deletes the locally stored custom menu.
MenuTreeSerializationTitleTest::testUpdate in core/ modules/ system/ src/ Tests/ Update/MenuTreeSerializationTitleTest.php
Ensures that the system_update_8001 () runs as expected.
MenuTreeStorageTest::doTestTable in core/ modules/ system/ src/ Tests/ Menu/MenuTreeStorageTest.php
Ensures that table gets created on the fly.
MenuTreeStorageTest::testLoadTree in core/ modules/ system/ src/ Tests/ Menu/MenuTreeStorageTest.php
Tests the loadTreeData method.
MenuTreeStorageTest::testMenuLinkMoving in core/ modules/ system/ src/ Tests/ Menu/MenuTreeStorageTest.php
Tests the tree with moving links inside the hierarchy.
MessageEntityTest::testMessageMethods in core/ modules/ contact/ src/ Tests/MessageEntityTest.php
Test some of the methods.
MigrateBlockTest::testBlockMigration in core/ modules/ block/ src/ Tests/ Migrate/ d6/MigrateBlockTest.php
Tests the block migration.
MigrateCommentVariableInstanceTest::testCommentFieldInstance in core/ modules/ comment/ src/ Tests/ Migrate/ d6/MigrateCommentVariableInstanceTest.php
Test the migrated field instance values.
MigrateFieldTest::assertEntity in core/ modules/ field/ src/ Tests/ Migrate/ d7/MigrateFieldTest.php
Asserts various aspects of a field_storage_config entity.
MigrateFieldWidgetSettingsTest::testWidgetSettings in core/ modules/ field/ src/ Tests/ Migrate/ d6/MigrateFieldWidgetSettingsTest.php
Test that migrated view modes can be loaded using D8 API's.
MigrateFilterFormatTest::testFilterFormat in core/ modules/ filter/ src/ Tests/ Migrate/ d6/MigrateFilterFormatTest.php
Tests the Drupal 6 filter format to Drupal 8 migration.
MigrateLanguageTest::assertLanguage in core/ modules/ language/ src/ Tests/ Migrate/MigrateLanguageTest.php
Asserts various properties of a configurable language entity.
MigrateRollbackTest::testRollback in core/ modules/ migrate/ src/ Tests/MigrateRollbackTest.php
Tests rolling back configuration and content entities.
MigrateSkipRowTest::testPrepareRowSkip in core/ modules/ migrate/ src/ Tests/MigrateSkipRowTest.php
Tests migration interruptions.
MigrateUserPictureFileTest::testUserPictures in core/ modules/ user/ src/ Tests/ Migrate/ d6/MigrateUserPictureFileTest.php
Tests the Drupal 6 user pictures to Drupal 8 migration.
MigrateUserProfileValuesTest::testUserProfileValues in core/ modules/ user/ src/ Tests/ Migrate/ d6/MigrateUserProfileValuesTest.php
Tests Drupal 6 profile values to Drupal 8 migration.
MinimalTest::testMinimal in core/ profiles/ minimal/ src/ Tests/MinimalTest.php
Tests Minimal installation profile.
ModuleImplementsAlterTest::testModuleImplementsAlter in core/ modules/ system/ src/ Tests/ Module/ModuleImplementsAlterTest.php
Tests hook_module_implements_alter () adding an implementation.
ModuleTest::testLoadFunctions in core/ modules/ views/ src/ Tests/ModuleTest.php
Tests the load wrapper/helper functions.
ModuleTest::testStatusFunctions in core/ modules/ views/ src/ Tests/ModuleTest.php
Tests view enable and disable procedural wrapper functions.
ModuleTestBase::assertModuleConfig in core/ modules/ system/ src/ Tests/ Module/ModuleTestBase.php
Asserts that the default configuration of a module has been installed.
ModuleTestBase::assertModuleTablesDoNotExist in core/ modules/ system/ src/ Tests/ Module/ModuleTestBase.php
Assert that none of the tables defined in a module's hook_schema () exist.
ModuleTestBase::assertNoModuleConfig in core/ modules/ system/ src/ Tests/ Module/ModuleTestBase.php
Asserts that no configuration exists for a given module.
ModuleTestBase::assertTableCount in core/ modules/ system/ src/ Tests/ Module/ModuleTestBase.php
Assert there are tables that begin with the specified base table name.
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.
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks in core/ modules/ block/ src/ Tests/NewDefaultThemeBlocksTest.php
Check the enabled Bartik blocks are correctly copied over.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNoAccessModules in core/ modules/ node/ src/ Tests/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with no content.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/ modules/ node/ src/ Tests/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with content.
NodeBodyFieldStorageTest::testFieldOverrides in core/ modules/ node/ src/ Tests/NodeBodyFieldStorageTest.php
Tests node body field storage persistence even if there are no instances.
NodeConditionTest::testConditions in core/ modules/ node/ src/ Tests/ Condition/NodeConditionTest.php
Tests conditions.
NodeCreationTest::testFailedPageCreation in core/ modules/ node/ src/ Tests/NodeCreationTest.php
Verifies that a transaction rolls back the failed creation.
NodeFieldAccessTest::testAccessToAdministrativeFields in core/ modules/ node/ src/ Tests/NodeFieldAccessTest.php
Test permissions on nodes status field.
NodeFormButtonsTest::testNodeFormButtons in core/ modules/ node/ src/ Tests/NodeFormButtonsTest.php
Tests that the right buttons are displayed for saving nodes.
NodeImportCreateTest::testImportCreate in core/ modules/ node/ src/ Tests/ Config/NodeImportCreateTest.php
Tests creating a content type during config import.
NodeImportCreateTest::testImportCreateDefault in core/ modules/ node/ src/ Tests/ Config/NodeImportCreateTest.php
Tests creating a content type during default config import.
NodeRevisionPermissionsTest::testNodeRevisionAccessAnyType in core/ modules/ node/ src/ Tests/NodeRevisionPermissionsTest.php
Tests general revision access permissions.
NodeRevisionPermissionsTest::testNodeRevisionAccessPerType in core/ modules/ node/ src/ Tests/NodeRevisionPermissionsTest.php
Tests revision access permissions for a specific content type.
NodeRevisionsAllTest::testRevisions in core/ modules/ node/ src/ Tests/NodeRevisionsAllTest.php
Checks node revision operations.
NodeRevisionsTest::testRevisions in core/ modules/ node/ src/ Tests/NodeRevisionsTest.php
Checks node revision related operations.
NodeRevisionsTest::testRevisionTranslationRevert in core/ modules/ node/ src/ Tests/NodeRevisionsTest.php
Tests the revision translations are correctly reverted.
NodeTokenReplaceTest::testNodeTokenReplacement in core/ modules/ node/ src/ Tests/NodeTokenReplaceTest.php
Creates a node, then tests the tokens generated from it.
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.
NodeTypeTest::testNodeTypeDeletion in core/ modules/ node/ src/ Tests/NodeTypeTest.php
Tests deleting a content type that still has content.
NoHelpTest::testMainPageNoHelp in core/ modules/ help/ src/ Tests/NoHelpTest.php
Ensures modules not implementing help do not appear on admin/help.
NormalizeTest::testNormalize in core/ modules/ hal/ src/ Tests/NormalizeTest.php
Tests the normalize function.
NumberFieldRdfaTest::testDecimalFormatter in core/ modules/ rdf/ src/ Tests/ Field/NumberFieldRdfaTest.php
Tests the decimal formatter.
NumberFieldRdfaTest::testFloatFormatter in core/ modules/ rdf/ src/ Tests/ Field/NumberFieldRdfaTest.php
Tests the float formatter.
NumberFieldRdfaTest::testFloatFormatterWithScale in core/ modules/ rdf/ src/ Tests/ Field/NumberFieldRdfaTest.php
Tests the float formatter with a scale. Scale is not exercised.
NumberFieldRdfaTest::testIntegerFormatter in core/ modules/ rdf/ src/ Tests/ Field/NumberFieldRdfaTest.php
Tests the integer formatter.
OptionalContextConditionTest::testContextAvailable in core/ modules/ system/ tests/ modules/ condition_test/ src/ Tests/OptionalContextConditionTest.php
Tests with both contexts mapped to the same user.
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).
PageCacheTest::testCacheableResponseResponses in core/ modules/ page_cache/ src/ Tests/PageCacheTest.php
Tests cacheability of a CacheableResponse.
PageCacheTest::testConditionalRequests in core/ modules/ page_cache/ src/ Tests/PageCacheTest.php
Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testPageCache in core/ modules/ page_cache/ src/ Tests/PageCacheTest.php
Tests cache headers.
PagerTest::testLimit in core/ modules/ views/ src/ Tests/ Plugin/PagerTest.php
Tests the some pager plugin.
PagerTest::testNoLimit in core/ modules/ views/ src/ Tests/ Plugin/PagerTest.php
Tests the none-pager-query.
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.
PreviewTest::testPreviewWithPagersUI in core/ modules/ views_ui/ src/ Tests/PreviewTest.php
Tests pagers in the preview form.
QueryTest::queryMethodsTests in core/ modules/ views/ src/ Tests/ Plugin/QueryTest.php
Test methods provided by the QueryPluginBase.
QueryTest::testArrayArgumentsSQLInjection in core/ modules/ system/ src/ Tests/ Database/QueryTest.php
Tests SQL injection via database query array arguments.
QueryTest::testConditionOperatorArgumentsSQLInjection in core/ modules/ system/ src/ Tests/ Database/QueryTest.php
Tests SQL injection via condition operator.
QueueTest::queueTest in core/ modules/ system/ src/ Tests/ Queue/QueueTest.php
Queues and dequeues a set of items to check the basic queue functionality.
QuickEditLoadingTest::testDisplayOptions in core/ modules/ quickedit/ src/ Tests/QuickEditLoadingTest.php
Tests that Quick Edit doesn't make fields rendered with display options
editable.
QuickEditLoadingTest::testUserWithPermission in core/ modules/ quickedit/ src/ Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit when a user does have access to it.
ReadOnlyStreamWrapperTest::testReadOnlyBehavior in core/ modules/ system/ src/ Tests/ File/ReadOnlyStreamWrapperTest.php
Test read-only specific behavior.
ReadTest::testRead in core/ modules/ rest/ src/ Tests/ReadTest.php
Tests several valid and invalid read requests on all entity types.
RecalculatedDependencyTest::testUpdate in core/ modules/ system/ src/ Tests/ Update/RecalculatedDependencyTest.php
Ensures that the entities are resaved so they have the new dependency.
RequestPathTest::testConditions in core/ modules/ system/ src/ Tests/ Plugin/ Condition/RequestPathTest.php
Tests the request path condition.
RetrieveFileTest::testFileRetrieving in core/ modules/ system/ src/ Tests/ System/RetrieveFileTest.php
Invokes system_retrieve_file () in several scenarios.
RouteProviderTest::testOutlinePathNoMatch in core/ modules/ system/ src/ Tests/ Routing/RouteProviderTest.php
Confirms that an exception is thrown when no matching path is found.
RouterIndexOptimizationTest::testUpdate in core/ modules/ system/ src/ Tests/ Update/RouterIndexOptimizationTest.php
Ensures that the system_update_8002 () runs as expected.
RouterTest::testFinishResponseSubscriber in core/ modules/ system/ src/ Tests/ Routing/RouterTest.php
Confirms that our FinishResponseSubscriber logic works properly.
RowPluginTest::testRowPlugin in core/ modules/ node/ src/ Tests/ Views/RowPluginTest.php
Tests the node row plugin.
SaveDataTest::testExistingError in core/ modules/ file/ src/ Tests/SaveDataTest.php
Test that file_save_data () fails overwriting an existing file.
SchemaTest::testSchema in core/ modules/ system/ src/ Tests/ Database/SchemaTest.php
Tests database interactions.
SchemaTest::testUnsignedColumns in core/ modules/ system/ src/ Tests/ Database/SchemaTest.php
Tests creating unsigned columns and data integrity thereof.
SearchAdvancedSearchFormTest::testFormRefill in core/ modules/ search/ src/ Tests/SearchAdvancedSearchFormTest.php
Tests that after submitting the advanced search form, the form is refilled.
SearchExcerptTest::testSearchExcerpt in core/ modules/ search/ src/ Tests/SearchExcerptTest.php
Tests search_excerpt () with several simulated search keywords.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion in core/ modules/ search/ src/ Tests/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is updated when a node is deleted.
SearchPageTextTest::testSearchText in core/ modules/ search/ src/ Tests/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SelectComplexTest::testCountQueryRemovals in core/ modules/ system/ src/ Tests/ Database/SelectComplexTest.php
Tests that countQuery removes 'all_fields' statements and ordering clauses.
SelectComplexTest::testJoinSubquery in core/ modules/ system/ src/ Tests/ Database/SelectComplexTest.php
Tests that we can join on a query.
ServiceProviderTest::testServiceProviderRegistrationDynamic in core/ modules/ system/ src/ Tests/ ServiceProvider/ServiceProviderTest.php
Tests that the DIC keeps up with module enable/disable in the same request.
SessionAuthenticationTest::testBasicAuthNoSession in core/ modules/ system/ src/ Tests/ Session/SessionAuthenticationTest.php
Tests that a session is not started automatically by basic authentication.
SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak in core/ modules/ system/ src/ Tests/ Session/SessionAuthenticationTest.php
Check that a basic authentication session does not leak.
SessionHttpsTest::testHttpsSession in core/ modules/ system/ src/ Tests/ Session/SessionHttpsTest.php
SessionTest::testEmptyAnonymousSession in core/ modules/ system/ src/ Tests/ Session/SessionTest.php
Test that empty anonymous sessions are destroyed.
SessionTest::testSessionSaveRegenerate in core/ modules/ system/ src/ Tests/ Session/SessionTest.php
Tests for \Drupal\Core\Session\WriteSafeSessionHandler::setSessionWritable ()
::isSessionWritable and \Drupal\Core\Session\SessionManager::regenerate ().
SettingsTest::testEditUI in core/ modules/ views_ui/ src/ Tests/SettingsTest.php
Tests the settings for the edit ui.
ShortcutCacheTagsTest::testEntityCreation in core/ modules/ shortcut/ src/ Tests/ShortcutCacheTagsTest.php
Tests that when creating a shortcut, the shortcut set tag is invalidated.
ShortcutLinksTest::testShortcutLinkDelete in core/ modules/ shortcut/ src/ Tests/ShortcutLinksTest.php
Tests deleting a shortcut link.
ShortcutSetsTest::testShortcutSetDelete in core/ modules/ shortcut/ src/ Tests/ShortcutSetsTest.php
Tests deleting a shortcut set.
ShortcutTranslationUITest::doTestTranslationChanged in core/ modules/ shortcut/ src/ Tests/ShortcutTranslationUITest.php
Tests the basic translation workflow.
SimpleTestBrowserTest::testInternalBrowser in core/ modules/ simpletest/ src/ Tests/SimpleTestBrowserTest.php
Test the internal browsers functionality.
SiteMaintenanceTest::testSiteMaintenance in core/ modules/ system/ src/ Tests/ System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
SortRandomTest::testRandomOrderingWithRenderCaching in core/ modules/ views/ src/ Tests/ Handler/SortRandomTest.php
Tests random ordering with tags based caching.
SqlContentEntityStorageSchemaIndexTest::testIndex in core/ modules/ system/ src/ Tests/ Entity/ Update/SqlContentEntityStorageSchemaIndexTest.php
Tests entity and field schema database updates and execution order.
SqlQueryTest::testExecuteMetadata in core/ modules/ views/ src/ Tests/ Plugin/SqlQueryTest.php
Tests adding some metadata/tags to the views query.
StableBaseThemeUpdateTest::testUpdateHookN in core/ modules/ system/ src/ Tests/ Update/StableBaseThemeUpdateTest.php
Tests that the Stable base theme is installed if necessary.
StackKernelIntegrationTest::testLazyLateMiddlewares in core/ modules/ system/ src/ Tests/ HttpKernel/StackKernelIntegrationTest.php
Tests that late middlewares are automatically flagged lazy.
StandardTest::testStandard in core/ profiles/ standard/ src/ Tests/StandardTest.php
Tests Standard installation profile.
StateValuesCleanTest::testFormStateValuesClean in core/ modules/ system/ src/ Tests/ Form/StateValuesCleanTest.php
Tests \Drupal\Core\Form\FormState::cleanValues ().
StatisticsAdminTest::testDeleteNode in core/ modules/ statistics/ src/ Tests/StatisticsAdminTest.php
Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTest::testExpiredLogs in core/ modules/ statistics/ src/ Tests/StatisticsAdminTest.php
Tests that cron clears day counts and expired access logs.
StatisticsAdminTest::testStatisticsSettings in core/ modules/ statistics/ src/ Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StatisticsLoggingTest::testLogging in core/ modules/ statistics/ src/ Tests/StatisticsLoggingTest.php
Verifies node hit counter logging and script placement.
StatisticsTokenReplaceTest::testStatisticsTokenReplacement in core/ modules/ statistics/ src/ Tests/StatisticsTokenReplaceTest.php
Creates a node, then tests the statistics tokens generated from it.
StorageTestBase::testCRUD in core/ modules/ system/ src/ Tests/ KeyValueStore/StorageTestBase.php
Tests CRUD operations.
StorageTestBase::testNonExistingKeys in core/ modules/ system/ src/ Tests/ KeyValueStore/StorageTestBase.php
Tests expected behavior for non-existing keys.
StorageTestBase::testSetIfNotExists in core/ modules/ system/ src/ Tests/ KeyValueStore/StorageTestBase.php
Tests the setIfNotExists() method.
StreamWrapperTest::testFileFunctions in core/ modules/ system/ src/ Tests/ File/StreamWrapperTest.php
Test some file handle functions.
StreamWrapperTest::testGetValidStreamScheme in core/ modules/ system/ src/ Tests/ File/StreamWrapperTest.php
Test the scheme functions.
StreamWrapperTest::testUriFunctions in core/ modules/ system/ src/ Tests/ File/StreamWrapperTest.php
Test the getViaUri() and getViaScheme() methods and target functions.
StyleGridTest::assertGrid in core/ modules/ views/ src/ Tests/ Plugin/StyleGridTest.php
Generates a grid and asserts that it is displaying correctly.
StyleSerializerTest::testRestRenderCaching in core/ modules/ rest/ src/ Tests/ Views/StyleSerializerTest.php
Tests REST export with views render caching enabled.
StyleTableTest::testAccessibilitySettings in core/ modules/ views/ src/ Tests/ Plugin/StyleTableTest.php
Test table caption/summary/description.
StyleTableUnitTest::testTable in core/ modules/ views/ src/ Tests/ Plugin/StyleTableUnitTest.php
Tests the table style.
TaggingTest::testExtenderHasAllTags in core/ modules/ system/ src/ Tests/ Database/TaggingTest.php
Tests extended query tagging "has all of these tags" functionality.
TaggingTest::testExtenderHasAnyTag in core/ modules/ system/ src/ Tests/ Database/TaggingTest.php
Tests extended query tagging "has at least one of these tags" functionality.
TaggingTest::testExtenderHasTag in core/ modules/ system/ src/ Tests/ Database/TaggingTest.php
Confirms that an extended query has a tag added to it.
TaggingTest::testHasAllTags in core/ modules/ system/ src/ Tests/ Database/TaggingTest.php
Tests query tagging "has all of these tags" functionality.
TaggingTest::testHasAnyTag in core/ modules/ system/ src/ Tests/ Database/TaggingTest.php
Tests query tagging "has at least one of these tags" functionality.
TaggingTest::testHasTag in core/ modules/ system/ src/ Tests/ Database/TaggingTest.php
Confirms that a query has a tag added to it.
TemplateTest::testTemplates in core/ modules/ migrate/ src/ Tests/TemplateTest.php
Test different connection types.
TemporaryQueryTest::testTemporaryQuery in core/ modules/ system/ src/ Tests/ Database/TemporaryQueryTest.php
Confirms that temporary tables work and are limited to one request.
TempStoreDatabaseTest::testUserTempStore in core/ modules/ user/ src/ Tests/TempStoreDatabaseTest.php
Tests the UserTempStore API.
TermTest::testTaxonomyGetTermByName in core/ modules/ taxonomy/ src/ Tests/TermTest.php
Test taxonomy_term_load_multiple_by_name ().
TermTest::testTermInterface in core/ modules/ taxonomy/ src/ Tests/TermTest.php
Save, edit and delete a term using the user interface.
TestBase::assertNoErrorsLogged in core/ modules/ simpletest/ src/TestBase.php
Asserts that no errors have been logged to the PHP error.log thus far.
ThemeInstallerTest::testEmpty in core/ modules/ system/ src/ Tests/ Extension/ThemeInstallerTest.php
Verifies that no themes are installed by default.
ThemeInstallerTest::testInstall in core/ modules/ system/ src/ Tests/ Extension/ThemeInstallerTest.php
Tests installing a theme.
ThemeInstallerTest::testInstallNonExisting in core/ modules/ system/ src/ Tests/ Extension/ThemeInstallerTest.php
Tests installing a non-existing theme.
ThemeInstallerTest::testInstallSubTheme in core/ modules/ system/ src/ Tests/ Extension/ThemeInstallerTest.php
Tests installing a sub-theme.
ThemeInstallerTest::testThemeInfoAlter in core/ modules/ system/ src/ Tests/ Extension/ThemeInstallerTest.php
Tests that theme info can be altered by a module.
ThemeInstallerTest::testUninstall in core/ modules/ system/ src/ Tests/ Extension/ThemeInstallerTest.php
Tests uninstalling a theme.
ThemeInstallerTest::testUninstallBaseBeforeSubTheme in core/ modules/ system/ src/ Tests/ Extension/ThemeInstallerTest.php
Tests uninstalling a base theme before its sub-theme.
ThemeInstallerTest::testUninstallNonExisting in core/ modules/ system/ src/ Tests/ Extension/ThemeInstallerTest.php
Tests uninstalling a non-existing theme.
ThemeInstallerTest::testUninstallSubTheme in core/ modules/ system/ src/ Tests/ Extension/ThemeInstallerTest.php
Tests uninstalling a sub-theme.
ThemeSettingsTest::testNoDefaultConfig in core/ modules/ system/ src/ Tests/ Theme/ThemeSettingsTest.php
Tests that the $theme.settings default config file is optional.
ThemeTest::testThemeOnNonHtmlRequest in core/ modules/ system/ src/ Tests/ Theme/ThemeTest.php
Ensures that non-HTML requests never initialize themes.
TokenReplaceTest::testTaxonomyTokenReplacement in core/ modules/ taxonomy/ src/ Tests/TokenReplaceTest.php
Creates some terms and a node, then tests the tokens generated from them.
TokenReplaceUnitTest::testSystemDateTokenReplacement in core/ modules/ system/ src/ Tests/ System/TokenReplaceUnitTest.php
Tests the generation of all system date tokens.
TokenReplaceUnitTest::testSystemSiteTokenReplacement in core/ modules/ system/ src/ Tests/ System/TokenReplaceUnitTest.php
Tests the generation of all system site information tokens.
TokenScanTest::testTokenScan in core/ modules/ system/ src/ Tests/ System/TokenScanTest.php
Scans dummy text, then tests the output.
ToolkitGdTest::testManipulations in core/ modules/ system/ src/ Tests/ Image/ToolkitGdTest.php
Since PHP can't visually check that our images have been manipulated
properly, build a list of expected color values for each of the corners and
the expected height and widths for the final images.
ToolkitGdTest::testMissingOperation in core/ modules/ system/ src/ Tests/ Image/ToolkitGdTest.php
Tests calling a missing image operation plugin.
ToolkitGdTest::testResourceDestruction in core/ modules/ system/ src/ Tests/ Image/ToolkitGdTest.php
Tests that GD resources are freed from memory.
ToolkitTest::testGetAvailableToolkits in core/ modules/ system/ src/ Tests/ Image/ToolkitTest.php
Check that ImageToolkitManager::getAvailableToolkits() only returns
available toolkits.
ToolkitTest::testSave in core/ modules/ system/ src/ Tests/ Image/ToolkitTest.php
Test the image_save() function.
TourTestBase::assertTourTips in core/ modules/ tour/ src/ Tests/TourTestBase.php
Assert function to determine if tips rendered to the page
have a corresponding page element.
TransactionTest::assertRowAbsent in core/ modules/ system/ src/ Tests/ Database/TransactionTest.php
Asserts that a given row is absent from the test table.
TransactionTest::testTransactionStacking in core/ modules/ system/ src/ Tests/ Database/TransactionTest.php
Tests transaction stacking, commit, and rollback.
TriggeringElementProgrammedUnitTest::testLimitValidationErrors in core/ modules/ system/ src/ Tests/ Form/TriggeringElementProgrammedUnitTest.php
Tests that #limit_validation_errors of the only submit button takes effect.
TwigDebugMarkupTest::testTwigDebugMarkup in core/ modules/ system/ src/ Tests/ Theme/TwigDebugMarkupTest.php
Tests debug markup added to Twig template output.
TwigSettingsTest::testTwigAutoReloadOverride in core/ modules/ system/ src/ Tests/ Theme/TwigSettingsTest.php
Ensures Twig template auto reload setting can be overridden.
TwigSettingsTest::testTwigCacheOverride in core/ modules/ system/ src/ Tests/ Theme/TwigSettingsTest.php
Ensures Twig template cache setting can be overridden.
TwigSettingsTest::testTwigDebugOverride in core/ modules/ system/ src/ Tests/ Theme/TwigSettingsTest.php
Ensures Twig engine debug setting can be overridden.
TypedDataTest::testTypedDataLists in core/ modules/ system/ src/ Tests/ TypedData/TypedDataTest.php
Tests using typed data lists.
TypedDataTest::testTypedDataMaps in core/ modules/ system/ src/ Tests/ TypedData/TypedDataTest.php
Tests using a typed data map.
TypedDataTest::testTypedDataValidation in core/ modules/ system/ src/ Tests/ TypedData/TypedDataTest.php
Tests typed data validation.
UninstallTest::testUninstallPage in core/ modules/ system/ src/ Tests/ Module/UninstallTest.php
Tests the Uninstall page and Uninstall confirmation page.
UninstallTest::testUserPermsUninstalled in core/ modules/ system/ src/ Tests/ Module/UninstallTest.php
Tests the hook_modules_uninstalled () of the user module.
UnmanagedCopyTest::testNonExistent in core/ modules/ system/ src/ Tests/ File/UnmanagedCopyTest.php
Copy a non-existent file.
UnmanagedCopyTest::testOverwriteSelf in core/ modules/ system/ src/ Tests/ File/UnmanagedCopyTest.php
Copy a file onto itself.
UnmanagedDeleteRecursiveTest::testDirectory in core/ modules/ system/ src/ Tests/ File/UnmanagedDeleteRecursiveTest.php
Try deleting a directory with some files.
UnmanagedDeleteRecursiveTest::testEmptyDirectory in core/ modules/ system/ src/ Tests/ File/UnmanagedDeleteRecursiveTest.php
Try deleting an empty directory.
UnmanagedDeleteRecursiveTest::testSingleFile in core/ modules/ system/ src/ Tests/ File/UnmanagedDeleteRecursiveTest.php
Delete a normal file.
UnmanagedDeleteRecursiveTest::testSubDirectory in core/ modules/ system/ src/ Tests/ File/UnmanagedDeleteRecursiveTest.php
Try deleting subdirectories with some files.
UnmanagedDeleteTest::testDirectory in core/ modules/ system/ src/ Tests/ File/UnmanagedDeleteTest.php
Try deleting a directory.
UnmanagedDeleteTest::testNormal in core/ modules/ system/ src/ Tests/ File/UnmanagedDeleteTest.php
Delete a normal 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.
UnmanagedMoveTest::testOverwriteSelf in core/ modules/ system/ src/ Tests/ File/UnmanagedMoveTest.php
Try to move a file onto itself.
UpdateContribTest::testNoReleasesAvailable in core/ modules/ update/ src/ Tests/UpdateContribTest.php
Tests when there is no available release data for a contrib module.
UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale in core/ modules/ update/ src/ Tests/UpdateDeleteFileIfStaleTest.php
Tests the deletion of stale files.
UpdatePathRC1TestBaseTest::testDatabaseLoaded in core/ modules/ system/ src/ Tests/ Update/UpdatePathRC1TestBaseTest.php
Tests that the database was properly loaded.
UpdatePathTestBase::runUpdates in core/ modules/ system/ src/ Tests/ Update/UpdatePathTestBase.php
Helper function to run pending database updates.
UpdateSchemaTest::testUpdateHooks in core/ modules/ system/ src/ Tests/ Update/UpdateSchemaTest.php
Tests that update hooks are properly run.
UpdateScriptTest::testSuccessfulUpdateFunctionality in core/ modules/ system/ src/ Tests/ Update/UpdateScriptTest.php
Tests update.php after performing a successful update.
UpdateTest::testPatchUpdate in core/ modules/ rest/ src/ Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UpdateUploadTest::testUploadModule in core/ modules/ update/ src/ Tests/UpdateUploadTest.php
Tests upload, extraction, and update of a module.
UrlIntegrationTest::testAccess in core/ modules/ system/ src/ Tests/ Routing/UrlIntegrationTest.php
Ensures that the access() method on \Drupal\Core\Url objects works.
UrlTest::testDrupalParseUrl in core/ modules/ system/ src/ Tests/ Common/UrlTest.php
Tests UrlHelper::parse().
UsageTest::testTempFileCleanupDefault in core/ modules/ file/ src/ Tests/UsageTest.php
Ensure that temporary files are removed by default.
UserAccountFormFieldsTest::testInstallConfigureForm in core/ modules/ user/ src/ Tests/UserAccountFormFieldsTest.php
Tests the root user account form section in the "Configure site" form.
UserAccountFormFieldsTest::testUserRegistrationForm in core/ modules/ user/ src/ Tests/UserAccountFormFieldsTest.php
Tests the user registration form.
UserAdminListingTest::testUserListing in core/ modules/ user/ src/ Tests/UserAdminListingTest.php
Tests the listing.
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::testUserCancelByAdmin in core/ modules/ user/ src/ Tests/UserCancelTest.php
Create an administrative user and delete another user.
UserCancelTest::testUserCancelChangePermission in core/ modules/ user/ src/ Tests/UserCancelTest.php
Test ability to change the permission for canceling users.
UserCancelTest::testUserDelete in core/ modules/ user/ src/ Tests/UserCancelTest.php
Delete account and remove all content.
UserCancelTest::testUserWithoutEmailCancelByAdmin in core/ modules/ user/ src/ Tests/UserCancelTest.php
Tests deletion of a user account without an email address.
UserDataTest::testDataField in core/ modules/ user/ src/ Tests/ Views/UserDataTest.php
Tests field handler.
UserEntityReferenceTest::testUserSelectionByRole in core/ modules/ user/ src/ Tests/UserEntityReferenceTest.php
Tests user selection by roles.
UserEntityTest::testUserMethods in core/ modules/ user/ src/ Tests/UserEntityTest.php
Tests some of the methods.
UserHelpersTest::testDrupalUserIsLoggedIn in core/ modules/ simpletest/ src/ Tests/UserHelpersTest.php
Tests WebTestBase::drupalUserIsLoggedIn().
UserInstallTest::testUserInstall in core/ modules/ user/ src/ Tests/UserInstallTest.php
Test that the initial users have correct values.
UserPasswordResetTest::testUserPasswordReset in core/ modules/ user/ src/ Tests/UserPasswordResetTest.php
Tests password reset functionality.
UserPermissionsTest::testAdministratorRole in core/ modules/ user/ src/ Tests/UserPermissionsTest.php
Test assigning of permissions for the administrator role.
UserPermissionsTest::testUserPermissionChanges in core/ modules/ user/ src/ Tests/UserPermissionsTest.php
Test changing user permissions through the permissions page.
UserPermissionsTest::testUserRoleChangePermissions in core/ modules/ user/ src/ Tests/UserPermissionsTest.php
Verify proper permission changes by user_role_change_permissions ().
UserPictureTest::testCreateDeletePicture in core/ modules/ user/ src/ Tests/UserPictureTest.php
Tests creation, display, and deletion of user pictures.
UserRegistrationTest::testRegistrationWithEmailVerification in core/ modules/ user/ src/ Tests/UserRegistrationTest.php
UserRoleAdminTest::testRoleAdministration in core/ modules/ user/ src/ Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRoleConditionTest::testConditions in core/ modules/ user/ src/ Tests/ Condition/UserRoleConditionTest.php
Test the user_role condition.
UserRoleDeleteTest::testRoleDeleteUserRoleReferenceDelete in core/ modules/ user/ src/ Tests/UserRoleDeleteTest.php
Tests removal of role references on role entity delete.
UserRolesAssignmentTest::userLoadAndCheckRoleAssigned in core/ modules/ user/ src/ Tests/UserRolesAssignmentTest.php
Check role on user object.
UserTokenReplaceTest::testUserTokenReplacement in core/ modules/ user/ src/ Tests/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
ValidReferenceConstraintValidatorTest::testValidation in core/ modules/ system/ src/ Tests/ Entity/ValidReferenceConstraintValidatorTest.php
Tests the ValidReferenceConstraintValidator.
ViewEditTest::testDeleteLink in core/ modules/ views_ui/ src/ Tests/ViewEditTest.php
Tests the delete link on a views UI.
ViewEditTest::testEditFormLanguageOptions in core/ modules/ views_ui/ src/ Tests/ViewEditTest.php
Tests the language options on the views edit form.
ViewEditTest::testOtherOptions in core/ modules/ views_ui/ src/ Tests/ViewEditTest.php
Tests the machine name and administrative comment forms.
ViewExecutableTest::testDisplays in core/ modules/ views/ src/ Tests/ViewExecutableTest.php
Tests the display related methods and properties.
ViewExecutableTest::testPropertyMethods in core/ modules/ views/ src/ Tests/ViewExecutableTest.php
Tests the setting/getting of properties.
ViewsEntitySchemaSubscriberIntegrationTest::testDeleteEntityType in core/ modules/ views/ src/ Tests/ EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
Tests that views are disabled when an entity type is deleted.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDisabling in core/ modules/ views/ src/ Tests/ EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
Tests that removing revision support disables the view.
ViewsFormTest::testFormWrapper in core/ modules/ views/ src/ Tests/ Plugin/ViewsFormTest.php
Tests the Views form wrapper.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in core/ modules/ taxonomy/ src/ Tests/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/ modules/ taxonomy/ src/ Tests/VocabularyUiTest.php
Deleting a vocabulary.
VocabularyUiTest::testTaxonomyAdminNoVocabularies in core/ modules/ taxonomy/ src/ Tests/VocabularyUiTest.php
Test the vocabulary overview with no vocabularies.
WebTestBase::assertNoBlockAppears in core/ modules/ simpletest/ src/WebTestBase.php
Checks to see whether a block does not appears on the page.
WebTestBase::assertNoCacheContext in core/ modules/ simpletest/ src/WebTestBase.php
Asserts that a cache context was not present in the last response.
WebTestBase::assertNoCacheTag in core/ modules/ simpletest/ src/WebTestBase.php
Asserts whether an expected cache tag was absent in the last response.
WebTestBase::assertNoResponse in core/ modules/ simpletest/ src/WebTestBase.php
Asserts the page did not return the specified response code.