You are here

1113 calls to TestBase::assertTrue() 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.
AccessRoleTest::testRenderCaching in core/modules/user/src/Tests/Views/AccessRoleTest.php
Tests access on render caching.
AccessTest::testAccessNone in core/modules/views/src/Tests/Plugin/AccessTest.php
Tests none access plugin.
AccessTest::testStaticAccessPlugin in core/modules/views/src/Tests/Plugin/AccessTest.php
Tests static access check.
ActionUninstallTest::testActionUninstall in core/modules/action/src/Tests/ActionUninstallTest.php
Tests Action uninstall.
ActionUnitTest::testOperations in core/modules/system/src/Tests/Action/ActionUnitTest.php
Tests the functionality of test actions.
AddFeedTest::testAddFeed in core/modules/aggregator/src/Tests/AddFeedTest.php
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTest::testAddLongFeed in core/modules/aggregator/src/Tests/AddFeedTest.php
Tests feeds with very long URLs.
AddFeedTest::testFeedLabelEscaping in core/modules/aggregator/src/Tests/AddFeedTest.php
Ensures that the feed label is escaping when rendering the feed icon.
AdminTest::testCompactMode in core/modules/system/src/Tests/System/AdminTest.php
Test compact mode.
AggregatorRenderingTest::testBlockLinks in core/modules/aggregator/src/Tests/AggregatorRenderingTest.php
Adds a feed block to the page and checks its links.
AggregatorRenderingTest::testFeedPage in core/modules/aggregator/src/Tests/AggregatorRenderingTest.php
Creates a feed and checks that feed's page.
AggregatorTestBase::createFeed in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Creates an aggregator feed.
AggregatorTestBase::updateAndDelete in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Adds and deletes feed items and ensure that the count is zero.
AggregatorTitleTest::testStringFormatter in core/modules/aggregator/src/Tests/AggregatorTitleTest.php
AjaxTestBase::assertCommand in core/modules/system/src/Tests/Ajax/AjaxTestBase.php
Asserts the array of Ajax commands contains the searched command.
AliasTest::testWhitelist in core/modules/system/src/Tests/Path/AliasTest.php
Tests the alias whitelist.
AnalyzeTest::testAnalyzeBasic in core/modules/views_ui/src/Tests/AnalyzeTest.php
Tests that analyze works in general.
ApcuBackendUnitTest::testSetGet in core/modules/system/src/Tests/Cache/ApcuBackendUnitTest.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
AreaEntityTest::doTestRender in core/modules/views/src/Tests/Handler/AreaEntityTest.php
Tests rendering the entity area handler.
AreaEntityTest::testEntityAreaData in core/modules/views/src/Tests/Handler/AreaEntityTest.php
Tests views data for entity area handlers.
AreaTest::testAreaAccess in core/modules/views/src/Tests/Handler/AreaTest.php
Tests the access for an area.
AreaTest::testRenderArea in core/modules/views/src/Tests/Handler/AreaTest.php
Tests the rendering of an area.
AreaTest::testRenderAreaToken in core/modules/views/src/Tests/Handler/AreaTest.php
Tests global tokens.
AreaViewTest::testViewArea in core/modules/views/src/Tests/Handler/AreaViewTest.php
Tests the view area handler.
ArgumentDefaultTest::testArgumentDefaultPlugin in core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php
Tests the argument default test plugin.
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::testAddExternalFiles in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests adding external CSS and JavaScript files.
AttachedAssetsTest::testAddFiles in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests adding a CSS and a JavaScript file.
AttachedAssetsTest::testAddJsFileWithQueryString in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests JavaScript files that have querystrings attached get added right.
AttachedAssetsTest::testAddJsSettings in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests adding JavaScript settings.
AttachedAssetsTest::testAlter in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests altering a JavaScript's weight via hook_js_alter().
AttachedAssetsTest::testDynamicLibrary in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Dynamically defines an asset library and alters it.
AttachedAssetsTest::testLibraryAlter in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Adds a JavaScript library to the page and alters it.
AttachedAssetsTest::testRenderDifferentWeight in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests rendering the JavaScript with a file's weight above jQuery's.
AttachedAssetsTest::testSettings in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests JavaScript settings.
AttachedAssetsTest::testVersionQueryString in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests JavaScript versioning.
AutomatedCronUpdateWithAutomatedCronTest::testUpdate in core/modules/system/src/Tests/Update/AutomatedCronUpdateWithAutomatedCronTest.php
Ensures that automated cron module isn installed and the config migrated.
BasicTest::testWizardForm in core/modules/views/src/Tests/Wizard/BasicTest.php
Tests the actual wizard form.
BlockContentCreationTest::testBlockContentCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block and verifies its consistency in the database.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testDefaultBlockContentCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Create a default custom block.
BlockContentCreationTest::testFailedBlockCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Verifies that a transaction rolls back the failed creation.
BlockContentListTest::testListing in core/modules/block_content/src/Tests/BlockContentListTest.php
Tests the custom block listing page.
BlockContentListViewsTest::testListing in core/modules/block_content/src/Tests/BlockContentListViewsTest.php
Tests the custom block listing page.
BlockContentRevisionsTest::testRevisions in core/modules/block_content/src/Tests/BlockContentRevisionsTest.php
Checks block revision related operations.
BlockContentSaveTest::testImport in core/modules/block_content/src/Tests/BlockContentSaveTest.php
Checks whether custom block IDs are saved properly during an import.
BlockContentTypeTest::testBlockContentTypeCreation in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
BlockContextMappingUpdateTest::testUpdateHookN in core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php
Tests that block context mapping is updated properly.
BlockHtmlTest::testHtml in core/modules/block/src/Tests/BlockHtmlTest.php
Tests for valid HTML for a block.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete in core/modules/block/src/Tests/BlockLanguageTest.php
Tests if the visibility settings are removed if the language is deleted.
BlockRenderOrderTest::testBlockRenderOrder in core/modules/block/src/Tests/BlockRenderOrderTest.php
Tests the render order of the blocks.
BlockStorageUnitTest::createTests in core/modules/block/src/Tests/BlockStorageUnitTest.php
Tests the creation of blocks.
BlockStorageUnitTest::deleteTests in core/modules/block/src/Tests/BlockStorageUnitTest.php
Tests the deleting of blocks.
BlockStorageUnitTest::loadTests in core/modules/block/src/Tests/BlockStorageUnitTest.php
Tests the loading of blocks.
BlockStorageUnitTest::testBlockCRUD in core/modules/block/src/Tests/BlockStorageUnitTest.php
Tests CRUD operations.
BlockStorageUnitTest::testDefaultBlocks in core/modules/block/src/Tests/BlockStorageUnitTest.php
Tests the installation of default blocks.
BlockSystemBrandingTest::testSystemBrandingSettings in core/modules/block/src/Tests/BlockSystemBrandingTest.php
Tests system branding block configuration.
BlockTest::testBlockThemeSelector in core/modules/block/src/Tests/BlockTest.php
Tests that the block form has a theme selector when not passed via the URL.
BlockUiTest::testBlockAdminUiPage in core/modules/block/src/Tests/BlockUiTest.php
Test block admin page exists and functions correctly.
BlockUiTest::testBlockDemoUiPage in core/modules/block/src/Tests/BlockUiTest.php
Test block demo page exists and functions correctly.
BlockUiTest::testCandidateBlockList in core/modules/block/src/Tests/BlockUiTest.php
Tests the block categories on the listing page.
BlockUiTest::testContextAwareBlocks in core/modules/block/src/Tests/BlockUiTest.php
Tests the behavior of context-aware blocks.
BlockUiTest::testContextAwareUnsatisfiedBlocks in core/modules/block/src/Tests/BlockUiTest.php
Tests the behavior of unsatisfied context-aware blocks.
BlockViewBuilderTest::assertBlockRenderedWithExpectedCacheability in core/modules/block/src/Tests/BlockViewBuilderTest.php
Asserts that a block is built/rendered/cached with expected cacheability.
BlockViewBuilderTest::testBlockViewBuilderBuildAlter in core/modules/block/src/Tests/BlockViewBuilderTest.php
Tests block build altering.
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::testBookDelete in core/modules/book/src/Tests/BookTest.php
Tests the access for deleting top-level book nodes.
BookTest::testHookNodeLoadAccess in core/modules/book/src/Tests/BookTest.php
Ensure the loaded book in hook_node_load() does not depend on the user.
BooleanItemTest::testBooleanItem in core/modules/field/src/Tests/Boolean/BooleanItemTest.php
Tests using entity fields of the boolean field type.
BreadcrumbTest::testBreadCrumbs in core/modules/system/src/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BrowserTest::testCookieDoesNotBleed in core/modules/simpletest/src/Tests/BrowserTest.php
Tests that the cookies from a previous test do not bleed into a new test.
BrowserTest::testCookies in core/modules/simpletest/src/Tests/BrowserTest.php
Tests that cookies set during a request are available for testing.
BulkDeleteTest::checkHooksInvocations in core/modules/field/src/Tests/BulkDeleteTest.php
Tests that the expected hooks have been invoked on the expected entities.
BulkDeleteTest::testPurgeField in core/modules/field/src/Tests/BulkDeleteTest.php
Verify that field data items and fields are purged when a field storage is deleted.
BulkDeleteTest::testPurgeFieldStorage in core/modules/field/src/Tests/BulkDeleteTest.php
Verify that field storages are preserved and purged correctly as multiple fields are deleted and purged.
BulkFormAccessTest::testNodeEditAccess in core/modules/node/src/Tests/Views/BulkFormAccessTest.php
Tests if nodes that may not be edited, can not be edited in bulk.
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::testBulkDeletion in core/modules/node/src/Tests/Views/BulkFormTest.php
Test multiple deletion.
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.
CachedDataUITest::testCacheData in core/modules/views_ui/src/Tests/CachedDataUITest.php
Tests the user tempstore views data in the UI.
CacheTagTest::testTagCaching in core/modules/views/src/Tests/Plugin/CacheTagTest.php
Tests the tag cache plugin.
CacheTest::testCacheData in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests the data contained in cached items.
CacheTest::testHeaderStorage in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CacheTest::testTimeResultCachingWithFilter in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests result caching with filters.
CacheTestBase::assertCacheExists in core/modules/system/src/Tests/Cache/CacheTestBase.php
Asserts that a cache entry exists.
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.
CKEditorTest::testJSTranslation in core/modules/ckeditor/src/Tests/CKEditorTest.php
Tests that CKEditor plugins participate in JS translation.
CKEditorTest::testLanguages in core/modules/ckeditor/src/Tests/CKEditorTest.php
Tests language list availability in CKEditor.
ClearTest::testFlushAllCaches in core/modules/system/src/Tests/Cache/ClearTest.php
Tests drupal_flush_all_caches().
ColorTest::_testColor in core/modules/color/src/Tests/ColorTest.php
Tests the Color module functionality using the given theme.
CommentActionsTest::testCommentPublishUnpublishActions in core/modules/comment/src/Tests/CommentActionsTest.php
Tests comment publish and unpublish actions.
CommentActionsTest::testCommentUnpublishByKeyword in core/modules/comment/src/Tests/CommentActionsTest.php
Tests the unpublish comment by keyword action.
CommentAdminTest::testApprovalAdminInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Test comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalNodeInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Tests comment approval functionality through the node interface.
CommentAnonymousTest::testAnonymous in core/modules/comment/src/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentAttributesTest::testCommentReplyOfRdfaMarkup in core/modules/rdf/src/Tests/CommentAttributesTest.php
Tests RDF comment replies.
CommentAttributesTest::testNumberOfCommentsRdfaMarkup in core/modules/rdf/src/Tests/CommentAttributesTest.php
Tests the presence of the RDFa markup for the number of comments.
CommentAttributesTest::_testBasicCommentRdfaMarkup in core/modules/rdf/src/Tests/CommentAttributesTest.php
Helper function for testCommentRdfaMarkup().
CommentBlockTest::testRecentCommentBlock in core/modules/comment/src/Tests/CommentBlockTest.php
Tests the recent comments block.
CommentCSSTest::testCommentClasses in core/modules/comment/src/Tests/CommentCSSTest.php
Tests CSS classes on comments.
CommentFieldAccessTest::testAccessToAdministrativeFields in core/modules/comment/src/Tests/CommentFieldAccessTest.php
Test permissions on comment fields.
CommentFieldsTest::testCommentDefaultFields in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests that the default 'comment_body' field is correctly added.
CommentFieldsTest::testCommentInstallAfterContentModule in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests that comment module works when installed after a content module.
CommentInterfaceTest::testAutoFilledSubject in core/modules/comment/src/Tests/CommentInterfaceTest.php
Test that the subject is automatically filled if disabled or left blank.
CommentInterfaceTest::testCommentInterface in core/modules/comment/src/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentItemTest::testCommentItem in core/modules/comment/src/Tests/CommentItemTest.php
Tests using entity fields of the comment field type.
CommentLanguageTest::setUp in core/modules/comment/src/Tests/CommentLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
CommentNodeAccessTest::testThreadedCommentView in core/modules/comment/src/Tests/CommentNodeAccessTest.php
Test that threaded comments can be viewed.
CommentNodeChangesTest::testNodeDeletion in core/modules/comment/src/Tests/CommentNodeChangesTest.php
Tests that comments are deleted with the node.
CommentNonNodeTest::postComment in core/modules/comment/src/Tests/CommentNonNodeTest.php
Posts a comment.
CommentNonNodeTest::testCommentFunctionality in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests anonymous comment functionality.
CommentPagerTest::testCommentPaging in core/modules/comment/src/Tests/CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentPreview in core/modules/comment/src/Tests/CommentPreviewTest.php
Tests comment preview.
CommentTestBase::postComment in core/modules/comment/src/Tests/CommentTestBase.php
Posts a comment.
CommentThreadingTest::testCommentThreading in core/modules/comment/src/Tests/CommentThreadingTest.php
Tests the comment threading.
CommentTitleTest::testCommentPopulatedTitles in core/modules/comment/src/Tests/CommentTitleTest.php
Tests markup for comments with populated titles.
CommentTypeTest::testCommentTypeCreation in core/modules/comment/src/Tests/CommentTypeTest.php
Tests creating a comment type programmatically and via a form.
CommentTypeTest::testCommentTypeEditing in core/modules/comment/src/Tests/CommentTypeTest.php
Tests editing a comment type using the UI.
CompatibilityFixTest::testFixCompatibility in core/modules/system/src/Tests/Update/CompatibilityFixTest.php
ConditionTestDualUserTest::doTestIdenticalUser in core/modules/system/tests/modules/condition_test/src/Tests/ConditionTestDualUserTest.php
Tests with both contexts mapped to the same user.
ConfigCRUDTest::testCRUD in core/modules/config/src/Tests/ConfigCRUDTest.php
Tests CRUD operations.
ConfigCRUDTest::testNameValidation in core/modules/config/src/Tests/ConfigCRUDTest.php
Tests the validation of configuration object names.
ConfigDependencyTest::testConfigEntityDelete in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests deleting a configuration entity and dependency management.
ConfigDependencyTest::testConfigEntityUninstall in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests ConfigManager::uninstall() and config entity dependency management.
ConfigDependencyTest::testContentEntityDelete in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities.
ConfigDependencyTest::testDependencyManagement in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests creating dependencies on configuration entities.
ConfigDependencyTest::testNonEntity in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests that calculating dependencies for system module.
ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait in core/modules/config/src/Tests/ConfigDependencyWebTest.php
Tests ConfigDependencyDeleteFormTrait.
ConfigEntityListTest::testList in core/modules/config/src/Tests/ConfigEntityListTest.php
Tests entity list builder methods.
ConfigEntityListTest::testListUI in core/modules/config/src/Tests/ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityStatusTest::testCRUD in core/modules/config/src/Tests/ConfigEntityStatusTest.php
Tests the enabling/disabling of entities.
ConfigEntityTest::testCRUD in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations.
ConfigExportImportUITest::testExportImportCollections in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests an export and import of collections.
ConfigExportUITest::testExport in core/modules/config/src/Tests/ConfigExportUITest.php
Tests export of configuration.
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.
ConfigFileContentTest::testReadWriteConfig in core/modules/config/src/Tests/ConfigFileContentTest.php
Tests setting, writing, and reading of a configuration setting.
ConfigImportAllTest::testInstallUninstall in core/modules/config/src/Tests/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
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::testUnmetDependency in core/modules/config/src/Tests/ConfigImporterTest.php
Tests dependency validation during configuration import.
ConfigImporterTest::testUpdated in core/modules/config/src/Tests/ConfigImporterTest.php
Tests updating of configuration during import.
ConfigImportInstallProfileTest::testInstallProfileValidation in core/modules/config/src/Tests/ConfigImportInstallProfileTest.php
Tests config importer cannot uninstall install profiles.
ConfigImportUITest::testExtensionValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
ConfigImportUITest::testImport in core/modules/config/src/Tests/ConfigImportUITest.php
Tests importing configuration.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite in core/modules/config/src/Tests/ConfigInstallProfileOverrideTest.php
Tests install profile config changes.
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity in core/modules/config/src/Tests/ConfigInstallTest.php
Tests collections which do not support config entities install correctly.
ConfigInstallTest::testDependencyChecking in core/modules/config/src/Tests/ConfigInstallTest.php
Tests the configuration with unmet dependencies is not installed.
ConfigInstallTest::testLanguage in core/modules/config/src/Tests/ConfigInstallTest.php
Tests imported configuration entities with and without language information.
ConfigInstallTest::testModuleInstallation in core/modules/config/src/Tests/ConfigInstallTest.php
Tests module installation.
ConfigInstallWebTest::testUnmetDependenciesInstall in core/modules/config/src/Tests/ConfigInstallWebTest.php
Tests unmet dependencies detection.
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.
ConfigModuleOverridesTest::testSimpleModuleOverrides in core/modules/config/src/Tests/ConfigModuleOverridesTest.php
ConfigOtherModuleTest::testInstallConfigEntityModuleFirst in core/modules/config/src/Tests/ConfigOtherModuleTest.php
Tests enabling the provider of the config entity type first.
ConfigOtherModuleTest::testInstallOtherModuleFirst in core/modules/config/src/Tests/ConfigOtherModuleTest.php
Tests enabling the provider of the default configuration first.
ConfigOtherModuleTest::testUninstall in core/modules/config/src/Tests/ConfigOtherModuleTest.php
Tests uninstalling Node module removes views which are dependent on it.
ConfigOverrideTest::testConfOverride in core/modules/config/src/Tests/ConfigOverrideTest.php
Tests configuration override.
ConfigSchemaTest::testSchemaData in core/modules/config/src/Tests/ConfigSchemaTest.php
Tests metadata applied to configuration objects.
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.
ConfigTranslationFormTest::testConfigTranslationFormAlter in core/modules/config_translation/src/Tests/ConfigTranslationFormTest.php
Tests altering of the configuration translation forms.
ConfigTranslationOverviewTest::testMapperListPage in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Tests the config translation mapper page.
ConfigTranslationUiTest::assertDisabledTextarea in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Asserts that a textarea with a given ID has been disabled from editing.
ConfigTranslationUiTest::getTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Gets translation from locale storage.
ConfigTranslationUiTest::testContactConfigEntityTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the contact form translation.
ConfigTranslationUiTest::testLocaleDBStorage in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Test translation storage in locale storage.
ConfigTranslationUiTest::testSourceValueDuplicateSave in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testViewsTranslationUI in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the views translation interface.
ConfigurationTest::testActionConfiguration in core/modules/action/src/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ConfirmFormTest::assertCancelLinkUrl in core/modules/system/src/Tests/Form/ConfirmFormTest.php
Asserts that a cancel link is present pointing to the provided URL.
ConnectionFailureTest::testConnectionFailureLogging in core/modules/dblog/src/Tests/ConnectionFailureTest.php
Tests logging of connection failures.
ConnectionUnitTest::assertConnection in core/modules/system/src/Tests/Database/ConnectionUnitTest.php
Asserts that a connection ID exists.
ContactLinkTest::assertContactLinks in core/modules/contact/src/Tests/Views/ContactLinkTest.php
Asserts whether certain users contact links appear on the page.
ContactPersonalTest::testPersonalContactAccess in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests access to the personal contact form.
ContactPersonalTest::testSendPersonalContactMessage in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContactSitewideTest::testSiteWideContact in core/modules/contact/src/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContactStorageTest::testContactStorage in core/modules/contact/src/Tests/ContactStorageTest.php
Tests configuration options and the site-wide contact form.
ContentEntityChangedTest::testChanged in core/modules/system/src/Tests/Entity/ContentEntityChangedTest.php
Tests basic EntityChangedInterface functionality.
ContentEntityChangedTest::testRevisionChanged in core/modules/system/src/Tests/Entity/ContentEntityChangedTest.php
Tests revisionable EntityChangedInterface functionality.
ContentNegotiationRoutingTest::testContentRouting in core/modules/system/src/Tests/Routing/ContentNegotiationRoutingTest.php
Tests the content negotiation aspect of routing.
ContentTranslationConfigImportTest::testConfigImportUpdates in core/modules/content_translation/src/Tests/ContentTranslationConfigImportTest.php
Tests config import updates.
ContentTranslationOperationsTest::testContentTranslationOverviewAccess in core/modules/content_translation/src/Tests/ContentTranslationOperationsTest.php
ContentTranslationSettingsApiTest::testSettingsApi in core/modules/content_translation/src/Tests/ContentTranslationSettingsApiTest.php
Tests that enabling translation via the API triggers schema updates.
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.
ContentTranslationSyncUnitTest::testDifferingSyncedColumns in core/modules/content_translation/src/Tests/ContentTranslationSyncUnitTest.php
Tests that one change in a synchronized column triggers a change in all columns.
ContentTranslationSyncUnitTest::testFieldSync in core/modules/content_translation/src/Tests/ContentTranslationSyncUnitTest.php
Tests the field synchronization algorithm.
ContentTranslationSyncUnitTest::testMultipleSyncedValues in core/modules/content_translation/src/Tests/ContentTranslationSyncUnitTest.php
Tests that items holding the same values are correctly synchronized.
ContentTranslationUITestBase::doTestAuthoringInfo in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the translation authoring information.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestOutdatedStatus in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests up-to-date status tracking.
ContentTranslationUITestBase::doTestTranslationDeletion in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests translation deletion.
ContextPluginTest::testContext in core/modules/system/src/Tests/Plugin/ContextPluginTest.php
Tests basic context definition and value getters and setters.
CopyTest::testExistingRename in core/modules/file/src/Tests/CopyTest.php
Test renaming when copying over a file that already exists.
CopyTest::testExistingReplace in core/modules/file/src/Tests/CopyTest.php
Test replacement when copying over a file that already exists.
CopyTest::testNormal in core/modules/file/src/Tests/CopyTest.php
Test file copying in the normal, base case.
CronRunTest::testAutomatedCron in core/modules/system/src/Tests/System/CronRunTest.php
Ensure that the automated cron run module is working.
CrudTest::testMappingCreation in core/modules/rdf/src/Tests/CrudTest.php
Tests creation of RDF mapping.
CsrfTest::testBasicAuth in core/modules/rest/src/Tests/CsrfTest.php
Tests that CSRF check is not triggered for Basic Auth requests.
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::testExpiration in core/modules/system/src/Tests/KeyValueStore/DatabaseStorageExpirableTest.php
Tests data expiration.
DateTimeFieldTest::testDefaultValue in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Test default value functionality.
DateTimeItemTest::testDateTimeItem in core/modules/datetime/src/Tests/DateTimeItemTest.php
Tests using entity fields of the date field type.
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.
DbLogTest::doNode in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some node events.
DbLogTest::doUser in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some user events.
DbLogTest::verifyCron in core/modules/dblog/src/Tests/DbLogTest.php
Verifies that cron correctly applies the database log row limit.
DbLogTest::verifyRowLimit in core/modules/dblog/src/Tests/DbLogTest.php
Verifies setting of the database log row limit.
DefaultViewsTest::clickViewsOperationLink in core/modules/views_ui/src/Tests/DefaultViewsTest.php
Click a link to perform an operation on a view.
DefaultViewsTest::testDefaultViews in core/modules/views/src/Tests/DefaultViewsTest.php
Test that all Default views work as expected.
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).
DeleteTruncateTest::testTruncate in core/modules/system/src/Tests/Database/DeleteTruncateTest.php
Confirms that we can truncate a whole table successfully.
DependencyHookInvocationTest::testHookUpdateDependencies in core/modules/system/src/Tests/Update/DependencyHookInvocationTest.php
Test the structure of the array returned by hook_update_dependencies().
DependencyMissingTest::testMissingUpdate in core/modules/system/src/Tests/Update/DependencyMissingTest.php
DependencyOrderingTest::testUpdateOrderingModuleInterdependency in core/modules/system/src/Tests/Update/DependencyOrderingTest.php
Test that dependencies between modules are resolved correctly.
DependencyTest::testEnableWithoutDependency in core/modules/system/src/Tests/Module/DependencyTest.php
Attempts to enable the Content Translation module without Language enabled.
DialogTest::testDialog in core/modules/system/src/Tests/Ajax/DialogTest.php
Test sending non-JS and AJAX requests to open and manipulate modals.
DirectoryTest::testFileCheckDirectoryHandling in core/modules/system/src/Tests/File/DirectoryTest.php
Test directory handling functions.
DirectoryTest::testFileCheckLocalDirectoryHandling in core/modules/system/src/Tests/File/DirectoryTest.php
Test local directory handling functions.
DisabledDisplayTest::testDisabledDisplays in core/modules/views/src/Tests/Plugin/DisabledDisplayTest.php
Tests that views displays can be disabled.
DisplayAttachmentTest::testDisabledAttachments in core/modules/views/src/Tests/Plugin/DisplayAttachmentTest.php
Tests that nothing is output when the attachment displays are disabled.
DisplayBlockTest::testBlockCategory in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests default and custom block categories.
DisplayBlockTest::testBlockRendering in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests the actual rendering of the views block.
DisplayBlockTest::testDeleteBlockDisplay in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests removing a block display.
DisplayBlockTest::testViewsBlockForm in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Test the block form for a Views block.
DisplayCRUDTest::testDuplicateDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests the duplicating of a display.
DisplayCRUDTest::testRemoveDisplay in core/modules/views_ui/src/Tests/DisplayCRUDTest.php
Tests removing a display.
DisplayExtenderTest::testDisplayExtenders in core/modules/views/src/Tests/Plugin/DisplayExtenderTest.php
Test display extenders.
DisplayFeedTest::testDisabledFeed in core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
Tests that nothing is output when the feed display is disabled.
DisplayFeedTest::testFeedOutput in core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
Tests the rendered output.
DisplayKernelTest::testGetPlugin in core/modules/views/src/Tests/Plugin/DisplayKernelTest.php
Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method.
DisplayPageTest::testMenuLinks in core/modules/views/src/Tests/Plugin/DisplayPageTest.php
Tests the generated menu links of views.
DisplayPageTest::testPageRouterItems in core/modules/views/src/Tests/Plugin/DisplayPageTest.php
Checks that the router items are properly registered
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::testOutputIsEmpty in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the outputIsEmpty method on the display.
DisplayTest::testReadMore in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the readmore functionality.
DisplayTest::testReadMoreNoDisplay in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests the readmore validation.
DisplayTest::testReorderDisplay in core/modules/views_ui/src/Tests/DisplayTest.php
Tests reordering of displays.
DisplayTest::testViewStatus in core/modules/views_ui/src/Tests/DisplayTest.php
Tests that the view status is correctly reflected on the edit form.
DrupalDateTimeTest::testDateTimezone in core/modules/system/src/Tests/Datetime/DrupalDateTimeTest.php
Test that DrupalDateTime can detect the right timezone to use. Test with a variety of less commonly used timezone names to help ensure that the system timezone will be different than the stated timezones.
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.
DrupalKernelTest::testPreventChangeOfSitePath in core/modules/system/src/Tests/DrupalKernel/DrupalKernelTest.php
Tests setting of site path after kernel boot.
EditorAdminTest::selectUnicornEditor in core/modules/editor/src/Tests/EditorAdminTest.php
Tests and selects the unicorn editor.
EditorAdminTest::testAddEditorToExistingFormat in core/modules/editor/src/Tests/EditorAdminTest.php
Tests adding a text editor to an existing text format.
EditorAdminTest::testNoEditorAvailable in core/modules/editor/src/Tests/EditorAdminTest.php
Tests an existing format without any editors available.
EditorAdminTest::verifyUnicornEditorConfiguration in core/modules/editor/src/Tests/EditorAdminTest.php
Verifies unicorn editor configuration.
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::testFormDescriptions in core/modules/system/src/Tests/Form/ElementsLabelsTest.php
Tests different display options for form element descriptions.
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::testJavaScriptOrdering in core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php
Ensures that vertical-tabs.js is included before collapse.js.
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.
ElementTest::testGroupElements in core/modules/system/src/Tests/Form/ElementTest.php
Tests the #group property.
ElementTest::testOptions in core/modules/system/src/Tests/Form/ElementTest.php
Tests expansion of #options for #type checkboxes and radios.
ElementTest::testPlaceHolderText in core/modules/system/src/Tests/Form/ElementTest.php
Tests placeholder text for elements that support placeholders.
ElementTest::testWrapperIds in core/modules/system/src/Tests/Form/ElementTest.php
Tests wrapper ids for checkboxes and radios.
EmailItemTest::testEmailItem in core/modules/field/src/Tests/Email/EmailItemTest.php
Tests using entity fields of the email field type.
EntityAccessControlHandlerTest::testEntityAccessDefaultController in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Ensures that the default handler is used as a fallback.
EntityApiTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityApiTest.php
Executes a test set for a defined entity type and user.
EntityAutocompleteElementFormTest::testValidEntityAutocompleteElement in core/modules/system/src/Tests/Entity/Element/EntityAutocompleteElementFormTest.php
Tests valid entries in the EntityAutocomplete Form API element.
EntityBundleFieldTest::testCustomBundleFieldUsage in core/modules/system/src/Tests/Entity/EntityBundleFieldTest.php
Tests making use of a custom bundle field.
EntityCacheTagsTestBase::verifyRenderCache in core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
Verify that a given render cache entry exists, with the correct cache tags.
EntityCrudHookTest::assertHookMessageOrder in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Checks the order of CRUD hook execution messages.
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::testCreateFieldAndIndexOnSharedTable in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Ensures that a new field and index on a shared table are created.
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Ensures that a new entity level index is created when data exists.
EntityDefinitionUpdateTest::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::testEntityIndexCreateWithData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests creating a multi-field index when there are existing entities.
EntityDefinitionUpdateTest::testEntityTypeUpdateWithoutData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests updating entity schema when there are no existing entities.
EntityDefinitionUpdateTest::testNewEntityType in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests that new entity type definitions are correctly handled.
EntityDefinitionUpdateTest::testSingleActionCalls in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests applying single updates.
EntityDisplayTest::testComponentDependencies in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests components dependencies additions.
EntityDisplayTest::testDeleteField in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests deleting field.
EntityDisplayTest::testEntityGetDisplay in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests entity_get_display().
EntityFieldDefaultValueTest::assertDefaultValues in core/modules/system/src/Tests/Entity/EntityFieldDefaultValueTest.php
Executes a test set for a defined entity type.
EntityFieldTest::doTestIntrospection in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the introspection tests for the given entity type.
EntityFieldTest::doTestIterator in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the iterator tests for the given entity type.
EntityFieldTest::doTestReadWrite in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityFieldTest::doTestSave in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the save tests for the given entity type.
EntityFieldTest::testDataTypes in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Makes sure data types are correctly derived for all entity types.
EntityFileTest::testIsLocalUri in core/modules/file/src/Tests/Migrate/EntityFileTest.php
Tests various invocations of the isLocalUri() method.
EntityFileTest::testIsLocationUnchanged in core/modules/file/src/Tests/Migrate/EntityFileTest.php
Tests various invocations of the isLocationUnchanged() method.
EntityFileTest::testWriteFile in core/modules/file/src/Tests/Migrate/EntityFileTest.php
Tests various invocations of the writeFile() method.
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().
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.
EntityFormTest::testEntityFormDisplayAlter in core/modules/system/src/Tests/Entity/EntityFormTest.php
Tests hook_entity_form_display_alter().
EntityFormTest::testValidationHandlers in core/modules/system/src/Tests/Entity/EntityFormTest.php
Checks that validation handlers works as expected.
EntityQueryAggregateTest::assertResults in core/modules/system/src/Tests/Entity/EntityQueryAggregateTest.php
Asserts the results as expected regardless of order between and in rows.
EntityQueryTest::assertBundleOrder in core/modules/system/src/Tests/Entity/EntityQueryTest.php
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.
EntityReferenceFieldAttributesTest::testNodeTeaser in core/modules/rdf/src/Tests/EntityReferenceFieldAttributesTest.php
Tests if file fields in teasers have correct resources.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultConfigValue in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that dependencies due to default values can be removed.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceFormatterTest::testIdFormatter in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Tests the ID formatter.
EntityReferenceIntegrationTest::assertFieldValues in core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php
Asserts that the reference field values are correct.
EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php
Tests the entity reference field with all its supported field widgets.
EntityReferenceItemTest::testConfigEntityReferenceItem in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests the entity reference field type for referencing config entities.
EntityReferenceItemTest::testContentEntityReferenceItem in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests the entity reference field type for referencing content entities.
EntityReferenceItemTest::testContentEntityReferenceItemWithStringId in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests referencing content entities with string IDs.
EntityReferenceItemTest::testEntitySaveOrder in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Test saving order sequence doesn't matter.
EntityReferenceSettingsTest::testConfigTargetBundleDeletion in core/modules/field/src/Tests/EntityReference/EntityReferenceSettingsTest.php
Tests that config bundle deletions are mirrored in field config settings.
EntityReferenceSettingsTest::testCustomTargetBundleDeletion in core/modules/field/src/Tests/EntityReference/EntityReferenceSettingsTest.php
Tests that deletions of custom bundles are mirrored in field settings.
EntityRevisionsTest::runRevisionsTests in core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
Executes the revision tests for the given entity type.
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.
EntitySchemaTest::testCustomFieldCreateDelete in core/modules/system/src/Tests/Entity/EntitySchemaTest.php
Tests the custom bundle field creation and deletion.
EntitySchemaTest::testEntitySchemaUpdate in core/modules/system/src/Tests/Entity/EntitySchemaTest.php
Tests that entity schema responds to changes in the entity type definition.
EntitySchemaTest::testModifyingTranslatableColumnSchema in core/modules/system/src/Tests/Entity/EntitySchemaTest.php
Tests that modifying the UUID field for a translatable entity works.
EntityTranslationFormTest::testEntityFormLanguage in core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
EntityTranslationTest::doTestEntityTranslationAPI in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the Entity Translation API tests for the given entity type.
EntityTranslationTest::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::testEntityReferences in core/modules/system/src/Tests/Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata from entity references.
EntityTypedDataDefinitionTest::testFields in core/modules/system/src/Tests/Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata about fields.
EntityUrlLanguageTest::testEntityUrlLanguage in core/modules/language/src/Tests/EntityUrlLanguageTest.php
Ensures that entity URLs in a language have the right language prefix.
EntityUrlLanguageTest::testEntityUrlLanguageWithLanguageContentEnabled in core/modules/language/src/Tests/EntityUrlLanguageTest.php
Ensures correct entity URLs with the method language-content-entity enabled.
EntityUUIDTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
EntityValidationTest::testCompositeConstraintValidation in core/modules/system/src/Tests/Entity/EntityValidationTest.php
Tests composite constraints.
EntityValidationTest::testValidation in core/modules/system/src/Tests/Entity/EntityValidationTest.php
Tests validating test entity types.
EntityViewBuilderTest::testEntityViewBuilderCache in core/modules/system/src/Tests/Entity/EntityViewBuilderTest.php
Tests entity render cache handling.
EntityViewBuilderTest::testEntityViewBuilderCacheToggling in core/modules/system/src/Tests/Entity/EntityViewBuilderTest.php
Tests entity render cache toggling.
EntityViewBuilderTest::testEntityViewBuilderCacheWithReferences in core/modules/system/src/Tests/Entity/EntityViewBuilderTest.php
Tests entity render cache with references.
EntityViewControllerTest::testFieldItemAttributes in core/modules/system/src/Tests/Entity/EntityViewControllerTest.php
Tests field item attributes.
ErrorHandlerTest::testExceptionHandler in core/modules/system/src/Tests/System/ErrorHandlerTest.php
Test the exception handler.
ExceptionHandlingTest::testBacktraceEscaping in core/modules/system/src/Tests/Routing/ExceptionHandlingTest.php
Tests if exception backtraces are properly escaped when output to HTML.
ExposedFormUITest::testExposedAdminUi in core/modules/views_ui/src/Tests/ExposedFormUITest.php
Tests the admin interface of exposed filter and sort items.
FeedFetcherPluginTest::testfetch in core/modules/aggregator/src/Tests/FeedFetcherPluginTest.php
Test fetching functionality.
FeedLanguageTest::testFeedLanguage in core/modules/aggregator/src/Tests/FeedLanguageTest.php
Tests creation of feeds with a language.
FeedProcessorPluginTest::testDelete in core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php
Test deleting functionality.
FeedProcessorPluginTest::testProcess in core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php
Test processing functionality.
FetchTest::testQueryFetchArray in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record to an associative array explicitly.
FetchTest::testQueryFetchBoth in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record into a doubly-keyed array explicitly.
FetchTest::testQueryFetchClass in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record into a new instance of a custom class.
FetchTest::testQueryFetchDefault in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record properly in default object mode.
FetchTest::testQueryFetchNum in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record into an indexed array explicitly.
FetchTest::testQueryFetchObject in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record to an object explicitly.
FetchTest::testRowCount in core/modules/system/src/Tests/Database/FetchTest.php
Tests that rowCount() throws exception on SELECT query.
FieldAccessTest::testFieldAccess in core/modules/system/src/Tests/Entity/FieldAccessTest.php
Tests hook_entity_field_access() and hook_entity_field_access_alter().
FieldApiDataTest::testViewsData in core/modules/views/src/Tests/FieldApiDataTest.php
Unit testing the views data structure.
FieldAttachOtherTest::testEntityFormDisplayExtractFormValues in core/modules/field/src/Tests/FieldAttachOtherTest.php
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::extractFormValues().
FieldAttachStorageTest::testEntityDeleteBundle in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachSaveEmptyData in core/modules/field/src/Tests/FieldAttachStorageTest.php
Tests insert and update with empty or NULL fields.
FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test insert with empty or NULL fields, with default value.
FieldCrudTest::testCreateField in core/modules/field/src/Tests/FieldCrudTest.php
Test the creation of a field.
FieldCrudTest::testDeleteField in core/modules/field/src/Tests/FieldCrudTest.php
Test the deletion of a field.
FieldCrudTest::testDeleteFieldCrossDeletion in core/modules/field/src/Tests/FieldCrudTest.php
Tests the cross deletion behavior between field storages and fields.
FieldCrudTest::testReadField in core/modules/field/src/Tests/FieldCrudTest.php
Test reading back a field definition.
FieldCustomTest::testFieldCustomTokens in core/modules/views/src/Tests/Handler/FieldCustomTest.php
Ensure that custom fields can use tokens.
FieldEntityOperationsTest::testEntityOperations in core/modules/views/src/Tests/Handler/FieldEntityOperationsTest.php
Tests entity operations field.
FieldFieldAccessTestBase::assertFieldAccess in core/modules/views/src/Tests/Handler/FieldFieldAccessTestBase.php
Checks views field access for a given entity type and field name.
FieldFieldTest::testComplexExecute in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the result of a view with complex field configuration.
FieldFieldTest::testFieldAlias in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the result of a view with complex field configuration.
FieldFieldTest::testRevisionComplexExecute in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the result set of a complex revision view.
FieldFieldTest::testRevisionExecute in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the revision result.
FieldFieldTest::testSimpleExecute in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the result of a view with base fields and configurable fields.
FieldImportCreateTest::testImportCreate in core/modules/field/src/Tests/FieldImportCreateTest.php
Tests creating field storages and fields during config import.
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.
FieldItemTest::setUp in core/modules/system/src/Tests/Field/FieldItemTest.php
Performs setup tasks before each individual test method is run.
FieldKernelTest::assertNotSubString in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Asserts that a string is not part of another string.
FieldKernelTest::assertSubString in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Asserts that a string is part of another string.
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.
FieldRdfaTestBase::assertFormatterRdfa in core/modules/rdf/src/Tests/Field/FieldRdfaTestBase.php
Helper function to test the formatter's RDFa.
FieldSqlStorageTest::testFieldUpdateFailure in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test that failure to create fields is handled gracefully.
FieldSqlStorageTest::testFieldUpdateIndexesWithData in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test adding and removing indexes while data is present.
FieldStorageCrudTest::testCreate in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test the creation of a field storage.
FieldStorageCrudTest::testDelete in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test the deletion of a field storage.
FieldStorageCrudTest::testRead in core/modules/field/src/Tests/FieldStorageCrudTest.php
Tests reading field storage definitions.
FieldTranslationSqlStorageTest::assertFieldStorageLangcode in core/modules/system/src/Tests/Entity/FieldTranslationSqlStorageTest.php
Checks whether field languages are correctly stored for the given entity.
FieldTypePluginManagerTest::testCreateInstance in core/modules/field/src/Tests/FieldTypePluginManagerTest.php
Tests creation of field item instances.
FieldTypePluginManagerTest::testCreateInstanceWithConfig in core/modules/field/src/Tests/FieldTypePluginManagerTest.php
Tests creation of field item instances.
FieldUIRouteTest::testAdminRoute in core/modules/field_ui/src/Tests/FieldUIRouteTest.php
Asserts that admin routes are correctly marked as such.
FieldUITest::testHandlerUI in core/modules/field/src/Tests/Views/FieldUITest.php
Tests basic field handler settings in the UI.
FieldUpdateTest::testFieldUpdate8001 in core/modules/field/src/Tests/Update/FieldUpdateTest.php
Tests field_update_8001().
FieldValidationTest::testFieldConstraints in core/modules/field/src/Tests/FieldValidationTest.php
Tests that constraints defined by the field type are validated.
FieldWebTest::assertNotSubString in core/modules/views/src/Tests/Handler/FieldWebTest.php
Assertion helper which checks whether a string is not part of another string.
FieldWebTest::assertSubString in core/modules/views/src/Tests/Handler/FieldWebTest.php
Assertion helper which checks whether a string is part of another string.
FieldWebTest::testAlterUrl in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests rewriting the output to a link.
FieldWebTest::testFieldClasses in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests the field/label/wrapper classes.
FieldWebTest::testTextRendering in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests trimming/read-more/ellipses.
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.
FileFieldAttributesTest::testNodeTeaser in core/modules/rdf/src/Tests/FileFieldAttributesTest.php
Tests if file fields in teasers have correct resources.
FileFieldFormatterAccessTest::testFileAccessHandler in core/modules/file/src/Tests/FileFieldFormatterAccessTest.php
Tests the custom access handler is invoked.
FileFieldPathTest::assertPathMatch in core/modules/file/src/Tests/FileFieldPathTest.php
Asserts that a file is uploaded to the right location.
FileFieldTestBase::assertFileExists in core/modules/file/src/Tests/FileFieldTestBase.php
Asserts that a file exists physically on disk.
FileFieldTestBase::assertFileIsPermanent in core/modules/file/src/Tests/FileFieldTestBase.php
Asserts that a file's status is set to permanent in the database.
FileFieldValidateTest::testRequired in core/modules/file/src/Tests/FileFieldValidateTest.php
Tests the required property on file fields.
FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testSingleValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for a single-valued File field.
FileItemTest::testFileItem in core/modules/file/src/Tests/FileItemTest.php
Tests using entity fields of the file field type.
FileManagedAccessTest::testFileAccess in core/modules/file/src/Tests/FileManagedAccessTest.php
Tests if public file is always accessible.
FileManagedFileElementTest::testManagedFile in core/modules/file/src/Tests/FileManagedFileElementTest.php
Tests the managed_file element type.
FileManagedTestBase::assertFileHooksCalled in core/modules/file/src/Tests/FileManagedTestBase.php
Assert that all of the specified hook_file_* hooks were called once, other values result in failure.
FileManagedTestBase::createFile in core/modules/file/src/Tests/FileManagedTestBase.php
Create a file and save it to the files table and assert that it occurs correctly.
FileManagedTestBase::createUri in core/modules/file/src/Tests/FileManagedTestBase.php
Creates a file and returns its URI.
FileManagedUnitTestBase::assertFileHooksCalled in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Assert that all of the specified hook_file_* hooks were called once, other values result in failure.
FileManagedUnitTestBase::createFile in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Create a file and save it to the files table and assert that it occurs correctly.
FileManagedUnitTestBase::createUri in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Creates a file and returns its URI.
FileMoveTest::testNormal in core/modules/image/src/Tests/FileMoveTest.php
Tests moving a randomly generated image.
FilePrivateTest::testPrivateFile in core/modules/file/src/Tests/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FileTestBase::createDirectory in core/modules/system/src/Tests/File/FileTestBase.php
Create a directory and assert it exists.
FileTestBase::createUri in core/modules/system/src/Tests/File/FileTestBase.php
Create a file and return the URI of it.
FileTransferTest::testJail in core/modules/system/src/Tests/FileTransfer/FileTransferTest.php
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testFormatAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests the format administration functionality.
FilterAPITest::assertFilterFormatViolation in core/modules/filter/src/Tests/FilterAPITest.php
Checks if an expected violation exists in the given violations.
FilterAPITest::testDependencyRemoval in core/modules/filter/src/Tests/FilterAPITest.php
Tests that filter format dependency removal works.
FilterAPITest::testTypedDataAPI in core/modules/filter/src/Tests/FilterAPITest.php
Tests the function of the typed data type.
FilterCombineTest::testFilterCombineContainsFieldsOverwritten in core/modules/views/src/Tests/Handler/FilterCombineTest.php
Tests if the filter can handle removed fields.
FilterCrudTest::testTextFormatCrud in core/modules/filter/src/Tests/FilterCrudTest.php
Tests CRUD operations for text formats and filters.
FilterDefaultConfigTest::testInstallation in core/modules/filter/src/Tests/FilterDefaultConfigTest.php
Tests installation of default formats.
FilterFormatAccessTest::testFormatPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FilterFormatAccessTest::testFormatRoles in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests if text format is available to a role.
FilterFormTest::assertDisabledTextarea in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a textarea with a given ID has been disabled from editing.
FilterFormTest::assertEnabledTextarea in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a textarea with a given ID exists and is not disabled.
FilterFormTest::assertOptions in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a select element has the correct options.
FilterFormTest::assertRequiredSelectAndOptions in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that there is a select element with the given ID that is required.
FilterHtmlImageSecureTest::testImageSource in core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
FilterNumericTest::testAllowEmpty in core/modules/views/src/Tests/Handler/FilterNumericTest.php
FilterTest::testFilterQuery in core/modules/views/src/Tests/Plugin/FilterTest.php
Test query of the row plugin.
FilterUnitTest::assertFilteredString in core/modules/filter/src/Tests/FilterUnitTest.php
Asserts multiple filter output expectations for multiple input strings.
FilterUnitTest::assertNoNormalized in core/modules/filter/src/Tests/FilterUnitTest.php
Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string.
FilterUnitTest::assertNormalized in core/modules/filter/src/Tests/FilterUnitTest.php
Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string.
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.
FolderTest::testFolderSetup in core/modules/simpletest/src/Tests/FolderTest.php
FormCacheTest::testCacheToken in core/modules/system/src/Tests/Form/FormCacheTest.php
Tests the form cache with a logged-in user.
FormCacheTest::testNoCacheToken in core/modules/system/src/Tests/Form/FormCacheTest.php
Tests the form cache without a logged-in user.
FormObjectTest::testObjectFormCallback in core/modules/system/src/Tests/Form/FormObjectTest.php
Tests using an object as the form callback.
FormTest::testDisabledMarkup in core/modules/system/src/Tests/Form/FormTest.php
Verify markup for disabled form elements.
FormTest::testFieldFormDefaultValue in core/modules/field/src/Tests/FormTest.php
Tests field widget default values on entity forms.
FormTest::testFieldFormSingle in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormUnlimited in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormUnlimitedRequired in core/modules/field/src/Tests/FormTest.php
Tests the position of the required label.
FormTest::testRequiredAttribute in core/modules/system/src/Tests/Form/FormTest.php
Tests required attribute.
FormTest::testRequiredFields in core/modules/system/src/Tests/Form/FormTest.php
Check several empty values for required forms elements.
ForumIndexTest::testForumIndexStatus in core/modules/forum/src/Tests/ForumIndexTest.php
Tests the forum index for published and unpublished nodes.
ForumNodeAccessTest::testForumNodeAccess in core/modules/forum/src/Tests/ForumNodeAccessTest.php
Creates some users and creates a public node and a private node.
ForumTest::createForum in core/modules/forum/src/Tests/ForumTest.php
Creates a forum container or a forum.
ForumTest::createForumTopic in core/modules/forum/src/Tests/ForumTest.php
Creates a forum topic.
ForumTest::doAdminTests in core/modules/forum/src/Tests/ForumTest.php
Runs admin tests on the admin user.
ForumTest::testForum in core/modules/forum/src/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
ForumTest::verifyForums in core/modules/forum/src/Tests/ForumTest.php
Verifies that the logged in user has access to a forum node.
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
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.
GenericCacheBackendUnitTestBase::testDeleteAll in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::deleteAll().
GenericCacheBackendUnitTestBase::testGetMultiple in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
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.
GenericCacheBackendUnitTestBase::testSetMultiple in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests \Drupal\Core\Cache\CacheBackendInterface::setMultiple().
GetFilenameUnitTest::testDrupalGetFilename in core/modules/system/src/Tests/Bootstrap/GetFilenameUnitTest.php
Tests that drupal_get_filename() works when the file is not in database.
GetNamespacesTest::testGetRdfNamespaces in core/modules/rdf/src/Tests/GetNamespacesTest.php
Tests RDF namespaces.
GlossaryTest::testGlossaryView in core/modules/views/src/Tests/GlossaryTest.php
Tests the default glossary view.
GroupByTest::testGroupBySave in core/modules/views_ui/src/Tests/GroupByTest.php
Tests whether basic saving works.
HandlerAllTest::testHandlers in core/modules/views/src/Tests/Handler/HandlerAllTest.php
Tests most of the handlers.
HandlerFieldUserNameTest::testNoAdditionalFields in core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php
Tests that the field handler works when no additional fields are added.
HandlerFieldUserNameTest::testUserName in core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php
HandlerTest::testAccess in core/modules/views/src/Tests/Handler/HandlerTest.php
Tests access to a handler.
HandlerTest::testBrokenHandlers in core/modules/views_ui/src/Tests/HandlerTest.php
Tests broken handlers.
HandlerTest::testUICRUD in core/modules/views_ui/src/Tests/HandlerTest.php
Tests UI CRUD.
HistoryTest::testHistory in core/modules/history/src/Tests/HistoryTest.php
Verifies that the history endpoints work.
HtaccessTest::assertFileAccess in core/modules/system/src/Tests/System/HtaccessTest.php
Asserts that a file exists and requesting it returns a specific response.
HtaccessUnitTest::testHtaccessSave in core/modules/system/src/Tests/File/HtaccessUnitTest.php
Tests file_save_htaccess().
HtmlAttributesTest::testThemeHtmlAttributes in core/modules/system/src/Tests/Theme/HtmlAttributesTest.php
Tests that attributes in the 'html' and 'body' elements can be altered.
HtmlToTextTest::testVeryLongLineWrap in core/modules/system/src/Tests/Mail/HtmlToTextTest.php
Tests \Drupal\Core\Mail\MailFormatHelper::htmlToText() wrapping.
ImageAdminStylesTest::testFlushUserInterface in core/modules/image/src/Tests/ImageAdminStylesTest.php
Test flush user interface.
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.
ImageDimensionsTest::testImageDimensions in core/modules/image/src/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageEffectsTest::assertImageEffect in core/modules/image/src/Tests/ImageEffectsTest.php
Asserts the effect processing of an image effect plugin.
ImageEffectsTest::testImageEffectsCaching in core/modules/image/src/Tests/ImageEffectsTest.php
Test image effect caching.
ImageFieldAttributesTest::testNodeTeaser in core/modules/rdf/src/Tests/ImageFieldAttributesTest.php
Tests that image fields in teasers have correct resources.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageFieldDisplayTest::testImageFieldSettings in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Tests for image field settings.
ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageFieldValidateTest::testRequiredAttributes in core/modules/image/src/Tests/ImageFieldValidateTest.php
Test that required alt/title fields gets validated right.
ImageItemTest::testImageItem in core/modules/image/src/Tests/ImageItemTest.php
Tests using entity fields of the image field type.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
ImportOpmlTest::submitImportForm in core/modules/aggregator/src/Tests/ImportOpmlTest.php
Submits form with invalid, empty, and valid OPML files.
InfoAlterTest::testSystemInfoAlter in core/modules/system/src/Tests/System/InfoAlterTest.php
Tests that theme .info.yml data is rebuild after enabling a module.
InsertLobTest::testInsertMultipleBlob in core/modules/system/src/Tests/Database/InsertLobTest.php
Tests that we can insert multiple blob fields in the same query.
InsertLobTest::testInsertOneBlob in core/modules/system/src/Tests/Database/InsertLobTest.php
Tests that we can insert a single blob field successfully.
InstallerLanguageTest::testInstallerTranslationCache in core/modules/system/src/Tests/Installer/InstallerLanguageTest.php
Tests profile info caching in non-English languages.
InstallerLanguageTest::testInstallerTranslationFiles in core/modules/system/src/Tests/Installer/InstallerLanguageTest.php
Tests that the installer can find translation files.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded in core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php
Tests that translations ended up at the expected places.
InstallerTranslationTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerTranslationTest.php
Verifies the expected behaviors of the installation result.
InstallTest::testRequiredModuleSchemaVersions in core/modules/system/src/Tests/Module/InstallTest.php
Tests recorded schema versions of early installed modules in the installer.
InstallUninstallTest::assertInstallModuleUpdates in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Asserts the module post update functions after install.
IpAddressBlockingTest::testIPAddressValidation in core/modules/ban/src/Tests/IpAddressBlockingTest.php
Tests various user input to confirm correct validation and saving of data.
ItemsPerPageTest::testItemsPerPage in core/modules/views/src/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
JoinTest::testBasePlugin in core/modules/views/src/Tests/Plugin/JoinTest.php
Tests the join plugin base.
JoinTest::testExamplePlugin in core/modules/views/src/Tests/Plugin/JoinTest.php
Tests an example join plugin.
KernelTestBaseTest::run in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Run all tests in this class.
KernelTestBaseTest::testEnableModulesFixedList in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests that the module list is retained after enabling/installing/disabling.
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::testEnableModulesTheme in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests that _theme() works right after loading a module.
KernelTestBaseTest::testInstallConfig in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected behavior of installConfig().
KernelTestBaseTest::testInstallEntitySchema in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected behavior of installEntitySchema().
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().
KeyValueContentEntityStorageTest::testCRUD in core/modules/system/src/Tests/KeyValueStore/KeyValueContentEntityStorageTest.php
Tests CRUD operations.
LanguageConditionTest::testConditions in core/modules/language/src/Tests/Condition/LanguageConditionTest.php
Test the language condition.
LanguageConfigSchemaTest::testValidLanguageConfigSchema in core/modules/language/src/Tests/LanguageConfigSchemaTest.php
Tests whether the language config schema is valid.
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.
LanguageConfigurationElementTest::testNodeTypeUpdate in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests that the configuration is retained when the node type is updated.
LanguageConfigurationElementTest::testTaxonomyVocabularyUpdate in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests that the configuration is retained when a vocabulary is updated.
LanguageConfigurationTest::checkConfigurableLanguageWeight in core/modules/language/src/Tests/LanguageConfigurationTest.php
Validates system languages are ordered after configurable languages.
LanguageListModuleInstallTest::testModuleInstallLanguageList in core/modules/language/src/Tests/LanguageListModuleInstallTest.php
Tests enabling Language.
LanguageNegotiationContentEntityTest::testDefaultConfiguration in core/modules/language/src/Tests/LanguageNegotiationContentEntityTest.php
Tests default with content language remaining same as interface language.
LanguageNegotiationContentEntityTest::testEnabledLanguageContentNegotiator in core/modules/language/src/Tests/LanguageNegotiationContentEntityTest.php
Tests enabling the language negotiator language_content_entity.
LanguageNegotiationInfoTest::checkFixedLanguageTypes in core/modules/language/src/Tests/LanguageNegotiationInfoTest.php
Check that language negotiation for fixed types matches the stored one.
LanguageNegotiationInfoTest::testInfoAlterations in core/modules/language/src/Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAnonymous in core/modules/language/src/Tests/LanguageSwitchingTest.php
For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAuthenticated in core/modules/language/src/Tests/LanguageSwitchingTest.php
For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::testLanguageBodyClass in core/modules/language/src/Tests/LanguageSwitchingTest.php
Check the path-admin class, as same as on default language.
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.
LanguageUILanguageNegotiationTest::testLanguageDomain in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Tests URL handling when separate domains are used for multiple languages.
LanguageUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Test URL language detection when the requested URL has no language.
LargeQueryTest::testMaxAllowedPacketQueryTruncating in core/modules/system/src/Tests/Database/LargeQueryTest.php
Tests truncation of messages when max_allowed_packet exception occurs.
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.
LinkGenerationTest::testHookLinkAlter in core/modules/system/src/Tests/Utility/LinkGenerationTest.php
Tests how hook_link_alter() can affect escaping of the link text.
LinkItemTest::testLinkItem in core/modules/link/src/Tests/LinkItemTest.php
Tests using entity fields of the link field type.
LoadTest::testMultiple in core/modules/file/src/Tests/LoadTest.php
This will test loading file data from the database.
LoadTest::testSingleValues in core/modules/file/src/Tests/LoadTest.php
Load a single file and ensure that the correct values are returned.
LoadTest::testUuidValues in core/modules/file/src/Tests/LoadTest.php
Loads a single file and ensure that the correct values are returned.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
LocaleConfigManagerTest::testGetStringTranslation in core/modules/locale/src/Tests/LocaleConfigManagerTest.php
Tests getStringTranslation().
LocaleConfigManagerTest::testHasTranslation in core/modules/locale/src/Tests/LocaleConfigManagerTest.php
Tests hasTranslation().
LocaleConfigSubscriberTest::assertTranslation in core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php
Ensures a translation exists and is marked as customized.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test removing a string from Locale deletes configuration translations.
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.
LocaleContentTest::testContentTypeDirLang in core/modules/locale/src/Tests/LocaleContentTest.php
Test if a dir and lang tags exist in node's attributes.
LocaleImportFunctionalTest::testConfigPoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleJavascriptTranslationTest::testFileParsing in core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies in core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
Assert translations JS is added before drupal.js, because it depends on it.
LocaleLibraryAlterTest::testLibraryAlter in core/modules/locale/src/Tests/LocaleLibraryAlterTest.php
Verifies that the datepicker can be localized.
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/src/Tests/LocalePathTest.php
Test if a language can be associated with a path alias.
LocaleStringTest::testStringCRUDAPI in core/modules/locale/src/Tests/LocaleStringTest.php
Test CRUD API.
LocaleStringTest::testStringSearchAPI in core/modules/locale/src/Tests/LocaleStringTest.php
Test Search API loading multiple objects.
LocaleTranslationUiTest::testJavaScriptTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUpdateBase::addLanguage in core/modules/locale/src/Tests/LocaleUpdateBase.php
Adds a language.
LocaleUpdateCronTest::testUpdateCron in core/modules/locale/src/Tests/LocaleUpdateCronTest.php
Tests interface translation update using cron.
LocaleUpdateInterfaceTest::testInterface in core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
LocaleUpdateTest::testEnableLanguage in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests automatic translation import when a language is added.
LocaleUpdateTest::testUpdateImportSourceLocal in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote in core/modules/locale/src/Tests/LocaleUpdateTest.php
Tests translation import from remote sources.
LocalTasksTest::assertLocalTasks in core/modules/system/src/Tests/Menu/LocalTasksTest.php
Asserts local tasks in the page output.
LockFunctionalTest::testLockAcquire in core/modules/system/src/Tests/Lock/LockFunctionalTest.php
Confirms that we can acquire and release locks in two parallel requests.
LockUnitTest::testBackendLockRelease in core/modules/system/src/Tests/Lock/LockUnitTest.php
Tests backend release functionality.
LockUnitTest::testBackendLockReleaseAll in core/modules/system/src/Tests/Lock/LockUnitTest.php
Tests backend release functionality.
MailTest::testPluggableFramework in core/modules/system/src/Tests/Mail/MailTest.php
Assert that the pluggable mail system is functional.
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.
ManageDisplayTest::testWidgetUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests widget settings.
ManageFieldsTest::addExistingField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests adding an existing field in another content type.
ManageFieldsTest::assertFieldSettings in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Asserts field settings are as expected.
ManageFieldsTest::fieldListAdminPage in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that the field list administration page operates correctly.
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.
ManageFieldsTest::testPreconfiguredFields in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the "preconfigured field" functionality.
MatcherDumperTest::testCreate in core/modules/system/src/Tests/Routing/MatcherDumperTest.php
Confirms that the dumper can be instantiated successfully.
MatcherDumperTest::testDump in core/modules/system/src/Tests/Routing/MatcherDumperTest.php
Confirm that we can dump a route collection to the database.
MenuAccessTest::testMenuBlockLinksAccessCheck in core/modules/system/src/Tests/Menu/MenuAccessTest.php
Tests menu link for route with access check.
MenuCacheTagsTest::testMenuBlock in core/modules/menu_ui/src/Tests/MenuCacheTagsTest.php
Tests cache tags presence and invalidation of the Menu entity.
MenuLinkContentDeriverTest::testRediscover in core/modules/menu_link_content/src/Tests/MenuLinkContentDeriverTest.php
Tests the rediscovering.
MenuLinkContentFormTest::testMenuLinkContentForm in core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php
Tests the MenuLinkContentForm class.
MenuLinkDefaultIntegrationTest::testMoveToRoot in core/modules/system/src/Tests/Menu/MenuLinkDefaultIntegrationTest.php
Tests moving a static menu link without a specified menu to the root.
MenuNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/src/Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuTest::addMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Adds a menu link using the UI.
MenuTest::getStandardMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Returns standard menu link.
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::testLoadByProperties in core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php
Tests MenuTreeStorage::loadByProperties().
MenuTreeStorageTest::testLoadTree in core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php
Tests the loadTreeData method.
MenuUninstallTest::testMenuUninstall in core/modules/menu_ui/src/Tests/MenuUninstallTest.php
Tests Menu uninstall.
MenuWebTestBase::assertMenuLink in core/modules/menu_ui/src/Tests/MenuWebTestBase.php
Fetches the menu item from the database and compares it to expected item.
MessageEntityTest::testMessageMethods in core/modules/contact/src/Tests/MessageEntityTest.php
Test some of the methods.
MigrateAggregatorFeedTest::testAggregatorFeedImport in core/modules/aggregator/src/Tests/Migrate/d7/MigrateAggregatorFeedTest.php
Tests migration of aggregator feeds.
MigrateBlockContentBodyFieldTest::testBlockContentBodyFieldMigration in core/modules/block_content/src/Tests/Migrate/MigrateBlockContentBodyFieldTest.php
Tests the block content body field migration.
MigrateBlockContentTest::testBlockMigration in core/modules/block_content/src/Tests/Migrate/d6/MigrateBlockContentTest.php
Tests the Drupal 6 custom block to Drupal 8 migration.
MigrateBlockContentTypeTest::testBlockContentTypeMigration in core/modules/block_content/src/Tests/Migrate/MigrateBlockContentTypeTest.php
Tests the block content type migration.
MigrateBlockedIPsTest::testBlockedIPs in core/modules/ban/src/Tests/Migrate/d7/MigrateBlockedIPsTest.php
Tests migration of blocked IPs.
MigrateBlockTest::assertEntity in core/modules/block/src/Tests/Migrate/d6/MigrateBlockTest.php
Asserts various aspects of a block.
MigrateBlockTest::assertEntity in core/modules/block/src/Tests/Migrate/d7/MigrateBlockTest.php
Asserts various aspects of a block.
MigrateBlockTest::testBlockMigration in core/modules/block/src/Tests/Migrate/d7/MigrateBlockTest.php
Tests the block migration.
MigrateCommentEntityDisplayTest::assertDisplay in core/modules/comment/src/Tests/Migrate/d7/MigrateCommentEntityDisplayTest.php
Asserts a display entity.
MigrateCommentEntityFormDisplaySubjectTest::assertDisplay in core/modules/comment/src/Tests/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php
Asserts a display entity.
MigrateCommentEntityFormDisplayTest::assertDisplay in core/modules/comment/src/Tests/Migrate/d7/MigrateCommentEntityFormDisplayTest.php
Asserts a display entity.
MigrateCommentFieldInstanceTest::assertEntity in core/modules/comment/src/Tests/Migrate/d7/MigrateCommentFieldInstanceTest.php
Asserts a comment field entity.
MigrateCommentFieldTest::assertEntity in core/modules/comment/src/Tests/Migrate/d7/MigrateCommentFieldTest.php
Asserts a comment field entity.
MigrateCommentTest::testCommentMigration in core/modules/comment/src/Tests/Migrate/d7/MigrateCommentTest.php
Tests migration of comments from Drupal 7.
MigrateCommentTypeTest::assertEntity in core/modules/comment/src/Tests/Migrate/d7/MigrateCommentTypeTest.php
Asserts a comment type entity.
MigrateCommentVariableFieldTest::testCommentField in core/modules/comment/src/Tests/Migrate/d6/MigrateCommentVariableFieldTest.php
Tests comment variables migrated into a field entity.
MigrateCommentVariableInstanceTest::testCommentFieldInstance in core/modules/comment/src/Tests/Migrate/d6/MigrateCommentVariableInstanceTest.php
Test the migrated field instance values.
MigrateContactCategoryTest::assertEntity in core/modules/contact/src/Tests/Migrate/MigrateContactCategoryTest.php
Performs various assertions on a single contact form entity.
MigrateContactSettingsTest::testContactSettings in core/modules/contact/src/Tests/Migrate/d7/MigrateContactSettingsTest.php
Tests migration of Contact's variables to configuration.
MigrateCustomBlockTest::testCustomBlockMigration in core/modules/block_content/src/Tests/Migrate/d7/MigrateCustomBlockTest.php
Tests migration of custom blocks from Drupal 7 to Drupal 8.
MigrateFieldFormatterSettingsTest::assertComponent in core/modules/field/src/Tests/Migrate/d7/MigrateFieldFormatterSettingsTest.php
Asserts various aspects of a particular component of a view display.
MigrateFieldFormatterSettingsTest::assertComponentNotExists in core/modules/field/src/Tests/Migrate/d7/MigrateFieldFormatterSettingsTest.php
Asserts that a particular component is NOT included in a display.
MigrateFieldFormatterSettingsTest::assertEntity in core/modules/field/src/Tests/Migrate/d7/MigrateFieldFormatterSettingsTest.php
Asserts various aspects of a view display.
MigrateFieldFormatterSettingsTest::testEntityDisplaySettings in core/modules/field/src/Tests/Migrate/d6/MigrateFieldFormatterSettingsTest.php
Test that migrated entity display settings can be loaded using D8 API's.
MigrateFieldInstanceTest::assertEntity in core/modules/field/src/Tests/Migrate/d7/MigrateFieldInstanceTest.php
Asserts various aspects of a field config entity.
MigrateFieldInstanceWidgetSettingsTest::assertComponent in core/modules/field/src/Tests/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php
Asserts various aspects of a particular component of a form display.
MigrateFieldInstanceWidgetSettingsTest::assertEntity in core/modules/field/src/Tests/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php
Asserts various aspects of a form display entity.
MigrateFieldTest::assertEntity in core/modules/field/src/Tests/Migrate/d7/MigrateFieldTest.php
Asserts various aspects of a field_storage_config entity.
MigrateFileTest::assertEntity in core/modules/file/src/Tests/Migrate/d6/MigrateFileTest.php
Asserts a file entity.
MigrateFileTest::assertEntity in core/modules/file/src/Tests/Migrate/d7/MigrateFileTest.php
Tests a single file entity.
MigrateFilterFormatTest::assertEntity in core/modules/filter/src/Tests/Migrate/d7/MigrateFilterFormatTest.php
Asserts various aspects of a filter format entity.
MigrateFilterFormatTest::testFilterFormat in core/modules/filter/src/Tests/Migrate/d6/MigrateFilterFormatTest.php
Tests the Drupal 6 filter format to Drupal 8 migration.
MigrateFilterFormatTest::testFilterFormat in core/modules/filter/src/Tests/Migrate/d7/MigrateFilterFormatTest.php
Tests the Drupal 7 filter format to Drupal 8 migration.
MigrateImageSettingsTest::testMigration in core/modules/image/src/Tests/Migrate/d7/MigrateImageSettingsTest.php
Tests the migration.
MigrateImageStylesTest::assertEntity in core/modules/image/src/Tests/Migrate/d7/MigrateImageStylesTest.php
Asserts various aspects of an ImageStyle entity.
MigrateLanguageTest::assertLanguage in core/modules/language/src/Tests/Migrate/MigrateLanguageTest.php
Asserts various properties of a configurable language entity.
MigrateMenuLinkTest::assertEntity in core/modules/menu_link_content/src/Tests/Migrate/d7/MigrateMenuLinkTest.php
Asserts various aspects of a menu link entity.
MigrateMenuSettingsTest::testMigration in core/modules/menu_ui/src/Tests/Migrate/MigrateMenuSettingsTest.php
MigrateNodeBuilderTest::assertEntity in core/modules/node/src/Tests/Migrate/d6/MigrateNodeBuilderTest.php
Asserts various aspects of a migration entity.
MigrateNodeTaxonomyTest::testMigration in core/modules/taxonomy/src/Tests/Migrate/d7/MigrateNodeTaxonomyTest.php
Test node migration from Drupal 7 to 8.
MigrateNodeTest::assertEntity in core/modules/node/src/Tests/Migrate/d7/MigrateNodeTest.php
Asserts various aspects of a node.
MigrateNodeTest::assertRevision in core/modules/node/src/Tests/Migrate/d7/MigrateNodeTest.php
Asserts various aspects of a node revision.
MigrateNodeTest::testNode in core/modules/node/src/Tests/Migrate/d7/MigrateNodeTest.php
Test node migration from Drupal 7 to 8.
MigrateNodeTitleLabelTest::assertEntity in core/modules/node/src/Tests/Migrate/d7/MigrateNodeTitleLabelTest.php
Asserts various aspects of a base_field_override entity.
MigrateNodeTypeTest::assertEntity in core/modules/node/src/Tests/Migrate/d7/MigrateNodeTypeTest.php
Tests a single node type.
MigrateRollbackTest::testRollback in core/modules/migrate/src/Tests/MigrateRollbackTest.php
Tests rolling back configuration and content entities.
MigrateSearchSettingsTest::testSearchSettings in core/modules/search/src/Tests/Migrate/d7/MigrateSearchSettingsTest.php
Tests the migration of Search's variables to configuration.
MigrateShortcutSetTest::assertEntity in core/modules/shortcut/src/Tests/Migrate/d7/MigrateShortcutSetTest.php
Asserts various aspects of a shortcut set entity.
MigrateShortcutTest::assertEntity in core/modules/shortcut/src/Tests/Migrate/d7/MigrateShortcutTest.php
Asserts various aspects of a shortcut entity.
MigrateSimpletestSettingsTest::testMigration in core/modules/simpletest/src/Tests/Migrate/d7/MigrateSimpletestSettingsTest.php
Tests migration of SimpleTest settings to configuration.
MigrateTaxonomyTermStubTest::testStubWithWeightMapping in core/modules/taxonomy/src/Tests/Migrate/MigrateTaxonomyTermStubTest.php
Tests creation of stubs when weight is mapped.
MigrateTaxonomyTermTest::assertEntity in core/modules/taxonomy/src/Tests/Migrate/d7/MigrateTaxonomyTermTest.php
Validate a migrated term contains the expected values.
MigrateTaxonomyVocabularyTest::assertEntity in core/modules/taxonomy/src/Tests/Migrate/d7/MigrateTaxonomyVocabularyTest.php
Validate a migrated vocabulary contains the expected values.
MigrateUploadEntityDisplayTest::testUploadEntityDisplay in core/modules/file/src/Tests/Migrate/d6/MigrateUploadEntityDisplayTest.php
Tests the Drupal 6 upload settings to Drupal 8 entity display migration.
MigrateUploadEntityFormDisplayTest::testUploadEntityFormDisplay in core/modules/file/src/Tests/Migrate/d6/MigrateUploadEntityFormDisplayTest.php
Tests the Drupal 6 upload settings to Drupal 8 entity form display migration.
MigrateUploadInstanceTest::testUploadFieldInstance in core/modules/file/src/Tests/Migrate/d6/MigrateUploadInstanceTest.php
Tests the Drupal 6 upload settings to Drupal 8 field instance migration.
MigrateUserPictureFieldInstanceTest::testUserPictureField in core/modules/user/src/Tests/Migrate/MigrateUserPictureFieldInstanceTest.php
Test the user picture field migration.
MigrateUserPictureFieldTest::testUserPictureField in core/modules/user/src/Tests/Migrate/MigrateUserPictureFieldTest.php
Test the user picture field migration.
MigrateUserRoleTest::assertEntity in core/modules/user/src/Tests/Migrate/d7/MigrateUserRoleTest.php
Asserts aspects of a user role config entity.
MigrateUserTest::assertEntity in core/modules/user/src/Tests/Migrate/d7/MigrateUserTest.php
Asserts various aspects of a user account.
MigrateUserTest::testUser in core/modules/user/src/Tests/Migrate/d6/MigrateUserTest.php
Tests the Drupal6 user to Drupal 8 migration.
MigrateViewModesTest::assertEntity in core/modules/field/src/Tests/Migrate/d7/MigrateViewModesTest.php
Asserts various aspects of a view mode entity.
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.
ModuleTest::testViewsGetHandler in core/modules/views/src/Tests/ModuleTest.php
Tests the views_get_handler method.
ModuleTest::testViewsPluginList in core/modules/views/src/Tests/ModuleTest.php
Tests the \Drupal\views\Views::pluginList() method.
ModuleTestBase::assertLogMessage in core/modules/system/src/Tests/Module/ModuleTestBase.php
Verify a log entry was entered for a module's status change.
ModuleTestBase::assertModuleConfig in core/modules/system/src/Tests/Module/ModuleTestBase.php
Asserts that the default configuration of a module has been installed.
ModuleTestBase::assertModuleTablesExist in core/modules/system/src/Tests/Module/ModuleTestBase.php
Assert that all tables defined in a module's hook_schema() exist.
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::testNormal in core/modules/file/src/Tests/MoveTest.php
Move a normal file.
NameMungingTest::testMunging in core/modules/system/src/Tests/File/NameMungingTest.php
Create a file and munge/unmunge the name.
NestedFormTest::testNestedFieldForm in core/modules/field/src/Tests/NestedFormTest.php
Tests Field API form integration within a subform.
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks in core/modules/block/src/Tests/NewDefaultThemeBlocksTest.php
Check the enabled Bartik blocks are correctly copied over.
NodeAccessBaseTableTest::assertTaxonomyPage in core/modules/node/src/Tests/NodeAccessBaseTableTest.php
Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAccessBaseTableTest::testNodeAccessBasic in core/modules/node/src/Tests/NodeAccessBaseTableTest.php
Tests the "private" node access functionality.
NodeAccessLanguageAwareCombinationTest::testNodeAccessLanguageAwareCombination in core/modules/node/src/Tests/NodeAccessLanguageAwareCombinationTest.php
Tests node access and node access queries with multiple node languages.
NodeAccessLanguageAwareTest::testNodeAccessLanguageAware in core/modules/node/src/Tests/NodeAccessLanguageAwareTest.php
Tests node access and node access queries with multiple node languages.
NodeAccessLanguageTest::testNodeAccess in core/modules/node/src/Tests/NodeAccessLanguageTest.php
Tests node access with multiple node languages and no private nodes.
NodeAccessLanguageTest::testNodeAccessPrivate in core/modules/node/src/Tests/NodeAccessLanguageTest.php
Tests node access with multiple node languages and private nodes.
NodeAccessLanguageTest::testNodeAccessQueryTag in core/modules/node/src/Tests/NodeAccessLanguageTest.php
Tests db_select() with a 'node_access' tag and langcode metadata.
NodeAccessPagerTest::testForumPager in core/modules/node/src/Tests/NodeAccessPagerTest.php
Tests the forum node pager for nodes with multiple grants per realm.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with content.
NodeAccessRecordsTest::testNodeAccessRecords in core/modules/node/src/Tests/NodeAccessRecordsTest.php
Creates a node and tests the creation of node access rules.
NodeAdminTest::testContentAdminSort in core/modules/node/src/Tests/NodeAdminTest.php
Tests that the table sorting works on the content admin pages.
NodeAttributesTest::testNodeAttributes in core/modules/rdf/src/Tests/NodeAttributesTest.php
Creates a node of type article and tests its RDFa markup.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/src/Tests/NodeBlockFunctionalTest.php
Tests the recent comments block.
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.
NodeCreationTest::testNodeCreation in core/modules/node/src/Tests/NodeCreationTest.php
Creates a "Basic page" node and verifies its consistency in the database.
NodeEditFormTest::checkVariousAuthoredByValues in core/modules/node/src/Tests/NodeEditFormTest.php
Checks that the "authored by" works correctly with various values.
NodeEditFormTest::testNodeEdit in core/modules/node/src/Tests/NodeEditFormTest.php
Checks node edit functionality.
NodeFieldAccessTest::testAccessToAdministrativeFields in core/modules/node/src/Tests/NodeFieldAccessTest.php
Test permissions on nodes status field.
NodeFieldMultilingualTest::testMultilingualDisplaySettings in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
NodeFieldMultilingualTest::testMultilingualNodeForm in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
Tests whether field languages are correctly set through the node form.
NodeFieldOverridesTest::testFieldOverrides in core/modules/node/src/Tests/NodeFieldOverridesTest.php
Tests that field overrides work as expected.
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.
NodeLanguageTest::testLanguages in core/modules/node/src/Tests/Views/NodeLanguageTest.php
Tests translation language filter, field, and sort.
NodeLoadMultipleTest::testNodeMultipleLoad in core/modules/node/src/Tests/NodeLoadMultipleTest.php
Creates four nodes and ensures that they are loaded correctly.
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::testNodeRevisionWithoutLogMessage in core/modules/node/src/Tests/NodeRevisionsTest.php
Checks that revisions are correctly saved without log messages.
NodeRevisionsTest::testRevisions in core/modules/node/src/Tests/NodeRevisionsTest.php
Checks node revision related operations.
NodeRevisionsTest::testRevisionTranslationRevert in core/modules/node/src/Tests/NodeRevisionsTest.php
Tests the revision translations are correctly reverted.
NodeSaveTest::testImport in core/modules/node/src/Tests/NodeSaveTest.php
Checks whether custom node IDs are saved properly during an import operation.
NodeTranslationUITest::testTranslationRendering in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that translations are rendered properly.
NodeTypeInitialLanguageTest::testLanguageFieldVisibility in core/modules/node/src/Tests/NodeTypeInitialLanguageTest.php
Tests language field visibility features.
NodeTypeTest::testNodeTypeCreation in core/modules/node/src/Tests/NodeTypeTest.php
Tests creating a content type programmatically and via a form.
NodeTypeTest::testNodeTypeGetFunctions in core/modules/node/src/Tests/NodeTypeTest.php
Ensures that node type functions (node_type_get_*) work correctly.
NodeViewTest::testMultiByteUtf8 in core/modules/node/src/Tests/NodeViewTest.php
Tests that we store and retrieve multi-byte UTF-8 characters correctly.
NoJavaScriptAnonymousTest::assertNoJavaScriptExceptHtml5Shiv in core/modules/system/src/Tests/Common/NoJavaScriptAnonymousTest.php
Passes if no JavaScript is found on the page except the HTML5 shiv.
NumberFieldRdfaTest::testDecimalFormatterWithSettings in core/modules/rdf/src/Tests/Field/NumberFieldRdfaTest.php
Tests the decimal formatter with settings.
NumberFieldRdfaTest::testFloatFormatterWithScaleExercised in core/modules/rdf/src/Tests/Field/NumberFieldRdfaTest.php
Tests the float formatter with a scale. Scale is exercised.
NumberFieldRdfaTest::testFloatFormatterWithSettings in core/modules/rdf/src/Tests/Field/NumberFieldRdfaTest.php
Tests the float formatter with settings.
NumberFieldRdfaTest::testIntegerFormatterWithSettings in core/modules/rdf/src/Tests/Field/NumberFieldRdfaTest.php
Tests the integer formatter with settings.
NumberItemTest::testNumberItem in core/modules/field/src/Tests/Number/NumberItemTest.php
Tests using entity fields of the number field type.
OptionalContextConditionTest::testContextMissing in core/modules/system/tests/modules/condition_test/src/Tests/OptionalContextConditionTest.php
Tests with both contexts mapped to the same user.
OptionalContextConditionTest::testContextNoValue in core/modules/system/tests/modules/condition_test/src/Tests/OptionalContextConditionTest.php
Tests with both contexts mapped to the same user.
OptionsFieldTest::testUpdateAllowedValues in core/modules/options/src/Tests/OptionsFieldTest.php
Test that allowed values can be updated.
OptionsSelectDynamicValuesTest::testSelectListDynamic in core/modules/options/src/Tests/OptionsSelectDynamicValuesTest.php
Tests the 'options_select' widget (single select).
OptionsWidgetsTest::testEmptyValue in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' and 'options_button' widget for empty value.
OptionsWidgetsTest::testSelectListSingle in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
PageCacheTest::testPageCache in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests cache headers.
PageCacheTest::testPageCacheWithoutVaryCookie in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests the omit_vary_cookie setting.
PageEditTest::testPageEdit in core/modules/block_content/src/Tests/PageEditTest.php
Checks block edit functionality.
PagerTest::assertClass in core/modules/system/src/Tests/Pager/PagerTest.php
Asserts that an element has a given class.
PagerTest::assertNoClass in core/modules/system/src/Tests/Pager/PagerTest.php
Asserts that an element does not have a given class.
PagerTest::assertPagerItems in core/modules/system/src/Tests/Pager/PagerTest.php
Asserts pager items and links.
PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php
Tests that page title is being converted into a block.
PageViewTest::testPageView in core/modules/node/src/Tests/PageViewTest.php
Tests an anonymous and unpermissioned user attempting to edit the node.
PathAliasMenuLinkContentTest::testPathAliasChange in core/modules/menu_link_content/src/Tests/PathAliasMenuLinkContentTest.php
Tests the path aliasing changing.
PathAliasTest::testAdminAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathAliasTest::testPathCache in core/modules/path/src/Tests/PathAliasTest.php
Tests the path cache.
PathElementFormTest::testPathElement in core/modules/system/src/Tests/Element/PathElementFormTest.php
Tests that default handlers are added even if custom are specified.
PathLanguageTest::setUp in core/modules/path/src/Tests/PathLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
PathLanguageTest::testAliasTranslation in core/modules/path/src/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PathTaxonomyTermTest::testTermAlias in core/modules/path/src/Tests/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PluginInstanceTest::testPluginData in core/modules/views/src/Tests/PluginInstanceTest.php
Confirms that there is plugin data for all views plugin types.
PluginInstanceTest::testPluginInstances in core/modules/views/src/Tests/PluginInstanceTest.php
Tests creating instances of every views plugin.
PreviewTest::assertClass in core/modules/views_ui/src/Tests/PreviewTest.php
Asserts that an element has a given class.
PreviewTest::assertPreviewAJAX in core/modules/views_ui/src/Tests/PreviewTest.php
Assert that the AJAX response contains expected data.
PreviewTest::testPreviewAdditionalInfo in core/modules/views_ui/src/Tests/PreviewTest.php
Tests the additional information query info area.
PreviewTest::testPreviewUI in core/modules/views_ui/src/Tests/PreviewTest.php
Tests arguments in the preview form.
PreviewTest::testPreviewWithPagersUI in core/modules/views_ui/src/Tests/PreviewTest.php
Tests pagers in the preview form.
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php
Tests private file fields on translated nodes.
ProgrammaticTest::submitForm in core/modules/system/src/Tests/Form/ProgrammaticTest.php
Helper function used to programmatically submit the form defined in form_test.module with the given values.
QueryGroupByTest::testGroupByBaseField in core/modules/views/src/Tests/QueryGroupByTest.php
Tests grouping on base field.
QueryGroupByTest::testGroupByCountOnlyFilters in core/modules/views/src/Tests/QueryGroupByTest.php
Tests groupby with filters.
QueryTest::_testInitQuery in core/modules/views/src/Tests/Plugin/QueryTest.php
Tests the ViewExecutable::initQuery method.
QueryTest::_testQueryExecute in core/modules/views/src/Tests/Plugin/QueryTest.php
QueueTest::queueTest in core/modules/system/src/Tests/Queue/QueueTest.php
Queues and dequeues a set of items to check the basic queue functionality.
QuickEditAutocompleteTermTest::testAutocompleteQuickEdit in core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php
Tests Quick Edit autocomplete term behavior.
QuickEditLoadingTest::testConcurrentEdit in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests Quick Edit on a node that was concurrently edited on the full node form.
QuickEditLoadingTest::testCustomPipeline in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests that Quick Edit works with custom render pipelines.
QuickEditLoadingTest::testTitleBaseField in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit for the title base field.
QuickEditLoadingTest::testUserWithPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit when a user does have access to it.
RawStringFormatterTest::testStringFormatter in core/modules/field/src/Tests/String/RawStringFormatterTest.php
Tests string formatter output.
ReadOnlyStreamWrapperTest::testReadOnlyBehavior in core/modules/system/src/Tests/File/ReadOnlyStreamWrapperTest.php
Test read-only specific behavior.
RegistryTest::testRaceCondition in core/modules/system/src/Tests/Theme/RegistryTest.php
Tests the behavior of the theme registry class.
RegistryTest::testSuggestionPreprocessFunctions in core/modules/system/src/Tests/Theme/RegistryTest.php
Tests the theme registry with suggestions.
RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView in core/modules/views/src/Tests/RenderCacheIntegrationTest.php
Tests cache tags on output & result cache items for a field-based view.
RenderElementTypesTest::testMoreLink in core/modules/system/src/Tests/Common/RenderElementTypesTest.php
Tests system #type 'more_link'.
RenderElementTypesTest::testSystemCompactLink in core/modules/system/src/Tests/Common/RenderElementTypesTest.php
Tests system #type 'system_compact_link'.
RequestPathTest::testConditions in core/modules/system/src/Tests/Plugin/Condition/RequestPathTest.php
Tests the request path condition.
ResolvedLibraryDefinitionsFilesMatchTest::verifyLibraryFilesExist in core/modules/system/src/Tests/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
Checks that all the library files exist.
ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php
Test responsive image administration functionality.
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Test responsive image formatters on node display.
RetrieveFileTest::testFileRetrieving in core/modules/system/src/Tests/System/RetrieveFileTest.php
Invokes system_retrieve_file() in several scenarios.
RouteProviderTest::testCandidateOutlines in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that the correct candidate outlines are generated.
RouteProviderTest::testOutlinePathNoMatch in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that an exception is thrown when no matching path is found.
RouteProviderTest::testRouteByName in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Test RouteProvider::getRouteByName() and RouteProvider::getRoutesByNames().
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.
RowEntityRenderersTest::assertTranslations in core/modules/views/src/Tests/Entity/RowEntityRenderersTest.php
Checks that the view results match the expected values.
RowEntityTest::testEntityRow in core/modules/views/src/Tests/Plugin/RowEntityTest.php
Tests the entity row handler.
RowPluginTest::testRowPlugin in core/modules/node/src/Tests/Views/RowPluginTest.php
Tests the node row plugin.
RowRenderCacheTest::doTestRenderedOutput in core/modules/views/src/Tests/Plugin/RowRenderCacheTest.php
Check whether the rendered output matches expectations.
SaveDataTest::testExistingRename in core/modules/file/src/Tests/SaveDataTest.php
Test file_save_data() when renaming around an existing file.
SaveDataTest::testExistingReplace in core/modules/file/src/Tests/SaveDataTest.php
Test file_save_data() when replacing an existing file.
SaveDataTest::testWithFilename in core/modules/file/src/Tests/SaveDataTest.php
Test the file_save_data() function when a filename is provided.
SaveDataTest::testWithoutFilename in core/modules/file/src/Tests/SaveDataTest.php
Test the file_save_data() function when no filename is provided.
SaveTest::testFileSave in core/modules/file/src/Tests/SaveTest.php
SaveUploadTest::setUp in core/modules/file/src/Tests/SaveUploadTest.php
Sets up a Drupal site for running functional and integration tests.
SaveUploadTest::testDrupalMovingUploadedFileError in core/modules/file/src/Tests/SaveUploadTest.php
Tests for log entry on failing destination.
SaveUploadTest::testNormal in core/modules/file/src/Tests/SaveUploadTest.php
Test the file_save_upload() function.
ScanDirectoryTest::testOptionMinDepth in core/modules/system/src/Tests/File/ScanDirectoryTest.php
Check that the min_depth options lets us ignore files in the starting directory.
ScanDirectoryTest::testOptionRecurse in core/modules/system/src/Tests/File/ScanDirectoryTest.php
Check that the recurse option descends into subdirectories.
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.
SearchAdvancedSearchFormTest::testNodeType in core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php
Tests advanced search by node type.
SearchCommentTest::assertCommentAccess in core/modules/search/src/Tests/SearchCommentTest.php
Update search index and search for comment.
SearchConfigSettingsFormTest::testSearchModuleSettingsPage in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies plugin-supplied settings form.
SearchExcerptTest::testSearchExcerpt in core/modules/search/src/Tests/SearchExcerptTest.php
Tests search_excerpt() with several simulated search keywords.
SearchExcerptTest::testSearchExcerptSimplified in core/modules/search/src/Tests/SearchExcerptTest.php
Tests search_excerpt() with search keywords matching simplified words.
SearchLanguageTest::testLanguages in core/modules/search/src/Tests/SearchLanguageTest.php
SearchMultilingualEntityTest::testMultilingualSearch in core/modules/search/src/Tests/SearchMultilingualEntityTest.php
Tests the indexing throttle and search results with multilingual nodes.
SearchRankingTest::testRankings in core/modules/search/src/Tests/SearchRankingTest.php
SearchSimplifyTest::testSearchSimplifyUnicode in core/modules/search/src/Tests/SearchSimplifyTest.php
Tests that all Unicode characters simplify correctly.
SearchTestBase::submitGetForm in core/modules/search/src/Tests/SearchTestBase.php
Simulates submission of a form using GET instead of POST.
SelectComplexTest::testDefaultJoin in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests simple JOIN statements.
SelectComplexTest::testGroupBy in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests GROUP BY clauses.
SelectComplexTest::testGroupByAndHaving in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests GROUP BY and HAVING clauses together.
SelectComplexTest::testLeftOuterJoin in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests LEFT OUTER joins.
SelectComplexTest::testSelectWithRowCount in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that rowCount() throws exception on SELECT query.
SelectionTest::assertResults in core/modules/field/src/Tests/EntityReference/Views/SelectionTest.php
Confirm the expected results are returned.
SelectOrderedTest::testSimpleSelectMultiOrdered in core/modules/system/src/Tests/Database/SelectOrderedTest.php
Tests multiple ORDER BY.
SelectOrderedTest::testSimpleSelectOrdered in core/modules/system/src/Tests/Database/SelectOrderedTest.php
Tests basic ORDER BY.
SelectOrderedTest::testSimpleSelectOrderedDesc in core/modules/system/src/Tests/Database/SelectOrderedTest.php
Tests ORDER BY descending.
ServiceDestructionTest::testDestructionUsed in core/modules/system/src/Tests/DrupalKernel/ServiceDestructionTest.php
Verifies that services are destructed when used.
ServiceProviderTest::testServiceProviderRegistration in core/modules/system/src/Tests/ServiceProvider/ServiceProviderTest.php
Tests that services provided by module service providers get registered to the DIC.
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.
ServiceProviderWebTest::testServiceProviderRegistrationIntegration in core/modules/system/src/Tests/ServiceProvider/ServiceProviderWebTest.php
Tests that module service providers get registered to the DIC.
SessionAuthenticationTest::testBasicAuthNoSession in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Tests that a session is not started automatically by basic authentication.
SessionHttpsTest::assertSessionIds in core/modules/system/src/Tests/Session/SessionHttpsTest.php
Test that there exists a session with two specific session IDs.
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.
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
ShapeItemTest::testShapeItem in core/modules/field/src/Tests/ShapeItemTest.php
Tests using entity fields of the field field type.
ShortcutLinksTest::testNoShortcutLink in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that the add shortcut link is not displayed for 404/403 errors.
ShortcutLinksTest::testShortcutLinkAdd in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that creating a shortcut works properly.
ShortcutLinksTest::testShortcutLinkChangePath in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that changing the path of a shortcut link works.
ShortcutLinksTest::testShortcutLinkRename in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that shortcut links can be renamed.
ShortcutLinksTest::testShortcutQuickLink in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that the "add to shortcut" and "remove from shortcut" links work.
ShortcutSetsTest::testShortcutSetAssign in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching another user's shortcut set.
ShortcutSetsTest::testShortcutSetCreateWithSetName in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests creating a new shortcut set with a defined set name.
ShortcutSetsTest::testShortcutSetEdit in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests editing a shortcut set.
ShortcutSetsTest::testShortcutSetRename in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests renaming a shortcut set.
ShortcutSetsTest::testShortcutSetSwitchOwn in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching a user's own shortcut set.
ShortcutSetsTest::testShortcutSetUnassign in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests unassigning a shortcut set.
ShortcutTranslationUITest::doTestBasicTranslation 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.
SimpleTestBrowserTest::testTestingThroughUI in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Tests that PHPUnit and KernelTestBase tests work through the UI.
SimpleTestBrowserTest::testUserAgentValidation in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Test validation of the User-Agent header we use to perform test requests.
SimpleTestTest::assertAssertion in core/modules/simpletest/src/Tests/SimpleTestTest.php
Asserts that an assertion with specified values is displayed in results.
SimpleTestTest::confirmStubTestResults in core/modules/simpletest/src/Tests/SimpleTestTest.php
Confirm that the stub test produced the desired results.
SimpleTestTest::stubTest in core/modules/simpletest/src/Tests/SimpleTestTest.php
Test to be run and the results confirmed.
SimpleTestTest::testWebTestRunner in core/modules/simpletest/src/Tests/SimpleTestTest.php
Ensures the tests selected through the web interface are run and displayed.
SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
Tests that site branding elements are being converted into blocks.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/src/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
SortingTest::testSorting in core/modules/views/src/Tests/Wizard/SortingTest.php
Tests the sorting functionality.
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.
StableThemeTest::testStableIsDefault in core/modules/system/src/Tests/Theme/StableThemeTest.php
Ensures Stable is used by default when no base theme has been defined.
StableThemeTest::testWildWest in core/modules/system/src/Tests/Theme/StableThemeTest.php
Tests opting out of Stable by setting the base theme to false.
StackKernelIntegrationTest::testLazyLateMiddlewares in core/modules/system/src/Tests/HttpKernel/StackKernelIntegrationTest.php
Tests that late middlewares are automatically flagged lazy.
StandardProfileTest::assertRdfaArticleProperties in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests output for article properties displayed in both view modes.
StandardProfileTest::assertRdfaCommonNodeProperties in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests output for properties held in common between articles and pages.
StandardProfileTest::assertRdfaNodeCommentProperties in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests output for comment properties on nodes in full page view mode.
StandardProfileTest::doArticleRdfaTests in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests that article data is exposed using RDFa.
StandardProfileTest::doFrontPageRdfaTests in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests that data is exposed in the front page teasers.
StandardProfileTest::doTermRdfaTests in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests that term data is exposed on term page.
StandardProfileTest::doUserRdfaTests in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests that user data is exposed on user page.
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/modules/system/src/Tests/Form/StateValuesCleanAdvancedTest.php
Tests \Drupal\Core\Form\FormState::cleanValues().
StateValuesCleanTest::testFormStateValuesClean in core/modules/system/src/Tests/Form/StateValuesCleanTest.php
Tests \Drupal\Core\Form\FormState::cleanValues().
StatisticsAdminTest::testStatisticsSettings in core/modules/statistics/src/Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StorageTestBase::testCRUD in core/modules/system/src/Tests/KeyValueStore/StorageTestBase.php
Tests CRUD operations.
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.
StringFormatterTest::testStringFormatter in core/modules/field/src/Tests/String/StringFormatterTest.php
Tests string formatter output.
StyleGridTest::assertGrid in core/modules/views/src/Tests/Plugin/StyleGridTest.php
Generates a grid and asserts that it is displaying correctly.
StyleHtmlListTest::testDefaultRowClasses in core/modules/views/src/Tests/Plugin/StyleHtmlListTest.php
Make sure that the HTML list style markup is correct.
StyleMappingTest::mappedOutputHelper in core/modules/views/src/Tests/Plugin/StyleMappingTest.php
Tests the mapping of fields.
StyleMappingTest::testMappedOutput in core/modules/views/src/Tests/Plugin/StyleMappingTest.php
Verifies that the fields were mapped correctly.
StyleSerializerTest::testFieldapiField in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the field row style using fieldapi fields.
StyleSerializerTest::testLivePreview in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the live preview output for json output.
StyleSerializerTest::testResponseFormatConfiguration in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the response format configuration.
StyleSerializerTest::testRestRenderCaching in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests REST export with views render caching enabled.
StyleTableTest::testAccessibilitySettings in core/modules/views/src/Tests/Plugin/StyleTableTest.php
Test table caption/summary/description.
StyleTableTest::testFieldInColumns in core/modules/views/src/Tests/Plugin/StyleTableTest.php
Test table fields in columns.
StyleTableTest::testNumericFieldVisible in core/modules/views/src/Tests/Plugin/StyleTableTest.php
Test that a number with the value of "0" is displayed in the table.
StyleTableUnitTest::testTable in core/modules/views/src/Tests/Plugin/StyleTableUnitTest.php
Tests the table style.
StyleTest::testCustomRowClasses in core/modules/views/src/Tests/Plugin/StyleTest.php
Tests custom css classes.
StyleTest::testStyle in core/modules/views/src/Tests/Plugin/StyleTest.php
Tests the general rendering of styles.
StyleUnformattedTest::testDefaultRowClasses in core/modules/views/src/Tests/Plugin/StyleUnformattedTest.php
Make sure that the default css classes works as expected.
SummaryLengthTest::testSummaryLength in core/modules/node/src/Tests/SummaryLengthTest.php
Tests the node summary length functionality.
SyslogTest::testSettings in core/modules/syslog/src/Tests/SyslogTest.php
Tests the syslog settings page.
SystemConfigFormTest::testSystemConfigForm in core/modules/system/src/Tests/Form/SystemConfigFormTest.php
Tests the SystemConfigFormTestBase class.
SystemConfigFormTestBase::testConfigForm in core/modules/system/src/Tests/System/SystemConfigFormTestBase.php
Submit the system_config_form ensure the configuration has expected values.
SystemListingTest::testDirectoryPrecedence in core/modules/system/src/Tests/Common/SystemListingTest.php
Tests that files in different directories take precedence as expected.
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.
TagTest::testViewsUiAutocompleteTag in core/modules/views_ui/src/Tests/TagTest.php
Tests the views_ui_autocomplete_tag function.
TaxonomyAttributesTest::testTaxonomyTermRdfaAttributes in core/modules/rdf/src/Tests/TaxonomyAttributesTest.php
Creates a random term and ensures the RDF output is correct.
TaxonomyRelationshipTest::testTaxonomyRelationships in core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php
Tests the taxonomy parent plugin UI.
TaxonomyTermIndentationTest::testTermIndentation in core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php
Tests term indentation.
TelephoneItemTest::testTestItem in core/modules/telephone/src/Tests/TelephoneItemTest.php
Tests using entity fields of the telephone field type.
TempStoreDatabaseTest::testUserTempStore in core/modules/user/src/Tests/TempStoreDatabaseTest.php
Tests the UserTempStore API.
TermKernelTest::testMultipleParentDelete in core/modules/taxonomy/src/Tests/TermKernelTest.php
Deleting a parent of a term with multiple parents does not delete the term.
TermKernelTest::testTermDelete in core/modules/taxonomy/src/Tests/TermKernelTest.php
Deleting terms should also remove related vocabulary. Deleting an invalid term should silently fail.
TermTest::testNodeTermCreationAndDeletion in core/modules/taxonomy/src/Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testTaxonomyGetTermByName in core/modules/taxonomy/src/Tests/TermTest.php
Test taxonomy_term_load_multiple_by_name().
TermTest::testTaxonomyTermHierarchy in core/modules/taxonomy/src/Tests/TermTest.php
Test terms in a single and multiple hierarchy.
TermTest::testTermInterface in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTranslationUITest::testTranslationUI in core/modules/taxonomy/src/Tests/TermTranslationUITest.php
Tests the basic translation UI.
TestBase::assertErrorLogged in core/modules/simpletest/src/TestBase.php
Asserts that a specific error has been logged to the PHP error log.
TestBase::assertIdenticalObject in core/modules/simpletest/src/TestBase.php
Checks to see if two objects are identical.
TestItemTest::testTestItem in core/modules/field/src/Tests/TestItemTest.php
Tests using entity fields of the field field type.
TextWithSummaryItemTest::testCrudAndUpdate in core/modules/text/src/Tests/TextWithSummaryItemTest.php
Tests processed properties.
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::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::testUninstallAdmin in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests uninstalling the admin theme.
ThemeInstallerTest::testUninstallBaseBeforeSubTheme in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests uninstalling a base theme before its sub-theme.
ThemeInstallerTest::testUninstallDefault in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests uninstalling the default theme.
ThemeInstallerTest::testUninstallSubTheme in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests uninstalling a sub-theme.
ThemeSettingsTest::testDefaultConfig in core/modules/system/src/Tests/Theme/ThemeSettingsTest.php
Tests that $theme.settings are imported and used as default theme settings.
ThemeSuggestionsAlterTest::testSpecificSuggestionsAlter in core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
Tests that theme suggestion alter hooks work for specific theme calls.
ThemeTest::testFrontPageThemeSuggestion in core/modules/system/src/Tests/Theme/ThemeTest.php
Ensure page-front template suggestion is added when on front page.
ThemeTest::testPreprocessHtml in core/modules/system/src/Tests/Theme/ThemeTest.php
Tests that the page variable is not prematurely flattened.
ThemeTest::testThemeDataTypes in core/modules/system/src/Tests/Theme/ThemeTest.php
Test that _theme() returns expected data types.
ThemeTest::testThemeSettings in core/modules/system/src/Tests/System/ThemeTest.php
Test the theme settings form.
ThemeTokenTest::testThemeToken in core/modules/system/src/Tests/Theme/ThemeTokenTest.php
Tests if the 'theme_token' key of 'ajaxPageState' is computed.
TokenReplaceUnitTest::testSystemTokenRecognition in core/modules/system/src/Tests/System/TokenReplaceUnitTest.php
Test whether token-replacement works in various contexts.
TokenScanTest::testTokenScan in core/modules/system/src/Tests/System/TokenScanTest.php
Scans dummy text, then tests the output.
ToolbarAdminMenuTest::assertDifferentHash in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Asserts the subtrees hash on a fresh page GET is different from the hash from the previous page GET.
ToolbarAdminMenuTest::testBackToSiteLink in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Test that back to site link exists on admin pages, not on content pages.
ToolbarAdminMenuTest::testLanguageSwitching in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Test that subtrees hashes vary by the language of the page.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
ToolbarAdminMenuTest::testNonCurrentUserAccountUpdates in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that changes to a user account by another user clears the changed account's toolbar cached, not the user's who took the action.
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Exercises the toolbar_user_role_update() and toolbar_user_update() hook implementations.
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::testResourceDestruction in core/modules/system/src/Tests/Image/ToolkitGdTest.php
Tests that GD resources are freed from memory.
ToolkitGdTest::testTransparentColorOutOfRange in core/modules/system/src/Tests/Image/ToolkitGdTest.php
Tests loading an image whose transparent color index is out of range.
ToolkitTest::testApply in core/modules/system/src/Tests/Image/ToolkitTest.php
Test the image_apply() function.
ToolkitTest::testApplyNoParameters in core/modules/system/src/Tests/Image/ToolkitTest.php
Test the image_apply() function.
ToolkitTest::testGetAvailableToolkits in core/modules/system/src/Tests/Image/ToolkitTest.php
Check that ImageToolkitManager::getAvailableToolkits() only returns available toolkits.
ToolkitTest::testLoad in core/modules/system/src/Tests/Image/ToolkitTest.php
Tests Image's methods.
ToolkitTestBase::assertToolkitOperationsCalled in core/modules/system/src/Tests/Image/ToolkitTestBase.php
Assert that all of the specified image toolkit operations were called exactly once once, other values result in failure.
ToolkitTestBase::getImage in core/modules/system/src/Tests/Image/ToolkitTestBase.php
Sets up an image with the custom toolkit.
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::assertRowPresent in core/modules/system/src/Tests/Database/TransactionTest.php
Asserts that a given row is present in the test table.
TransactionTest::testTransactionStacking in core/modules/system/src/Tests/Database/TransactionTest.php
Tests transaction stacking, commit, and rollback.
TransactionTest::transactionInnerLayer in core/modules/system/src/Tests/Database/TransactionTest.php
Creates an "inner layer" transaction.
TransactionTest::transactionOuterLayer in core/modules/system/src/Tests/Database/TransactionTest.php
Encapsulates a transaction's "inner layer" with an "outer layer".
TranslationTest::testFieldAccess in core/modules/field/src/Tests/TranslationTest.php
Tests field access.
TranslationTest::testTranslatableFieldSaveLoad in core/modules/field/src/Tests/TranslationTest.php
Test translatable fields storage/retrieval.
TranslationWebTest::checkTranslationRevisions in core/modules/field/src/Tests/TranslationWebTest.php
Check if the field translation attached to the entity revision identified by the passed arguments were correctly stored.
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.
TwigEnvironmentTest::testTemplateNotFoundException in core/modules/system/src/Tests/Theme/TwigEnvironmentTest.php
Tests that exceptions are thrown when a template is not found.
TwigNamespaceTest::assertTwigTemplate in core/modules/system/src/Tests/Theme/TwigNamespaceTest.php
Checks to see if a value is a twig template.
TwigRegistryLoaderTest::assertTwigTemplate in core/modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php
Checks to see if a value is a Twig template.
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.
TypedDataDefinitionTest::testDataReferences in core/modules/system/src/Tests/TypedData/TypedDataDefinitionTest.php
Tests deriving metadata from data references.
TypedDataDefinitionTest::testLists in core/modules/system/src/Tests/TypedData/TypedDataDefinitionTest.php
Tests deriving metadata about list items.
TypedDataDefinitionTest::testMaps in core/modules/system/src/Tests/TypedData/TypedDataDefinitionTest.php
Tests deriving metadata about maps.
TypedDataTest::createTypedData in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Creates a typed data object and ensures it implements TypedDataInterface.
TypedDataTest::testGetAndSet in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests the basics around constructing and working with typed data objects.
TypedDataTest::testTypedDataLists in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests using typed data lists.
TypedDataTest::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.
UITestBase::drupalGet in core/modules/views_ui/src/Tests/UITestBase.php
Retrieves a Drupal path or an absolute path.
UncaughtExceptionTest::testLoggerException in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests fallback to PHP error log when an exception is thrown while logging.
UncaughtExceptionTest::testMissingDependencyCustomErrorHandler in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests a missing dependency on a service with a custom error handler.
UnmanagedCopyTest::testNormal in core/modules/system/src/Tests/File/UnmanagedCopyTest.php
Copy a normal 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::testMissing in core/modules/system/src/Tests/File/UnmanagedDeleteTest.php
Try deleting a missing file.
UnmanagedDeleteTest::testNormal in core/modules/system/src/Tests/File/UnmanagedDeleteTest.php
Delete a normal 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.
UnmanagedSaveDataTest::testFileSaveData in core/modules/system/src/Tests/File/UnmanagedSaveDataTest.php
Test the file_unmanaged_save_data() function.
UpdateContribTest::testUpdateContribOrder in core/modules/update/src/Tests/UpdateContribTest.php
Tests that contrib projects are ordered by project name.
UpdateContribTest::testUpdateHiddenBaseTheme in core/modules/update/src/Tests/UpdateContribTest.php
Tests updates with a hidden base theme.
UpdateFeedItemTest::testUpdateFeedItem in core/modules/aggregator/src/Tests/UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTest::testUpdateFeed in core/modules/aggregator/src/Tests/UpdateFeedTest.php
Creates a feed and attempts to update it.
UpdateLobTest::testUpdateMultipleBlob in core/modules/system/src/Tests/Database/UpdateLobTest.php
Confirms that we can update two blob columns in the same table.
UpdateLobTest::testUpdateOneBlob in core/modules/system/src/Tests/Database/UpdateLobTest.php
Confirms that we can update a blob column.
UpdatePathRC1TestBaseFilledTest::testUpdatedSite in core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathRC1TestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php
Tests that the database was properly loaded.
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/src/Tests/Update/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathTestBaseTest::testUpdateHookN in core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php
Test that updates are properly run.
UpdatePathTestJavaScriptTest::doSelectionTest in core/modules/system/src/Tests/Update/UpdatePathTestJavaScriptTest.php
Tests the selection page.
UpdateSchemaTest::testUpdateHooks in core/modules/system/src/Tests/Update/UpdateSchemaTest.php
Tests that update hooks are properly run.
UpdateScriptTest::testMaintenanceModeUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php while in maintenance mode.
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().
UrlTest::testLinkAttributes in core/modules/system/src/Tests/Common/UrlTest.php
Tests that default and custom attributes are handled correctly on links.
UrlTest::testLinkXSS in core/modules/system/src/Tests/Common/UrlTest.php
Confirms that invalid URLs are filtered in link generating functions.
UsageTest::createTempFiles in core/modules/file/src/Tests/UsageTest.php
Create files for all the possible combinations of age and status.
UsageTest::testGetUsage in core/modules/file/src/Tests/UsageTest.php
Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::listUsage().
UsageTest::testTempFileCleanupDefault in core/modules/file/src/Tests/UsageTest.php
Ensure that temporary files are removed by default.
UsageTest::testTempFileCustomCleanup in core/modules/file/src/Tests/UsageTest.php
Ensure that temporary files are kept as configured.
UsageTest::testTempFileNoCleanup in core/modules/file/src/Tests/UsageTest.php
Ensure that temporary files are kept as configured.
UserAccountFormFieldsTest::assertFieldOrder in core/modules/user/src/Tests/UserAccountFormFieldsTest.php
Asserts that the 'name' form element is directly before the 'pass' element.
UserAdminTest::testNotificationEmailAddress in core/modules/user/src/Tests/UserAdminTest.php
Tests the alternate notification email address for user mails.
UserAdminTest::testUserAdmin in core/modules/user/src/Tests/UserAdminTest.php
Registers a user and deletes it.
UserAttributesTest::testUserAttributesInMarkup in core/modules/rdf/src/Tests/UserAttributesTest.php
Tests if default mapping for user is being used.
UserBlocksTest::testUserLoginBlockVisibility in core/modules/user/src/Tests/UserBlocksTest.php
Tests that user login block is hidden from user/login.
UserBlocksTest::testWhosOnlineBlock in core/modules/user/src/Tests/UserBlocksTest.php
Test the Who's Online block.
UserCancelTest::testMassUserCancelByAdmin in core/modules/user/src/Tests/UserCancelTest.php
Create an administrative user and mass-delete other users.
UserCancelTest::testUserAnonymize in core/modules/user/src/Tests/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserBlock in core/modules/user/src/Tests/UserCancelTest.php
Disable account and keep all content.
UserCancelTest::testUserBlockUnpublish in core/modules/user/src/Tests/UserCancelTest.php
Disable account and unpublish all content.
UserCancelTest::testUserCancelInvalid in core/modules/user/src/Tests/UserCancelTest.php
Attempt invalid account cancellations.
UserCancelTest::testUserCancelUid1 in core/modules/user/src/Tests/UserCancelTest.php
Tests that user account for uid 1 cannot be cancelled.
UserCancelTest::testUserCancelWithoutPermission in core/modules/user/src/Tests/UserCancelTest.php
Attempt to cancel account without permission.
UserCancelTest::testUserDelete in core/modules/user/src/Tests/UserCancelTest.php
Delete account and remove all content.
UserDeleteTest::testUserDeleteMultiple in core/modules/user/src/Tests/UserDeleteTest.php
Test deleting multiple users.
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().
UserLoginTest::testPasswordRehashOnLogin in core/modules/user/src/Tests/UserLoginTest.php
Test that user password is re-hashed upon login after changing $count_log2.
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().
UserRegistrationTest::testRegistrationDefaultValues in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithEmailVerification in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testUuidFormState in core/modules/user/src/Tests/UserRegistrationTest.php
Tests that UUID isn't cached in form state on register form.
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.
UserSaveTest::testUserImport in core/modules/user/src/Tests/UserSaveTest.php
Test creating a user with arbitrary uid.
UserTokenReplaceTest::testUserTokenReplacement in core/modules/user/src/Tests/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
UuidFormatterTest::testUuidStringFormatter in core/modules/field/src/Tests/String/UuidFormatterTest.php
Tests string formatter output.
ValidationTest::testValidateLimitErrors in core/modules/system/src/Tests/Form/ValidationTest.php
Tests partial form validation through #limit_validation_errors.
ValidatorTest::testFileValidateImageResolution in core/modules/file/src/Tests/ValidatorTest.php
This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large.
ValidatorTest::testFileValidateIsImage in core/modules/file/src/Tests/ValidatorTest.php
This ensures a specific file is actually an image.
ValidReferenceConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Entity/ValidReferenceConstraintValidatorTest.php
Tests the ValidReferenceConstraintValidator.
ViewAjaxTest::testAjaxView in core/modules/views/src/Tests/ViewAjaxTest.php
Tests an ajax view.
ViewEditTest::testDeleteLink in core/modules/views_ui/src/Tests/ViewEditTest.php
Tests the delete link on a views UI.
ViewEditTest::testOtherOptions in core/modules/views_ui/src/Tests/ViewEditTest.php
Tests the machine name and administrative comment forms.
ViewElementTest::testViewElement in core/modules/views/src/Tests/ViewElementTest.php
Tests the rendered output and form output of a view element.
ViewElementTest::testViewElementEmbed in core/modules/views/src/Tests/ViewElementTest.php
Tests the rendered output and form output of a view element, using the embed display plugin.
ViewExecutableTest::testDisplays in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the display related methods and properties.
ViewExecutableTest::testFactoryService in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the views.executable container service.
ViewExecutableTest::testGetHandlerTypes in core/modules/views/src/Tests/ViewExecutableTest.php
Tests ViewExecutable::getHandlerTypes().
ViewExecutableTest::testInitMethods in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the initDisplay() and initHandlers() methods.
ViewExecutableTest::testProperties in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the accessing of values on the object.
ViewExecutableTest::testPropertyMethods in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the setting/getting of properties.
ViewExecutableTest::testSerialization in core/modules/views/src/Tests/ViewExecutableTest.php
Tests serialization of the ViewExecutable object.
ViewExecutableTest::testValidate in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the validation of display handlers.
ViewsEntitySchemaSubscriberIntegrationTest::testDeleteEntityType in core/modules/views/src/Tests/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
Tests that views are disabled when an entity type is deleted.
ViewsHooksTest::testHooks in core/modules/views/src/Tests/ViewsHooksTest.php
Tests the hooks.
ViewsTemplateTest::testTemplate in core/modules/views/src/Tests/ViewsTemplateTest.php
Tests render functionality.
ViewStorageTest::createTests in core/modules/views/src/Tests/ViewStorageTest.php
Tests creating configuration entities.
ViewStorageTest::displayTests in core/modules/views/src/Tests/ViewStorageTest.php
Tests adding, saving, and loading displays on configuration entities.
ViewStorageTest::loadTests in core/modules/views/src/Tests/ViewStorageTest.php
Tests loading configuration entities.
ViewStorageTest::testConfigurationEntityCRUD in core/modules/views/src/Tests/ViewStorageTest.php
Tests CRUD operations.
ViewStorageTest::testCreateDuplicate in core/modules/views/src/Tests/ViewStorageTest.php
Tests the createDuplicate() View method.
VocabularyCrudTest::testTaxonomyVocabularyLoadStaticReset in core/modules/taxonomy/src/Tests/VocabularyCrudTest.php
Ensure that the vocabulary static reset works correctly.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/src/Tests/VocabularyUiTest.php
Deleting a vocabulary.
WebTestBase::assertBlockAppears in core/modules/simpletest/src/WebTestBase.php
Checks to see whether a block appears on the page.
WebTestBase::assertCacheContext in core/modules/simpletest/src/WebTestBase.php
Asserts whether an expected cache context was present in the last response.
WebTestBase::assertCacheTag in core/modules/simpletest/src/WebTestBase.php
Asserts whether an expected cache tag was present in the last response.
WebTestBase::assertHeader in core/modules/simpletest/src/WebTestBase.php
Check if a HTTP response header exists and has the expected value.
WebTestBase::assertMail in core/modules/simpletest/src/WebTestBase.php
Asserts that the most recently sent email message has the given value.
WebTestBase::assertMailPattern in core/modules/simpletest/src/WebTestBase.php
Asserts that the most recently sent email message has the pattern in it.
WebTestBase::assertMailString in core/modules/simpletest/src/WebTestBase.php
Asserts that the most recently sent email message has the string in it.
WebTestBase::assertResponse in core/modules/simpletest/src/WebTestBase.php
Asserts the page responds with the specified response code.
WebTestBase::curlExec in core/modules/simpletest/src/WebTestBase.php
Initializes and executes a cURL request.
WebTestBase::drupalPostForm in core/modules/simpletest/src/WebTestBase.php
Executes a form submission.
WebTestBase::installModulesFromClassProperty in core/modules/simpletest/src/WebTestBase.php
Install modules defined by `static::$modules`.
WidgetPluginManagerTest::testWidgetDefinitionAlter in core/modules/field/src/Tests/WidgetPluginManagerTest.php
Tests that the widget definitions alter hook works.
WizardPluginBaseKernelTest::testCreateView in core/modules/views/src/Tests/Wizard/WizardPluginBaseKernelTest.php
Tests the creating of a view.
WizardTest::testCommentWizard in core/modules/comment/src/Tests/Views/WizardTest.php
Tests adding a view of comments.