You are here
564 calls to TestBase::assertIdentical() in Zircon Profile 8
- AccessRoleTest::testAccessRole in core/modules/user/src/Tests/Views/AccessRoleTest.php
- Tests role access plugin.
- ActionUnitTest::testDependencies in core/modules/system/src/Tests/Action/ActionUnitTest.php
- Tests the dependency calculation of actions.
- AreaViewTest::testViewArea in core/modules/views/src/Tests/Handler/AreaViewTest.php
- Tests the view area handler.
- AttachedAssetsTest::testDynamicLibrary in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
- Dynamically defines an asset library and alters it.
- AttachedAssetsTest::testLibraryUnknown in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
- Tests non-existing libraries.
- AttachedAssetsTest::testRenderOrder in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
- Tests JavaScript and CSS asset ordering.
- AttachedAssetsTest::testSettings in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
- Tests JavaScript settings.
- BasicAuthTest::testBasicAuth in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
- Test http basic authentication.
- BasicSyntaxTest::testConcatFields in core/modules/system/src/Tests/Database/BasicSyntaxTest.php
- Tests string concatenation with field values.
- BasicSyntaxTest::testConcatLiterals in core/modules/system/src/Tests/Database/BasicSyntaxTest.php
- Tests string concatenation.
- BasicSyntaxTest::testConcatWsFields in core/modules/system/src/Tests/Database/BasicSyntaxTest.php
- Tests string concatenation with separator, with field values.
- BasicSyntaxTest::testConcatWsLiterals in core/modules/system/src/Tests/Database/BasicSyntaxTest.php
- Tests string concatenation with separator.
- BasicSyntaxTest::testGetFullQualifiedTableName in core/modules/system/src/Tests/Database/BasicSyntaxTest.php
- Tests \Drupal\Core\Database\Connection::getFullQualifiedTableName().
- BasicSyntaxTest::testLikeBackslash in core/modules/system/src/Tests/Database/BasicSyntaxTest.php
- Tests a LIKE query containing a backslash.
- BasicSyntaxTest::testLikeEscape in core/modules/system/src/Tests/Database/BasicSyntaxTest.php
- Tests escaping of LIKE wildcards.
- 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.
- BlockContentSaveTest::testImport in core/modules/block_content/src/Tests/BlockContentSaveTest.php
- Checks whether custom block IDs are saved properly during an import.
- BlockDependenciesTest::testExposedBlock in core/modules/views/src/Tests/Plugin/BlockDependenciesTest.php
- Tests that exposed filter blocks have the correct dependencies.
- BlockDependenciesTest::testViewsBlock in core/modules/views/src/Tests/Plugin/BlockDependenciesTest.php
- Tests that exposed filter blocks have the correct dependencies.
- BlockInterfaceTest::testBlockInterface in core/modules/block/src/Tests/BlockInterfaceTest.php
- Test configuration and subsequent form() and build() method calls.
- BlockStorageUnitTest::createTests in core/modules/block/src/Tests/BlockStorageUnitTest.php
- Tests the creation of blocks.
- BlockTest::testBlockCacheTags in core/modules/block/src/Tests/BlockTest.php
- Test that cache tags are properly set and bubbled up to the page cache.
- BlockTest::testBlockToggleVisibility in core/modules/block/src/Tests/BlockTest.php
- Tests that visibility can be properly toggled.
- BlockTest::testUninstallTheme in core/modules/block/src/Tests/BlockTest.php
- Tests that uninstalling a theme removes its block configuration.
- 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.
- BookTest::checkBookNode in core/modules/book/src/Tests/BookTest.php
- Checks the outline of sub-pages; previous, up, and next.
- BreakpointDiscoveryTest::testBreakpointGroups in core/modules/breakpoint/src/Tests/BreakpointDiscoveryTest.php
- Test the collection of breakpoint groups.
- BreakpointDiscoveryTest::testThemeBreakpoints in core/modules/breakpoint/src/Tests/BreakpointDiscoveryTest.php
- Test the breakpoint group created for a theme.
- BulkFormTest::setUp in core/modules/node/src/Tests/Views/BulkFormTest.php
- Sets up a Drupal site for running functional and integration tests.
- CacheTest::testCacheData in core/modules/views/src/Tests/Plugin/CacheTest.php
- Tests the data contained in cached items.
- CaseSensitivityTest::testCaseSensitiveInsert in core/modules/system/src/Tests/Database/CaseSensitivityTest.php
- Tests BINARY collation in MySQL.
- CheckboxTest::testFormCheckbox in core/modules/system/src/Tests/Form/CheckboxTest.php
- 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.
- CKEditorPluginManagerTest::testEnabledPlugins in core/modules/ckeditor/src/Tests/CKEditorPluginManagerTest.php
- Tests the enabling of plugins.
- CKEditorTest::testBuildContentsCssJSSetting in core/modules/ckeditor/src/Tests/CKEditorTest.php
- Tests CKEditor::buildContentsCssJSSetting().
- CKEditorTest::testBuildToolbarJSSetting in core/modules/ckeditor/src/Tests/CKEditorTest.php
- Tests CKEditor::buildToolbarJSSetting().
- CKEditorTest::testGetJSSettings in core/modules/ckeditor/src/Tests/CKEditorTest.php
- Tests CKEditor::getJSSettings().
- CKEditorTest::testStylesComboGetConfig in core/modules/ckeditor/src/Tests/CKEditorTest.php
- Tests StylesCombo::getConfig().
- ColorTest::testLogoSettingOverride in core/modules/color/src/Tests/ColorTest.php
- Test whether the custom logo is used in the color preview.
- CommentCSSTest::testCommentClasses in core/modules/comment/src/Tests/CommentCSSTest.php
- Tests CSS classes on comments.
- CommentDefaultFormatterCacheTagsTest::testCacheTags in core/modules/comment/src/Tests/CommentDefaultFormatterCacheTagsTest.php
- Tests the bubbling of cache tags.
- CommentFieldsTest::testCommentFieldLinksNonDefaultName in core/modules/comment/src/Tests/CommentFieldsTest.php
- Tests link building with non-default comment field names.
- CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/modules/comment/src/Tests/CommentNewIndicatorTest.php
- Tests new comment marker.
- CommentPagerTest::testCommentNewPageIndicator in core/modules/comment/src/Tests/CommentPagerTest.php
- Tests calculation of first page with new comment.
- ConfigCRUDTest::testCRUD in core/modules/config/src/Tests/ConfigCRUDTest.php
- Tests CRUD operations.
- ConfigCRUDTest::testDataTypes in core/modules/config/src/Tests/ConfigCRUDTest.php
- Tests data type handling.
- ConfigEntityFormOverrideTest::testFormsWithOverrides in core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php
- Tests that overrides do not affect forms or listing screens.
- ConfigEntityImportTest::assertConfigUpdateImport in core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php
- Asserts that config entities are updated during import.
- ConfigEntityImportTest::checkSinglePluginConfigSync in core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php
- Tests that a single set of plugin config stays in sync.
- ConfigEntityImportTest::doFilterFormatUpdate in core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php
- Tests updating a filter format during import.
- ConfigEntityImportTest::doImageStyleUpdate in core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php
- Tests updating an image style during import.
- 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.
- ConfigEntityNormalizeTest::testNormalize in core/modules/config/src/Tests/ConfigEntityNormalizeTest.php
- ConfigEntityQueryTest::assertResults in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
- Asserts the results as expected regardless of order.
- ConfigEntityQueryTest::testCount in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
- Tests count query.
- ConfigEntityQueryTest::testSortRange in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
- Tests sorting and range on config entity queries.
- ConfigEntityQueryTest::testTableSort in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
- Tests sorting with tableSort on config entity queries.
- ConfigEntityStaticCacheTest::testCacheHit in core/modules/config/src/Tests/ConfigEntityStaticCacheTest.php
- Tests that the static cache is working.
- ConfigEntityStaticCacheTest::testConfigOverride in core/modules/config/src/Tests/ConfigEntityStaticCacheTest.php
- Tests that the static cache is sensitive to config overrides.
- ConfigEntityStaticCacheTest::testReset in core/modules/config/src/Tests/ConfigEntityStaticCacheTest.php
- Tests that the static cache is reset on entity save and delete.
- ConfigEntityStorageTest::testUUIDConflict in core/modules/config/src/Tests/ConfigEntityStorageTest.php
- Tests creating configuration entities with changed UUIDs.
- ConfigEntityTest::testCRUD in core/modules/config/src/Tests/ConfigEntityTest.php
- Tests CRUD operations.
- ConfigEntityUnitTest::testStorageMethods in core/modules/config/src/Tests/ConfigEntityUnitTest.php
- Tests storage methods.
- ConfigEventsTest::testConfigEvents in core/modules/config/src/Tests/ConfigEventsTest.php
- Tests configuration events.
- ConfigEventsTest::testConfigRenameEvent in core/modules/config/src/Tests/ConfigEventsTest.php
- Tests configuration rename event that is fired from the ConfigFactory.
- ConfigExportUITest::testExport in core/modules/config/src/Tests/ConfigExportUITest.php
- Tests export of configuration.
- ConfigFileContentTest::testReadWriteConfig in core/modules/config/src/Tests/ConfigFileContentTest.php
- Tests setting, writing, and reading of a configuration setting.
- ConfigFileContentTest::testSerialization in core/modules/config/src/Tests/ConfigFileContentTest.php
- Tests serialization of configuration to file.
- ConfigFormOverrideTest::testFormsWithOverrides in core/modules/config/src/Tests/ConfigFormOverrideTest.php
- Tests that overrides do not affect forms.
- 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::testNew in core/modules/config/src/Tests/ConfigImporterTest.php
- Tests creation of configuration during import.
- ConfigImporterTest::testNoImport in core/modules/config/src/Tests/ConfigImporterTest.php
- Tests omission of module APIs for bare configuration operations.
- ConfigImporterTest::testSecondaryUpdateDeletedDeleterFirst in core/modules/config/src/Tests/ConfigImporterTest.php
- Tests that secondary updates for deleted files work as expected.
- ConfigImporterTest::testUpdated in core/modules/config/src/Tests/ConfigImporterTest.php
- Tests updating of configuration during import.
- ConfigImportRecreateTest::testRecreateEntity in core/modules/config/src/Tests/ConfigImportRecreateTest.php
- ConfigImportRenameValidationTest::testRenameSimpleConfigValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
- Tests configuration renaming validation for simple configuration.
- ConfigImportRenameValidationTest::testRenameValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
- Tests configuration renaming validation.
- 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::testCollectionInstallationCollections in core/modules/config/src/Tests/ConfigInstallTest.php
- Tests config objects in collections are installed as expected.
- ConfigInstallTest::testDependencyChecking in core/modules/config/src/Tests/ConfigInstallTest.php
- Tests the configuration with unmet dependencies is not installed.
- ConfigInstallTest::testModuleInstallation in core/modules/config/src/Tests/ConfigInstallTest.php
- Tests module installation.
- ConfigInstallWebTest::testIntegrationModuleReinstallation in core/modules/config/src/Tests/ConfigInstallWebTest.php
- Tests module re-installation.
- ConfigLanguageOverrideTest::testConfigLanguageOverride in core/modules/config/src/Tests/ConfigLanguageOverrideTest.php
- Tests locale override based on language.
- ConfigModuleOverridesTest::testSimpleModuleOverrides in core/modules/config/src/Tests/ConfigModuleOverridesTest.php
- ConfigOverrideTest::testConfOverride in core/modules/config/src/Tests/ConfigOverrideTest.php
- Tests configuration override.
- ConfigSchemaTest::testConfigSaveWithSchema in core/modules/config/src/Tests/ConfigSchemaTest.php
- Test configuration value data type enforcement using schemas.
- ConfigSchemaTest::testSchemaFallback in core/modules/config/src/Tests/ConfigSchemaTest.php
- Tests fallback to a greedy wildcard.
- ConfigSchemaTest::testSchemaMapping in core/modules/config/src/Tests/ConfigSchemaTest.php
- Tests the basic metadata retrieval layer.
- ConfigSingleImportExportTest::testExport in core/modules/config/src/Tests/ConfigSingleImportExportTest.php
- Tests exporting a single configuration file.
- 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.
- ConfigStorageTestBase::testDataTypes in core/modules/config/src/Tests/Storage/ConfigStorageTestBase.php
- Tests storage writing and reading data preserving data type.
- ConfigStorageTestBase::testInvalidStorage in core/modules/config/src/Tests/Storage/ConfigStorageTestBase.php
- Tests an invalid storage.
- ConfigTranslationOverviewTest::testMapperListPage in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
- Tests the config translation mapper page.
- ConnectionTest::testConnectionOptions in core/modules/system/src/Tests/Database/ConnectionTest.php
- Tests the connection options of the active database.
- ConnectionTest::testConnectionRouting in core/modules/system/src/Tests/Database/ConnectionTest.php
- Tests that connections return appropriate connection objects.
- ConnectionTest::testConnectionRoutingOverride in core/modules/system/src/Tests/Database/ConnectionTest.php
- Tests that connections return appropriate connection objects.
- ConnectionTest::testPostgresqlReservedWords in core/modules/system/src/Tests/Database/ConnectionTest.php
- Test the escapeTable(), escapeField() and escapeAlias() methods with all possible reserved words in PostgreSQL.
- ConnectionUnitTest::addConnection in core/modules/system/src/Tests/Database/ConnectionUnitTest.php
- Adds a new database connection info to Database.
- ContactPersonalTest::testPersonalContactFlood in core/modules/contact/src/Tests/ContactPersonalTest.php
- Tests the personal contact form flood protection.
- ContactSitewideTest::testSiteWideContact in core/modules/contact/src/Tests/ContactSitewideTest.php
- Tests configuration options and the site-wide contact form.
- ContentEntityNullStorageTest::testEntityQuery in core/modules/system/src/Tests/Entity/ContentEntityNullStorageTest.php
- Tests using entity query with ContentEntityNullStorage.
- ContentTranslationConfigImportTest::testConfigImportUpdates in core/modules/content_translation/src/Tests/ContentTranslationConfigImportTest.php
- Tests config import updates.
- ContextPluginTest::testContext in core/modules/system/src/Tests/Plugin/ContextPluginTest.php
- Tests basic context definition and value getters and setters.
- ContextualDynamicContextTest::testDifferentPermissions in core/modules/contextual/src/Tests/ContextualDynamicContextTest.php
- Tests contextual links with different permissions.
- ContextualUnitTest::testContextualIdToLinks in core/modules/contextual/src/Tests/ContextualUnitTest.php
- Tests _contextual_id_to_links().
- ContextualUnitTest::testContextualLinksToId in core/modules/contextual/src/Tests/ContextualUnitTest.php
- Tests _contextual_links_to_id().
- DatabaseBackendUnitTest::testSetGet in core/modules/system/src/Tests/Cache/DatabaseBackendUnitTest.php
- Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
- DatabaseStorageExpirableTest::testExpiration in core/modules/system/src/Tests/KeyValueStore/DatabaseStorageExpirableTest.php
- Tests data expiration.
- DbDumpTest::testScriptLoad in core/modules/system/src/Tests/Update/DbDumpTest.php
- Test loading the script back into the database.
- DefaultViewsTest::testSplitListing in core/modules/views_ui/src/Tests/DefaultViewsTest.php
- Tests that enabling views moves them to the correct table.
- DeleteTruncateTest::testSimpleDelete in core/modules/system/src/Tests/Database/DeleteTruncateTest.php
- Confirms that we can delete a single record successfully.
- DeleteTruncateTest::testSpecialColumnDelete in core/modules/system/src/Tests/Database/DeleteTruncateTest.php
- Confirms that we can delete a single special column name record successfully.
- DependencyTest::testModuleEnableOrder in core/modules/system/src/Tests/Module/DependencyTest.php
- Tests that module dependencies are enabled in the correct order in the UI.
- DerivativeTest::testDerivativeDecorator in core/modules/system/src/Tests/Plugin/DerivativeTest.php
- Tests getDefinitions() and getDefinition() with a derivativeDecorator.
- DestinationTest::testDestination in core/modules/system/src/Tests/Routing/DestinationTest.php
- Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
- DiscoveryTestBase::assertDefinitionIdentical in core/modules/system/src/Tests/Plugin/Discovery/DiscoveryTestBase.php
- Asserts a definition against an expected definition.
- DiscoveryTestBase::testDiscoveryInterface in core/modules/system/src/Tests/Plugin/Discovery/DiscoveryTestBase.php
- Tests getDefinitions() and getDefinition().
- DisplayBlockTest::testBlockContextualLinks in core/modules/block/src/Tests/Views/DisplayBlockTest.php
- Tests the contextual links on a Views block.
- DisplayKernelTest::testDefaultOptions in core/modules/views/src/Tests/Plugin/DisplayKernelTest.php
- Tests the default display options.
- DisplayKernelTest::testGetPlugin in core/modules/views/src/Tests/Plugin/DisplayKernelTest.php
- Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method.
- DisplayPageTest::testDependencies in core/modules/views/src/Tests/Plugin/DisplayPageTest.php
- Tests the calculated dependencies for various views using Page displays.
- DisplayTest::testDisplayPlugin in core/modules/views/src/Tests/Plugin/DisplayTest.php
- Tests the display test plugin.
- DisplayTest::testDisplayPluginsAlter in core/modules/views_ui/src/Tests/DisplayTest.php
- Tests views_ui_views_plugins_display_alter is altering plugin definitions.
- DisplayTest::testPageContextualLinks in core/modules/views_ui/src/Tests/DisplayTest.php
- Tests contextual links on Views page displays.
- DrupalKernelSiteTest::testServicesYml in core/modules/system/src/Tests/DrupalKernel/DrupalKernelSiteTest.php
- Tests services.yml in site directory.
- EditorAdminTest::verifyUnicornEditorConfiguration in core/modules/editor/src/Tests/EditorAdminTest.php
- Verifies unicorn editor configuration.
- EditorFileReferenceFilterTest::testEditorFileReferenceFilter in core/modules/editor/src/Tests/EditorFileReferenceFilterTest.php
- Tests the editor file reference filter.
- EditorFileUsageTest::testEditorEntityHooks in core/modules/editor/src/Tests/EditorFileUsageTest.php
- Tests the configurable text editor manager.
- EditorLoadingTest::testLoading in core/modules/editor/src/Tests/EditorLoadingTest.php
- Tests loading of text editors.
- EditorManagerTest::testManager in core/modules/editor/src/Tests/EditorManagerTest.php
- Tests the configurable text editor manager.
- EditorSecurityTest::testEditorXssFilterOverride in core/modules/editor/src/Tests/EditorSecurityTest.php
- Tests the standard text editor XSS filter being overridden.
- EditorSecurityTest::testInitialSecurity in core/modules/editor/src/Tests/EditorSecurityTest.php
- Tests initial security: is the user safe without switching text formats?
- EditorSecurityTest::testSwitchingSecurity in core/modules/editor/src/Tests/EditorSecurityTest.php
- Tests administrator security: is the user safe when switching text formats?
- EditorUpdateTest::testEditorUpdate8001 in core/modules/editor/src/Tests/Update/EditorUpdateTest.php
- Tests editor_update_8001().
- ElementTest::testOptions in core/modules/system/src/Tests/Form/ElementTest.php
- Tests expansion of #options for #type checkboxes and radios.
- EmailTest::testFormEmail in core/modules/system/src/Tests/Form/EmailTest.php
- Tests that #type 'email' fields are properly validated.
- EntityAutocompleteTest::testEntityReferenceAutocompletion in core/modules/system/src/Tests/Entity/EntityAutocompleteTest.php
- Tests autocompletion edge cases with slashes in the names.
- EntityCacheTagsTestBase::verifyRenderCache in core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
- Verify that a given render cache entry exists, with the correct cache tags.
- EntityContentBaseTest::testOverwriteAllMappedProperties in core/modules/migrate_drupal/src/Tests/d6/EntityContentBaseTest.php
- Tests overwriting all mapped properties in the destination entity (default
behavior).
- EntityContentBaseTest::testOverwriteProperties in core/modules/migrate_drupal/src/Tests/d6/EntityContentBaseTest.php
- Tests overwriting selected properties in the destination entity, specified
in the destination configuration.
- EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
- Tests creating and deleting a base field if entities exist.
- EntityDefinitionUpdateTest::testBundleFieldCreateDeleteWithExistingEntities in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
- Tests creating and deleting a bundle field if entities exist.
- EntityDefinitionUpdateTest::testNoUpdates in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
- Tests when no definition update is needed.
- EntityDisplayTest::testEntityDisplayCRUDSort in core/modules/field_ui/src/Tests/EntityDisplayTest.php
- Test sorting of components by name on basic CRUD operations
- EntityFieldTest::doTestIntrospection in core/modules/system/src/Tests/Entity/EntityFieldTest.php
- Executes the introspection 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.
- EntityFileTest::testGetOverwriteMode in core/modules/file/src/Tests/Migrate/EntityFileTest.php
- Tests various invocations of the getOverwriteMode() method.
- EntityFileTest::testNonExistentSourceFile in core/modules/file/src/Tests/Migrate/EntityFileTest.php
- Test that non-existent files throw an exception.
- EntityFileTest::testSuccessfulCopies in core/modules/file/src/Tests/Migrate/EntityFileTest.php
- Test successful imports/copies.
- EntityQueryTest::assertResult in core/modules/system/src/Tests/Entity/EntityQueryTest.php
- EntityQueryTest::assertRevisionResult in core/modules/system/src/Tests/Entity/EntityQueryTest.php
- EntityQueryTest::testCaseSensitivity in core/modules/system/src/Tests/Entity/EntityQueryTest.php
- Test case sensitive and in-sensitive query conditions.
- EntityQueryTest::testEntityQuery in core/modules/system/src/Tests/Entity/EntityQueryTest.php
- Test basic functionality.
- EntityReferenceAdminTest::assertFieldSelectOptions in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
- Checks if a select element contains the specified options.
- EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
- Tests the Entity Reference Admin UI.
- EntityReferenceSelectionSortTest::testSort in core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php
- Assert sorting by field and property.
- EntityTranslationTest::doTestEntityTranslationAPI in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
- Executes the Entity Translation API tests for the given entity type.
- EntityTranslationTest::doTestLanguageFallback in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
- Executes the language fallback test for the given entity type.
- EntityUUIDTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityUUIDTest.php
- Executes the UUID CRUD tests for the given entity type.
- ErrorHandlerTest::testExceptionHandler in core/modules/system/src/Tests/System/ErrorHandlerTest.php
- Test the exception handler.
- ExposedFormTest::assertIds in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
- Checks whether the specified ids are the ones displayed in the view output.
- FactoryTest::testDefaultFactory in core/modules/system/src/Tests/Plugin/FactoryTest.php
- Test that DefaultFactory can create a plugin instance.
- FactoryTest::testReflectionFactory in core/modules/system/src/Tests/Plugin/FactoryTest.php
- Test that the Reflection factory can create a plugin instance.
- 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::testQueryFetchCol in core/modules/system/src/Tests/Database/FetchTest.php
- Confirms that we can fetch an entire column of a result set at once.
- 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.
- FieldAttachOtherTest::testEntityFormDisplayExtractFormValues in core/modules/field/src/Tests/FieldAttachOtherTest.php
- Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::extractFormValues().
- FieldCrudTest::testCreateField in core/modules/field/src/Tests/FieldCrudTest.php
- Test the creation of a field.
- FieldCrudTest::testCreateFieldCustomStorage in core/modules/field/src/Tests/FieldCrudTest.php
- Test creating a field with custom storage set.
- FieldDataCountTest::testCountWithIndex0 in core/modules/field/src/Tests/FieldDataCountTest.php
- Verify that we can count a table that contains an entry with index 0.
- FieldDataCountTest::testEntityCountAndHasData in core/modules/field/src/Tests/FieldDataCountTest.php
- Tests entityCount() and hadData() methods.
- 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.
- FieldKernelTest::_testEmptyText in core/modules/views/src/Tests/Handler/FieldKernelTest.php
- Tests the usage of the empty text.
- FieldKernelTest::_testHideIfEmpty in core/modules/views/src/Tests/Handler/FieldKernelTest.php
- Tests the hide if empty functionality.
- 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.
- FieldTypePluginManagerTest::testDefaultSettings in core/modules/field/src/Tests/FieldTypePluginManagerTest.php
- Tests the default settings convenience methods.
- FieldUIDeleteTest::testDeleteField in core/modules/field_ui/src/Tests/FieldUIDeleteTest.php
- Tests that deletion removes field storages and fields as expected.
- FieldUpdateTest::testFieldUpdate8002 in core/modules/field/src/Tests/Update/FieldUpdateTest.php
- Tests field_update_8002().
- FileDenormalizeTest::testFileDenormalize in core/modules/hal/src/Tests/FileDenormalizeTest.php
- Tests file entity denormalization.
- FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
- Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTest::testWidgetElement in core/modules/file/src/Tests/FileFieldWidgetTest.php
- Tests file widget element.
- FileStorageTest::testlistAll in core/modules/config/src/Tests/Storage/FileStorageTest.php
- Tests the FileStorage::listAll method with a relative and absolute path.
- FilterAPITest::testFilterFormatAPI in core/modules/filter/src/Tests/FilterAPITest.php
- Tests the following functions for a variety of formats:
- FilterCrudTest::testDisableFallbackFormat in core/modules/filter/src/Tests/FilterCrudTest.php
- Tests disabling the fallback text format.
- FilterEntityBundleTest::testFilterEntity in core/modules/views/src/Tests/Entity/FilterEntityBundleTest.php
- Tests the generic bundle filter.
- FilterHtmlUpdateTest::testAllowedHtmlUpdate in core/modules/system/src/Tests/Update/FilterHtmlUpdateTest.php
- Tests system_update_8009().
- FilterTest::testFilterQuery in core/modules/views/src/Tests/Plugin/FilterTest.php
- Test query of the row plugin.
- FilterUnitTest::testAlignAndCaptionFilters in core/modules/filter/src/Tests/FilterUnitTest.php
- Tests the combination of the align and caption filters.
- FilterUnitTest::testAlignFilter in core/modules/filter/src/Tests/FilterUnitTest.php
- Tests the align filter.
- FilterUnitTest::testCaptionFilter in core/modules/filter/src/Tests/FilterUnitTest.php
- Tests the caption filter.
- FilterUnitTest::testHtmlFilter in core/modules/filter/src/Tests/FilterUnitTest.php
- Tests filter settings, defaults, access restrictions and similar.
- FilterUnitTest::testUrlFilterContent in core/modules/filter/src/Tests/FilterUnitTest.php
- Tests URL filter on longer content.
- FormatDateTest::testAdminDefinedFormatDate in core/modules/system/src/Tests/Common/FormatDateTest.php
- Tests admin-defined formats in format_date().
- FormatDateTest::testFormatDate in core/modules/system/src/Tests/Common/FormatDateTest.php
- Tests the format_date() function.
- FormDefaultHandlersTest::testDefaultAndCustomHandlers in core/modules/system/src/Tests/Form/FormDefaultHandlersTest.php
- Tests that default handlers are added even if custom are specified.
- FormObjectTest::testObjectFormCallback in core/modules/system/src/Tests/Form/FormObjectTest.php
- Tests using an object as the form callback.
- FormTest::assertFormValuesDefault in core/modules/system/src/Tests/Form/FormTest.php
- Assert that the values submitted to a form matches the default values of the elements.
- FormTest::testFieldFormUnlimited in core/modules/field/src/Tests/FormTest.php
- FormTest::testSelect in core/modules/system/src/Tests/Form/FormTest.php
- Tests validation of #type 'select' elements.
- FrameworkTest::testLazyLoad in core/modules/system/src/Tests/Ajax/FrameworkTest.php
- Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
- FrontPageTest::testFrontPage in core/modules/node/src/Tests/Views/FrontPageTest.php
- Tests the frontpage.
- FunctionsTest::testDrupalPreRenderLinks in core/modules/system/src/Tests/Theme/FunctionsTest.php
- Test the use of drupal_pre_render_links() on a nested array of links.
- GarbageCollectionTest::testGarbageCollection in core/modules/system/src/Tests/KeyValueStore/GarbageCollectionTest.php
- Tests garbage collection.
- GenericCacheBackendUnitTestBase::testDelete in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
- Tests Drupal\Core\Cache\CacheBackendInterface::delete().
- GenericCacheBackendUnitTestBase::testDeleteMultiple in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
- Test Drupal\Core\Cache\CacheBackendInterface::delete() and
Drupal\Core\Cache\CacheBackendInterface::deleteMultiple().
- GenericCacheBackendUnitTestBase::testGetMultiple in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
- Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
- GenericCacheBackendUnitTestBase::testSetGet in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
- Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
- GenericCacheBackendUnitTestBase::testValueTypeIsKept in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
- Tests data type preservation.
- GetFilenameUnitTest::testDrupalGetFilename in core/modules/system/src/Tests/Bootstrap/GetFilenameUnitTest.php
- Tests that drupal_get_filename() works when the file is not in database.
- HandlerAliasTest::testPluginAliases in core/modules/views/src/Tests/Handler/HandlerAliasTest.php
- HandlerTest::testBrokenHandlers in core/modules/views_ui/src/Tests/HandlerTest.php
- Tests broken handlers.
- HandlerTest::testHandlerWeights in core/modules/views/src/Tests/Handler/HandlerTest.php
- Tests the order of handlers is the same before and after saving.
- HistoryTest::testHistory in core/modules/history/src/Tests/HistoryTest.php
- Verifies that the history endpoints work.
- HtaccessUnitTest::assertFilePermissions in core/modules/system/src/Tests/File/HtaccessUnitTest.php
- Asserts expected file permissions for a given file.
- IgnoreReplicaSubscriberTest::testSystemInitIgnoresSecondaries in core/modules/system/src/Tests/System/IgnoreReplicaSubscriberTest.php
- Tests \Drupal\Core\EventSubscriber\ReplicaDatabaseIgnoreSubscriber::checkReplicaServer().
- ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
- Tests building an image style URL.
- InsertDefaultsTest::testDefaultEmptyInsert in core/modules/system/src/Tests/Database/InsertDefaultsTest.php
- Tests that no action will be preformed if no fields are specified.
- InsertTest::testInsertFieldOnlyDefinition in core/modules/system/src/Tests/Database/InsertTest.php
- Tests that we can specify fields without values and specify values later.
- InsertTest::testInsertLastInsertID in core/modules/system/src/Tests/Database/InsertTest.php
- Tests that inserts return the proper auto-increment ID.
- InsertTest::testInsertSelectAll in core/modules/system/src/Tests/Database/InsertTest.php
- Tests that the INSERT INTO ... SELECT * ... syntax works.
- InsertTest::testInsertSelectFields in core/modules/system/src/Tests/Database/InsertTest.php
- Tests that the INSERT INTO ... SELECT (fields) ... syntax works.
- InsertTest::testMultiInsert in core/modules/system/src/Tests/Database/InsertTest.php
- Tests that we can insert multiple records in one query object.
- InsertTest::testRepeatedInsert in core/modules/system/src/Tests/Database/InsertTest.php
- Tests that an insert object can be reused with new data after it executes.
- InsertTest::testSimpleInsert in core/modules/system/src/Tests/Database/InsertTest.php
- Tests very basic insert functionality.
- InsertTest::testSpecialColumnInsert in core/modules/system/src/Tests/Database/InsertTest.php
- Tests that we can INSERT INTO a special named column.
- InspectionTest::testInspection in core/modules/system/src/Tests/Plugin/InspectionTest.php
- Ensure the test plugins correctly implement getPluginId() and getPluginDefinition().
- InstallTest::testEnableUserTwice in core/modules/system/src/Tests/Module/InstallTest.php
- Tests enabling User module once more.
- InstallTest::testGetSchemaAtInstallTime in core/modules/system/src/Tests/Module/InstallTest.php
- Verify that drupal_get_schema() can be used during module installation.
- 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.
- LanguageDependencyInjectionTest::testDependencyInjectedNewDefaultLanguage in core/modules/language/src/Tests/LanguageDependencyInjectionTest.php
- Test dependency injected Language object against a new default language
object.
- LanguageSwitchingTest::doTestLanguageBlockAnonymous in core/modules/language/src/Tests/LanguageSwitchingTest.php
- For anonymous users, the "active" class is set by PHP.
- LanguageSwitchingTest::doTestLanguageBlockAuthenticated in core/modules/language/src/Tests/LanguageSwitchingTest.php
- For authenticated users, the "active" class is set by JavaScript.
- LanguageSwitchingTest::doTestLanguageLinkActiveClassAuthenticated in core/modules/language/src/Tests/LanguageSwitchingTest.php
- For authenticated users, the "active" class is set by JavaScript.
- LinkItemTest::testLinkItem in core/modules/link/src/Tests/LinkItemTest.php
- Tests using entity fields of the link field type.
- LocaleConfigSubscriberTest::assertActiveConfig in core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php
- Ensures configuration was saved correctly.
- LocaleConfigSubscriberTest::assertNoTranslation in core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php
- Ensures no translation exists.
- LocaleConfigSubscriberTest::assertTranslation in core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php
- Ensures a translation exists and is marked as customized.
- LocaleImportFunctionalTest::testEmptyMsgstr in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
- Test empty msgstr at end of .po file see #611786.
- LocaleImportFunctionalTest::testLanguageContext in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
- Test msgctxt context support.
- LocalePluralFormatTest::testGetPluralFormat in core/modules/locale/src/Tests/LocalePluralFormatTest.php
- Tests locale_get_plural() and \Drupal::translation()->formatPlural()
functionality.
- LocaleTranslationProjectsTest::testLocaleTranslationClearCacheProjects in core/modules/locale/src/Tests/LocaleTranslationProjectsTest.php
- Tests locale_translation_clear_cache_projects().
- ManageDisplayTest::assertFieldSelectOptions in core/modules/field_ui/src/Tests/ManageDisplayTest.php
- Checks if a select element contains the specified options.
- ManageFieldsTest::manageFieldsPage in core/modules/field_ui/src/Tests/ManageFieldsTest.php
- Tests the manage fields page.
- MenuLinkContentDeriverTest::testRediscover in core/modules/menu_link_content/src/Tests/MenuLinkContentDeriverTest.php
- Tests the rediscovering.
- MenuTest::testBlockContextualLinks in core/modules/menu_ui/src/Tests/MenuTest.php
- Tests the contextual links on a menu block.
- MenuTest::testMenu in core/modules/menu_ui/src/Tests/MenuTest.php
- Tests menu functionality using the admin and user interfaces.
- MigrateActionConfigsTest::testActionSettings in core/modules/action/src/Tests/Migrate/d6/MigrateActionConfigsTest.php
- Tests migration of action variables to action.settings.yml.
- MigrateAggregatorConfigsTest::testAggregatorSettings in core/modules/aggregator/src/Tests/Migrate/d6/MigrateAggregatorConfigsTest.php
- Tests migration of aggregator variables to aggregator.settings.yml.
- MigrateAggregatorFeedTest::testAggregatorFeedImport in core/modules/aggregator/src/Tests/Migrate/d6/MigrateAggregatorFeedTest.php
- Tests migration of aggregator feeds.
- MigrateAggregatorFeedTest::testAggregatorFeedImport in core/modules/aggregator/src/Tests/Migrate/d7/MigrateAggregatorFeedTest.php
- Tests migration of aggregator feeds.
- MigrateAggregatorItemTest::testAggregatorItem in core/modules/aggregator/src/Tests/Migrate/d6/MigrateAggregatorItemTest.php
- Test Drupal 6 aggregator item migration to Drupal 8.
- MigrateAggregatorItemTest::testAggregatorItem in core/modules/aggregator/src/Tests/Migrate/d7/MigrateAggregatorItemTest.php
- Test Drupal 7 aggregator item migration to Drupal 8.
- MigrateAggregatorSettingsTest::testMigration in core/modules/aggregator/src/Tests/Migrate/d7/MigrateAggregatorSettingsTest.php
- Tests migration of Aggregator variables to configuration.
- MigrateAggregatorStubTest::testItemStub in core/modules/aggregator/src/Tests/Migrate/MigrateAggregatorStubTest.php
- Tests creation of aggregator feed items.
- 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.
- 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/d6/MigrateBlockTest.php
- Tests the block migration.
- MigrateBookConfigsTest::testBookSettings in core/modules/book/src/Tests/Migrate/d6/MigrateBookConfigsTest.php
- Tests migration of book variables to book.settings.yml.
- MigrateBookTest::testBook in core/modules/book/src/Tests/Migrate/d6/MigrateBookTest.php
- Tests the Drupal 6 book structure to Drupal 8 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.
- MigrateCommentStubTest::testStub in core/modules/comment/src/Tests/Migrate/MigrateCommentStubTest.php
- Tests creation of comment stubs.
- MigrateCommentTest::testCommentMigration in core/modules/comment/src/Tests/Migrate/d7/MigrateCommentTest.php
- Tests migration of comments from Drupal 7.
- MigrateCommentTest::testComments in core/modules/comment/src/Tests/Migrate/d6/MigrateCommentTest.php
- Tests the Drupal 6 to Drupal 8 comment migration.
- MigrateCommentTypeTest::assertEntity in core/modules/comment/src/Tests/Migrate/d7/MigrateCommentTypeTest.php
- Asserts a comment type entity.
- MigrateCommentTypeTest::testCommentType in core/modules/comment/src/Tests/Migrate/d6/MigrateCommentTypeTest.php
- Tests the Drupal 6 to Drupal 8 comment type migration.
- MigrateCommentTypeTest::testMigration in core/modules/comment/src/Tests/Migrate/d7/MigrateCommentTypeTest.php
- Tests the migrated comment types.
- MigrateCommentVariableEntityDisplayTest::testCommentEntityDisplay in core/modules/comment/src/Tests/Migrate/d6/MigrateCommentVariableEntityDisplayTest.php
- Tests comment variables migrated into an entity display.
- MigrateCommentVariableEntityFormDisplaySubjectTest::testCommentEntityFormDisplay in core/modules/comment/src/Tests/Migrate/d6/MigrateCommentVariableEntityFormDisplaySubjectTest.php
- Tests comment subject variable migrated into an entity display.
- MigrateCommentVariableEntityFormDisplayTest::testCommentEntityFormDisplay in core/modules/comment/src/Tests/Migrate/d6/MigrateCommentVariableEntityFormDisplayTest.php
- Tests comment variables migrated into an entity display.
- 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.
- MigrateContactCategoryTest::testContactCategory in core/modules/contact/src/Tests/Migrate/d6/MigrateContactCategoryTest.php
- The Drupal 6 contact categories to Drupal 8 migration.
- MigrateContactSettingsTest::testContactSettings in core/modules/contact/src/Tests/Migrate/d6/MigrateContactSettingsTest.php
- Tests migration of contact variables to contact.settings.yml.
- 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.
- MigrateDateFormatTest::testDateFormats in core/modules/system/src/Tests/Migrate/d6/MigrateDateFormatTest.php
- Tests the Drupal 6 date formats to Drupal 8 migration.
- MigrateDblogConfigsTest::testBookSettings in core/modules/dblog/src/Tests/Migrate/d6/MigrateDblogConfigsTest.php
- Tests migration of dblog variables to dblog.settings.yml.
- MigrateDblogConfigsTest::testDblogSettings in core/modules/dblog/src/Tests/Migrate/d7/MigrateDblogConfigsTest.php
- Tests migration of dblog variables to dblog.settings.yml.
- MigrateDependenciesTest::testMigrateDependenciesOrder in core/modules/migrate_drupal/src/Tests/dependencies/MigrateDependenciesTest.php
- Tests that the order is correct when loading several migrations.
- MigrateEmbeddedDataTest::testEmbeddedData in core/modules/migrate/src/Tests/MigrateEmbeddedDataTest.php
- Tests the embedded_data source plugin.
- MigrateEventsTest::testMigrateEvents in core/modules/migrate/src/Tests/MigrateEventsTest.php
- Tests migration events.
- MigrateFieldFormatterSettingsTest::assertComponent in core/modules/field/src/Tests/Migrate/d7/MigrateFieldFormatterSettingsTest.php
- Asserts various aspects of a particular component 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.
- MigrateFieldInstanceTest::testFieldInstanceMigration in core/modules/field/src/Tests/Migrate/d6/MigrateFieldInstanceTest.php
- Tests migration of file variables to file.settings.yml.
- 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.
- MigrateFieldTest::testFields in core/modules/field/src/Tests/Migrate/d6/MigrateFieldTest.php
- Tests the Drupal 6 field to Drupal 8 migration.
- MigrateFieldTest::testFields in core/modules/field/src/Tests/Migrate/d7/MigrateFieldTest.php
- Tests migrating D7 fields to field_storage_config entities.
- MigrateFieldWidgetSettingsTest::testWidgetSettings in core/modules/field/src/Tests/Migrate/d6/MigrateFieldWidgetSettingsTest.php
- Test that migrated view modes can be loaded using D8 API's.
- MigrateFileConfigsTest::testFileSettings in core/modules/file/src/Tests/Migrate/d6/MigrateFileConfigsTest.php
- Tests migration of file variables to file.settings.yml.
- 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.
- MigrateFileTest::testFiles in core/modules/file/src/Tests/Migrate/d6/MigrateFileTest.php
- Tests the Drupal 6 files to Drupal 8 migration.
- 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.
- MigrateForumConfigsTest::testForumSettings in core/modules/forum/src/Tests/Migrate/d6/MigrateForumConfigsTest.php
- Tests migration of forum variables to forum.settings.yml.
- MigrateForumSettingsTest::testForumSettingsMigration in core/modules/forum/src/Tests/Migrate/d7/MigrateForumSettingsTest.php
- Tests the migration of Forum's settings to configuration.
- MigrateImageCacheTest::testPassingMigration in core/modules/image/src/Tests/Migrate/d6/MigrateImageCacheTest.php
- Test basic passing migrations.
- 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.
- MigrateLanguageNegotiationSettingsTest::testLanguageNegotiation in core/modules/language/src/Tests/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php
- Tests migration of language negotiation variables to language.negotiation.yml.
- MigrateLanguageTest::assertLanguage in core/modules/language/src/Tests/Migrate/MigrateLanguageTest.php
- Asserts various properties of a configurable language entity.
- MigrateLocaleConfigsTest::testLocaleSettings in core/modules/locale/src/Tests/Migrate/MigrateLocaleConfigsTest.php
- Tests migration of locale variables to locale.settings.yml.
- MigrateMenuLinkTest::assertEntity in core/modules/menu_link_content/src/Tests/Migrate/d7/MigrateMenuLinkTest.php
- Asserts various aspects of a menu link entity.
- MigrateMenuLinkTest::testMenuLinks in core/modules/menu_link_content/src/Tests/Migrate/d6/MigrateMenuLinkTest.php
- Tests migration of menu links.
- MigrateMenuTest::testMenu in core/modules/system/src/Tests/Migrate/MigrateMenuTest.php
- Tests the Drupal 6 menu to Drupal 8 migration.
- MigrateMessageTest::testMessagesNotTeed in core/modules/migrate/src/Tests/MigrateMessageTest.php
- Tests migration interruptions.
- MigrateMessageTest::testMessagesTeed in core/modules/migrate/src/Tests/MigrateMessageTest.php
- Tests migration interruptions.
- MigrateNodeBuilderTest::assertEntity in core/modules/node/src/Tests/Migrate/d6/MigrateNodeBuilderTest.php
- Asserts various aspects of a migration entity.
- MigrateNodeBuilderTest::testCreateMigrations in core/modules/node/src/Tests/Migrate/d6/MigrateNodeBuilderTest.php
- Tests creating migrations from a template, using a builder plugin.
- MigrateNodeBundleSettingsTest::testNodeBundleSettings in core/modules/node/src/Tests/Migrate/d6/MigrateNodeBundleSettingsTest.php
- Tests Drupal 6 node type settings to Drupal 8 migration.
- MigrateNodeConfigsTest::testNodeSettings in core/modules/node/src/Tests/Migrate/d6/MigrateNodeConfigsTest.php
- Tests Drupal 6 node settings to Drupal 8 migration.
- MigrateNodeRevisionTest::testNodeRevision in core/modules/node/src/Tests/Migrate/d6/MigrateNodeRevisionTest.php
- Test node revisions migration from Drupal 6 to 8.
- MigrateNodeSettingPromoteTest::testMigration in core/modules/node/src/Tests/Migrate/d6/MigrateNodeSettingPromoteTest.php
- Tests migration of the promote checkbox's settings.
- MigrateNodeSettingStickyTest::testMigration in core/modules/node/src/Tests/Migrate/d6/MigrateNodeSettingStickyTest.php
- Tests migration of the sticky checkbox's settings.
- 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.
- MigrateNodeTest::testNode in core/modules/node/src/Tests/Migrate/d6/MigrateNodeTest.php
- Test node migration from Drupal 6 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.
- MigrateNodeTypeTest::testNodeType in core/modules/node/src/Tests/Migrate/d6/MigrateNodeTypeTest.php
- Tests Drupal 6 node type to Drupal 8 migration.
- MigrateSearchPageTest::testSearchPage in core/modules/search/src/Tests/Migrate/d6/MigrateSearchPageTest.php
- Tests Drupal 6 search settings to Drupal 8 search page entity migration.
- MigrateSearchPageTest::testSearchPage in core/modules/search/src/Tests/Migrate/d7/MigrateSearchPageTest.php
- Tests Drupal 7 search ranking to Drupal 8 search page entity migration.
- MigrateSearchSettingsTest::testSearchSettings in core/modules/search/src/Tests/Migrate/d6/MigrateSearchSettingsTest.php
- Tests migration of search variables to search.settings.yml.
- 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.
- MigrateShortcutSetUsersTest::testShortcutSetUsersMigration in core/modules/shortcut/src/Tests/Migrate/d7/MigrateShortcutSetUsersTest.php
- Test the shortcut set migration.
- MigrateShortcutTest::assertEntity in core/modules/shortcut/src/Tests/Migrate/d7/MigrateShortcutTest.php
- Asserts various aspects of a shortcut entity.
- MigrateSimpletestConfigsTest::testSimpletestSettings in core/modules/simpletest/src/Tests/Migrate/d6/MigrateSimpletestConfigsTest.php
- Tests migration of simpletest variables to simpletest.settings.yml.
- MigrateSimpletestSettingsTest::testMigration in core/modules/simpletest/src/Tests/Migrate/d7/MigrateSimpletestSettingsTest.php
- Tests migration of SimpleTest settings to configuration.
- MigrateStatisticsConfigsTest::testStatisticsSettings in core/modules/statistics/src/Tests/Migrate/d6/MigrateStatisticsConfigsTest.php
- Tests migration of statistics variables to statistics.settings.yml.
- MigrateStatusTest::testStatus in core/modules/migrate/src/Tests/MigrateStatusTest.php
- Test different connection types.
- MigrateSyslogConfigsTest::testSyslogSettings in core/modules/syslog/src/Tests/Migrate/d6/MigrateSyslogConfigsTest.php
- Tests migration of syslog variables to syslog.settings.yml.
- MigrateSyslogConfigsTest::testSyslogSettings in core/modules/syslog/src/Tests/Migrate/d7/MigrateSyslogConfigsTest.php
- Tests migration of syslog variables to syslog.settings.yml.
- MigrateSystemCronTest::testSystemCron in core/modules/system/src/Tests/Migrate/d6/MigrateSystemCronTest.php
- Tests migration of system (cron) variables to system.cron.yml.
- MigrateSystemDateTest::testSystemDate in core/modules/system/src/Tests/Migrate/d6/MigrateSystemDateTest.php
- Tests migration of user variables to system_date.yml.
- MigrateSystemFileTest::testSystemFile in core/modules/system/src/Tests/Migrate/d6/MigrateSystemFileTest.php
- Tests migration of system (file) variables to system.file.yml.
- MigrateSystemImageGdTest::testSystemImageGd in core/modules/system/src/Tests/Migrate/d6/MigrateSystemImageGdTest.php
- Tests migration of system (image GD) variables to system.image.gd.yml.
- MigrateSystemImageTest::testSystemImage in core/modules/system/src/Tests/Migrate/d6/MigrateSystemImageTest.php
- Tests migration of system (image) variables to system.image.yml.
- MigrateSystemLoggingTest::testSystemLogging in core/modules/system/src/Tests/Migrate/d6/MigrateSystemLoggingTest.php
- Tests migration of system error_level variables to system.logging.yml.
- MigrateSystemMaintenanceTest::testSystemMaintenance in core/modules/system/src/Tests/Migrate/d6/MigrateSystemMaintenanceTest.php
- Tests migration of system (maintenance) variables to system.maintenance.yml.
- MigrateSystemPerformanceTest::testSystemPerformance in core/modules/system/src/Tests/Migrate/d6/MigrateSystemPerformanceTest.php
- Tests migration of system (Performance) variables to system.performance.yml.
- MigrateSystemRssTest::testSystemRss in core/modules/system/src/Tests/Migrate/d6/MigrateSystemRssTest.php
- Tests migration of system (rss) variables to system.rss.yml.
- MigrateSystemSiteTest::testSystemSite in core/modules/system/src/Tests/Migrate/d6/MigrateSystemSiteTest.php
- Tests migration of system (site) variables to system.site.yml.
- MigrateTaxonomyConfigsTest::testTaxonomySettings in core/modules/taxonomy/src/Tests/Migrate/MigrateTaxonomyConfigsTest.php
- Tests migration of taxonomy variables to taxonomy.settings.yml.
- 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.
- MigrateTaxonomyTermTest::testTaxonomyTerms in core/modules/taxonomy/src/Tests/Migrate/d6/MigrateTaxonomyTermTest.php
- Tests the Drupal 6 taxonomy term to Drupal 8 migration.
- MigrateTaxonomyVocabularyTest::assertEntity in core/modules/taxonomy/src/Tests/Migrate/d7/MigrateTaxonomyVocabularyTest.php
- Validate a migrated vocabulary contains the expected values.
- MigrateTaxonomyVocabularyTest::testTaxonomyVocabulary in core/modules/taxonomy/src/Tests/Migrate/d6/MigrateTaxonomyVocabularyTest.php
- Tests the Drupal 6 taxonomy vocabularies to Drupal 8 migration.
- MigrateTermNodeRevisionTest::testTermRevisionNode in core/modules/taxonomy/src/Tests/Migrate/d6/MigrateTermNodeRevisionTest.php
- Tests the Drupal 6 term-node revision association to Drupal 8 migration.
- MigrateTermNodeTest::testTermNode in core/modules/taxonomy/src/Tests/Migrate/d6/MigrateTermNodeTest.php
- Tests the Drupal 6 term-node association to Drupal 8 migration.
- MigrateTextConfigsTest::testTextSettings in core/modules/text/src/Tests/Migrate/MigrateTextConfigsTest.php
- Tests migration of text variables to text.settings.yml.
- MigrateTrackerNodeTest::testMigrateTrackerNode in core/modules/tracker/src/Tests/Migrate/d7/MigrateTrackerNodeTest.php
- Tests migration of tracker node table.
- MigrateTrackerSettingsTest::testMigration in core/modules/tracker/src/Tests/Migrate/d7/MigrateTrackerSettingsTest.php
- Tests migration of tracker's variables to configuration.
- MigrateTrackerUserTest::testMigrateTrackerUser in core/modules/tracker/src/Tests/Migrate/d7/MigrateTrackerUserTest.php
- Tests migration of tracker user table.
- MigrateUpdateConfigsTest::testUpdateSettings in core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php
- Tests migration of update variables to update.settings.yml.
- 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.
- MigrateUploadFieldTest::testUpload in core/modules/file/src/Tests/Migrate/d6/MigrateUploadFieldTest.php
- Tests the Drupal 6 upload settings to Drupal 8 field 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.
- MigrateUploadTest::testUpload in core/modules/file/src/Tests/Migrate/d6/MigrateUploadTest.php
- Test upload migration from Drupal 6 to Drupal 8.
- MigrateUrlAliasTest::testUrlAlias in core/modules/path/src/Tests/Migrate/d6/MigrateUrlAliasTest.php
- Test the url alias migration.
- MigrateUrlAliasTest::testUrlAlias in core/modules/path/src/Tests/Migrate/d7/MigrateUrlAliasTest.php
- Test the URL alias migration.
- MigrateUserAdminPassTest::testAdminPasswordPreserved in core/modules/user/src/Tests/Migrate/MigrateUserAdminPassTest.php
- Tests preserving the admin user's password.
- MigrateUserConfigsTest::testUserMail in core/modules/user/src/Tests/Migrate/d6/MigrateUserConfigsTest.php
- Tests migration of user variables to user.mail.yml.
- MigrateUserConfigsTest::testUserSettings in core/modules/user/src/Tests/Migrate/d6/MigrateUserConfigsTest.php
- Tests migration of user variables to user.settings.yml.
- MigrateUserContactSettingsTest::testUserContactSettings in core/modules/user/src/Tests/Migrate/d6/MigrateUserContactSettingsTest.php
- Tests the Drupal6 user contact settings migration.
- MigrateUserFloodTest::testMigration in core/modules/user/src/Tests/Migrate/d7/MigrateUserFloodTest.php
- Tests the migration.
- MigrateUserMailTest::testMigration in core/modules/user/src/Tests/Migrate/d7/MigrateUserMailTest.php
- Tests the migration.
- MigrateUserPictureEntityDisplayTest::testUserPictureEntityDisplay in core/modules/user/src/Tests/Migrate/MigrateUserPictureEntityDisplayTest.php
- Tests the Drupal 7 user picture to Drupal 8 entity display migration.
- MigrateUserPictureEntityFormDisplayTest::testEntityFormDisplaySettings in core/modules/user/src/Tests/Migrate/MigrateUserPictureEntityFormDisplayTest.php
- Tests the field's entity form display settings.
- 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.
- MigrateUserPictureFileTest::testUserPictures in core/modules/user/src/Tests/Migrate/d6/MigrateUserPictureFileTest.php
- Tests the Drupal 6 user pictures to Drupal 8 migration.
- MigrateUserProfileEntityDisplayTest::testUserProfileFields in core/modules/user/src/Tests/Migrate/MigrateUserProfileEntityDisplayTest.php
- Tests migration of user profile fields.
- MigrateUserProfileEntityFormDisplayTest::testUserProfileEntityFormDisplay in core/modules/user/src/Tests/Migrate/MigrateUserProfileEntityFormDisplayTest.php
- Tests migration of user profile fields.
- MigrateUserProfileFieldInstanceTest::testUserProfileFields in core/modules/user/src/Tests/Migrate/MigrateUserProfileFieldInstanceTest.php
- Tests migration of user profile fields.
- MigrateUserProfileFieldTest::testUserProfileFields in core/modules/user/src/Tests/Migrate/MigrateUserProfileFieldTest.php
- Tests migration of user profile fields.
- MigrateUserProfileValuesTest::testUserProfileValues in core/modules/user/src/Tests/Migrate/d6/MigrateUserProfileValuesTest.php
- Tests Drupal 6 profile values to Drupal 8 migration.
- MigrateUserRoleTest::assertEntity in core/modules/user/src/Tests/Migrate/d7/MigrateUserRoleTest.php
- Asserts aspects of a user role config entity.
- MigrateUserRoleTest::testUserRole in core/modules/user/src/Tests/Migrate/d6/MigrateUserRoleTest.php
- Tests user role migration.
- 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.
- MigrateViewModesTest::testViewModes in core/modules/node/src/Tests/Migrate/d6/MigrateViewModesTest.php
- Tests Drupal 6 view modes to Drupal 8 migration.
- MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay in core/modules/taxonomy/src/Tests/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
- Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
- MigrateVocabularyEntityFormDisplayTest::testVocabularyEntityFormDisplay in core/modules/taxonomy/src/Tests/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php
- Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
- MigrateVocabularyFieldInstanceTest::testVocabularyFieldInstance in core/modules/taxonomy/src/Tests/Migrate/d6/MigrateVocabularyFieldInstanceTest.php
- Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
- MigrateVocabularyFieldTest::testVocabularyField in core/modules/taxonomy/src/Tests/Migrate/d6/MigrateVocabularyFieldTest.php
- Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
- MimeTypeTest::testFileMimeTypeDetection in core/modules/system/src/Tests/File/MimeTypeTest.php
- Test mapping of mimetypes from filenames.
- MiniPagerTest::testMiniPagerRender in core/modules/views/src/Tests/Plugin/MiniPagerTest.php
- Tests the rendering of mini pagers.
- ModuleTest::testLoadFunctions in core/modules/views/src/Tests/ModuleTest.php
- Tests the load wrapper/helper functions.
- ModuleTest::testViewsFetchPluginNames in core/modules/views/src/Tests/ModuleTest.php
- Tests the \Drupal\views\Views::fetchPluginNames() method.
- NameMungingTest::testMungeIgnoreInsecure in core/modules/system/src/Tests/File/NameMungingTest.php
- If the system.file.allow_insecure_uploads setting evaluates to true, the file should
come out untouched, no matter how evil the filename.
- NameMungingTest::testMungeIgnoreWhitelisted in core/modules/system/src/Tests/File/NameMungingTest.php
- White listed extensions are ignored by file_munge_filename().
- NameMungingTest::testUnMunge in core/modules/system/src/Tests/File/NameMungingTest.php
- Ensure that unmunge gets your name back.
- NodeAccessBaseTableTest::assertTaxonomyPage in core/modules/node/src/Tests/NodeAccessBaseTableTest.php
- Checks taxonomy/term listings to ensure only accessible nodes are listed.
- NodeAccessGrantsCacheContextTest::assertUserCacheContext in core/modules/node/src/Tests/NodeAccessGrantsCacheContextTest.php
- Asserts that for each given user, the expected cache context is returned.
- NodeBuilderTest::testBuilder in core/modules/node/src/Tests/Migrate/d7/NodeBuilderTest.php
- 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.
- NodeEditFormTest::testNodeEditAuthoredBy in core/modules/node/src/Tests/NodeEditFormTest.php
- Tests changing a node's "authored by" field.
- NumberItemTest::testNumberItem in core/modules/field/src/Tests/Number/NumberItemTest.php
- Tests using entity fields of the number field type.
- OptionsFieldUITest::assertAllowedValuesInput in core/modules/options/src/Tests/OptionsFieldUITest.php
- Tests a string input for the 'allowed values' form element.
- OptionsFloatFieldImportTest::testImport in core/modules/options/src/Tests/OptionsFloatFieldImportTest.php
- Tests that importing list_float fields works.
- PageCacheTagsTestBase::verifyPageCache in core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php
- Verify that when loading a given page, it's a page cache hit or miss.
- PageCacheTest::testPageCacheTags in core/modules/page_cache/src/Tests/PageCacheTest.php
- Test that cache tags are properly persisted.
- PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders in core/modules/page_cache/src/Tests/PageCacheTest.php
- Test that the page cache doesn't depend on cacheability headers.
- PagerKernelTest::testSetPagerMethods in core/modules/views/src/Tests/Plugin/PagerKernelTest.php
- Tests pager-related setter methods on ViewExecutable.
- PluginBaseTest::testViewsTokenReplace in core/modules/views/src/Tests/Plugin/PluginBaseTest.php
- Test that the token replacement in views works correctly.
- PluginBaseTest::testViewsTokenReplaceWithDots in core/modules/views/src/Tests/Plugin/PluginBaseTest.php
- Test that the token replacement in views works correctly with dots.
- PluginBaseTest::testViewsTokenReplaceWithTwigTokens in core/modules/views/src/Tests/Plugin/PluginBaseTest.php
- Tests viewsTokenReplace without any twig tokens.
- ProfileValuesBuilderTest::testBuilder in core/modules/user/src/Tests/Migrate/d6/ProfileValuesBuilderTest.php
- Tests that profile fields are merged into the d6_profile_values migration's
process pipeline by the d6_profile_values builder.
- QuickEditIntegrationLoadingTest::testUsersWithoutPermission in core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php
- Test loading of untransformed text when a user doesn't have access to it.
- QuickEditIntegrationLoadingTest::testUserWithPermission in core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php
- Test loading of untransformed text when a user does have access to it.
- QuickEditIntegrationTest::testAttachments in core/modules/editor/src/Tests/QuickEditIntegrationTest.php
- Tests in-place editor attachments when the Editor module is present.
- 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::testImageField in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
- Tests that Quick Edit can handle an image field.
- QuickEditLoadingTest::testTitleBaseField in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
- Tests the loading of Quick Edit for the title base field.
- QuickEditLoadingTest::testUserWithoutPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
- Test the loading of Quick Edit when a user doesn't have access to it.
- QuickEditLoadingTest::testUserWithPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
- Tests the loading of Quick Edit when a user does have access to it.
- ReadTest::testRead in core/modules/rest/src/Tests/ReadTest.php
- Tests several valid and invalid read requests on all entity types.
- RegistryTest::testMultipleSubThemes in core/modules/system/src/Tests/Theme/RegistryTest.php
- Tests the theme registry with multiple subthemes.
- RegistryTest::testSuggestionPreprocessFunctions in core/modules/system/src/Tests/Theme/RegistryTest.php
- Tests the theme registry with suggestions.
- RegressionTest::testDBFieldExists in core/modules/system/src/Tests/Database/RegressionTest.php
- Tests the db_field_exists() function.
- RegressionTest::testDBIndexExists in core/modules/system/src/Tests/Database/RegressionTest.php
- Tests the db_index_exists() function.
- RegressionTest::testDBTableExists in core/modules/system/src/Tests/Database/RegressionTest.php
- Tests the db_table_exists() function.
- RegressionTest::testRegression_310447 in core/modules/system/src/Tests/Database/RegressionTest.php
- Ensures that non-ASCII UTF-8 data is stored in the database properly.
- RelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData in core/modules/taxonomy/src/Tests/Views/RelationshipNodeTermDataTest.php
- RelationshipUserFileDataTest::testViewsHandlerRelationshipUserFileData in core/modules/file/src/Tests/Views/RelationshipUserFileDataTest.php
- Tests using the views file relationship.
- RelationshipUserImageDataTest::testViewsHandlerRelationshipUserImageData in core/modules/image/src/Tests/Views/RelationshipUserImageDataTest.php
- Tests using the views image relationship.
- RenderElementTypesTest::assertElements in core/modules/system/src/Tests/Common/RenderElementTypesTest.php
- Asserts that an array of elements is rendered properly.
- RenderWebTest::testWrapperFormatCacheContext in core/modules/system/src/Tests/Common/RenderWebTest.php
- Asserts the cache context for the wrapper format is always present.
- ResponseTest::testFormResponse in core/modules/system/src/Tests/Form/ResponseTest.php
- Tests that enforced responses propagate through subscribers and middleware.
- RESTTestBase::assertResponseBody in core/modules/rest/src/Tests/RESTTestBase.php
- Check to see if the HTTP request response body is identical to the expected
value.
- RouterTest::testUrlGeneratorFront in core/modules/system/src/Tests/Routing/RouterTest.php
- Checks the generate method on the url generator using the front router.
- SchemaCheckTraitTest::testTrait in core/modules/config/src/Tests/SchemaCheckTraitTest.php
- Tests \Drupal\Core\Config\Schema\SchemaCheckTrait.
- SchemaTest::assertFieldChange in core/modules/system/src/Tests/Database/SchemaTest.php
- Asserts that a field can be changed from one spec to another.
- SchemaTest::testSchema in core/modules/system/src/Tests/Database/SchemaTest.php
- Tests database interactions.
- SearchConfigSettingsFormTest::assertDefaultSearch in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
- Checks that the default search page matches expectations.
- SearchConfigSettingsFormTest::testDefaultSearchPageOrdering in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
- Tests the ordering of search pages on a clean install.
- SearchConfigSettingsFormTest::testMultipleSearchPages in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
- Tests multiple search pages of the same type.
- SearchSimplifyTest::testSearchSimplifyUnicode in core/modules/search/src/Tests/SearchSimplifyTest.php
- Tests that all Unicode characters simplify correctly.
- SerializationTest::testSerializerComponentRegistration in core/modules/serialization/src/Tests/SerializationTest.php
- Confirms that modules can register normalizers and encoders.
- SessionHttpsTest::getPathFromLocationHeader in core/modules/system/src/Tests/Session/SessionHttpsTest.php
- Extract internal path from the location header on the response.
- SessionTest::assertSessionEmpty in core/modules/system/src/Tests/Session/SessionTest.php
- Assert whether $_SESSION is empty at the beginning of the request.
- ShortcutSetsTest::testShortcutSetAdd in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
- Tests creating a shortcut set.
- ShortcutSetsTest::testShortcutSetEdit in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
- Tests editing a shortcut set.
- SimpleTestTest::stubTest in core/modules/simpletest/src/Tests/SimpleTestTest.php
- Test to be run and the results confirmed.
- SqlBaseTest::testConnectionTypes in core/modules/migrate/src/Tests/SqlBaseTest.php
- Test different connection types.
- SqlQueryTest::testExecuteMetadata in core/modules/views/src/Tests/Plugin/SqlQueryTest.php
- Tests adding some metadata/tags to the views query.
- StatisticsLoggingTest::testLogging in core/modules/statistics/src/Tests/StatisticsLoggingTest.php
- Verifies node hit counter logging and script placement.
- StorageTestBase::testCRUD in core/modules/system/src/Tests/KeyValueStore/StorageTestBase.php
- Tests CRUD operations.
- StorageTestBase::testNonExistingKeys in core/modules/system/src/Tests/KeyValueStore/StorageTestBase.php
- Tests expected behavior for non-existing keys.
- StorageTestBase::testRename in core/modules/system/src/Tests/KeyValueStore/StorageTestBase.php
- Tests the rename operation.
- StyleMappingTest::mappedOutputHelper in core/modules/views/src/Tests/Plugin/StyleMappingTest.php
- Tests the mapping of fields.
- StyleSerializerTest::testFieldRawOutput in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
- Tests the raw output options for row field rendering.
- StyleSerializerTest::testSerializerResponses in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
- Checks the behavior of the Serializer callback paths and row plugins.
- StyleSerializerTest::testSerializerViewsUI in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
- Tests the views interface for REST export displays.
- StyleSerializerTest::testUIFieldAlias in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
- Test the field ID alias functionality of the DataFieldRow plugin.
- StyleTableUnitTest::testTable in core/modules/views/src/Tests/Plugin/StyleTableUnitTest.php
- Tests the table style.
- StyleUnformattedTest::testDefaultRowClasses in core/modules/views/src/Tests/Plugin/StyleUnformattedTest.php
- Make sure that the default css classes works as expected.
- SystemMenuBlockTest::testConfigLevelDepth in core/modules/system/src/Tests/Block/SystemMenuBlockTest.php
- Tests the config start level and depth.
- SystemMenuBlockTest::testSystemMenuBlockConfigDependencies in core/modules/system/src/Tests/Block/SystemMenuBlockTest.php
- Tests calculation of a system menu block's configuration dependencies.
- TaxonomyIndexTidUiTest::testExposedFilter in core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php
- Tests exposed taxonomy filters.
- TaxonomyIndexTidUiTest::testFilterUI in core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php
- Tests the filter UI.
- TemplateTest::testGetTemplateByName in core/modules/migrate/src/Tests/TemplateTest.php
- Tests retrieving a template by name.
- TemplateTest::testTemplates in core/modules/migrate/src/Tests/TemplateTest.php
- Test different connection types.
- TermEntityReferenceTest::testSelectionTestVocabularyRestriction in core/modules/taxonomy/src/Tests/TermEntityReferenceTest.php
- Tests an entity reference field restricted to a single vocabulary.
- TextSummaryTest::assertTextSummary in core/modules/text/src/Tests/TextSummaryTest.php
- Calls text_summary() and asserts that the expected teaser is returned.
- ThemeInfoTest::testStylesheets in core/modules/system/src/Tests/Theme/ThemeInfoTest.php
- Tests stylesheets-remove.
- 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.
- ThemeSettingsTest::testDefaultConfig in core/modules/system/src/Tests/Theme/ThemeSettingsTest.php
- Tests that $theme.settings are imported and used as default theme settings.
- ThemeTest::testListThemes in core/modules/system/src/Tests/Theme/ThemeTest.php
- Test the listInfo() function.
- ThemeTest::testThemeDataTypes in core/modules/system/src/Tests/Theme/ThemeTest.php
- Test that _theme() returns expected data types.
- TokenReplaceTest::testTokenReplacement in core/modules/views/src/Tests/TokenReplaceTest.php
- Tests core token replacements generated from a view.
- TourPluginTest::testTourPlugins in core/modules/tour/src/Tests/TourPluginTest.php
- Test tour plugins.
- TrackerTest::assertHistoryMetadata in core/modules/tracker/src/Tests/TrackerTest.php
- Passes if the appropriate history metadata exists.
- TransactionTest::testCommittedTransaction in core/modules/system/src/Tests/Database/TransactionTest.php
- Tests a committed transaction.
- TransactionTest::testTransactionRollBackNotSupported in core/modules/system/src/Tests/Database/TransactionTest.php
- Tests transaction rollback on a database that doesn't support transactions.
- TwigExtensionTest::testsRenderEscapedZeroValue in core/modules/system/src/Tests/Theme/TwigExtensionTest.php
- Tests output of integer and double 0 values of TwigExtension::escapeFilter().
- TwigExtensionTest::testsRenderZeroValue in core/modules/system/src/Tests/Theme/TwigExtensionTest.php
- Tests output of integer and double 0 values of TwigExtension->renderVar().
- 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.
- UncaughtExceptionTest::testLoggerException in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
- Tests fallback to PHP error log when an exception is thrown while logging.
- UpdateComplexTest::testBetweenConditionUpdate in core/modules/system/src/Tests/Database/UpdateComplexTest.php
- Tests BETWEEN conditional clauses.
- UpdateComplexTest::testInConditionUpdate in core/modules/system/src/Tests/Database/UpdateComplexTest.php
- Tests WHERE IN clauses.
- UpdateComplexTest::testLikeConditionUpdate in core/modules/system/src/Tests/Database/UpdateComplexTest.php
- Tests LIKE conditionals.
- UpdateComplexTest::testNotInConditionUpdate in core/modules/system/src/Tests/Database/UpdateComplexTest.php
- Tests WHERE NOT IN clauses.
- UpdateComplexTest::testOrConditionUpdate in core/modules/system/src/Tests/Database/UpdateComplexTest.php
- Tests updates with OR conditionals.
- UpdateComplexTest::testUpdateExpression in core/modules/system/src/Tests/Database/UpdateComplexTest.php
- Tests UPDATE with expression values.
- UpdateComplexTest::testUpdateOnlyExpression in core/modules/system/src/Tests/Database/UpdateComplexTest.php
- Tests UPDATE with only expression values.
- UpdatePostUpdateFailingTest::testPostUpdate in core/modules/system/src/Tests/Update/UpdatePostUpdateFailingTest.php
- Tests hook_post_update_NAME().
- UpdatePostUpdateTest::testPostUpdate in core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php
- Tests hook_post_update_NAME().
- UpdateTest::testExpressionUpdate in core/modules/system/src/Tests/Database/UpdateTest.php
- Tests updating with expressions.
- UpdateTest::testMultiGTUpdate in core/modules/system/src/Tests/Database/UpdateTest.php
- Confirms that we can update multiple records with a non-equality condition.
- UpdateTest::testMultiUpdate in core/modules/system/src/Tests/Database/UpdateTest.php
- Confirms that we can update multiple records successfully.
- UpdateTest::testPrimaryKeyUpdate in core/modules/system/src/Tests/Database/UpdateTest.php
- Confirm that we can update the primary key of a record successfully.
- UpdateTest::testSimpleNullUpdate in core/modules/system/src/Tests/Database/UpdateTest.php
- Confirms updating to NULL.
- UpdateTest::testSimpleUpdate in core/modules/system/src/Tests/Database/UpdateTest.php
- Confirms that we can update a single record successfully.
- UpdateTest::testSpecialColumnUpdate in core/modules/system/src/Tests/Database/UpdateTest.php
- Confirm that we can update values in a column with special name.
- UpdateTest::testUpdateAffectedRows in core/modules/system/src/Tests/Database/UpdateTest.php
- Tests return value on update.
- UpdateTest::testWhereAndConditionUpdate in core/modules/system/src/Tests/Database/UpdateTest.php
- Confirms that we can stack condition and where calls.
- UpdateTest::testWhereUpdate in core/modules/system/src/Tests/Database/UpdateTest.php
- Confirms that we can update multiple records with a where call.
- UrlAlterFunctionalTest::assertUrlInboundAlter in core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php
- Assert that a inbound path is altered to an expected value.
- UrlAlterFunctionalTest::assertUrlOutboundAlter in core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php
- Assert that an outbound path is altered to an expected value.
- UrlRewritingTest::testRelativeFileURL in core/modules/system/src/Tests/File/UrlRewritingTest.php
- Test file_url_transform_relative().
- UrlTest::testFormUrl in core/modules/system/src/Tests/Form/UrlTest.php
- Tests that #type 'url' fields are properly validated and trimmed.
- UsageTest::testRemoveUsage in core/modules/file/src/Tests/UsageTest.php
- Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::delete().
- UserAccountFormFieldsTest::testUserEditForm in core/modules/user/src/Tests/UserAccountFormFieldsTest.php
- Tests the user edit form.
- UserLoginTest::testPasswordRehashOnLogin in core/modules/user/src/Tests/UserLoginTest.php
- Test that user password is re-hashed upon login after changing $count_log2.
- UserMigrationBuilderTest::testBuilder in core/modules/user/src/Tests/Migrate/d7/UserMigrationBuilderTest.php
- Tests that profile fields are merged into the d6_profile_values migration's
process pipeline by the d6_profile_values builder.
- UserPermissionsTest::testUserPermissionChanges in core/modules/user/src/Tests/UserPermissionsTest.php
- Test changing user permissions through the permissions page.
- UserRoleAdminTest::testRoleWeightOrdering in core/modules/user/src/Tests/UserRoleAdminTest.php
- Test user role weight change operation and ordering.
- UuidFormatterTest::testUuidStringFormatter in core/modules/field/src/Tests/String/UuidFormatterTest.php
- Tests string formatter output.
- ViewEditTest::testOtherOptions in core/modules/views_ui/src/Tests/ViewEditTest.php
- Tests the machine name and administrative comment forms.
- ViewExecutableTest::assertViewDestroy in core/modules/views/src/Tests/ViewExecutableTest.php
- Asserts that expected view properties have been unset by destroy().
- ViewExecutableTest::testInitMethods in core/modules/views/src/Tests/ViewExecutableTest.php
- Tests the initDisplay() and initHandlers() methods.
- 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::testValidateNestedLoops in core/modules/views/src/Tests/ViewExecutableTest.php
- Tests that nested loops of the display handlers won't break validation.
- ViewsFormTest::testFormWrapper in core/modules/views/src/Tests/Plugin/ViewsFormTest.php
- Tests the Views form wrapper.
- ViewStorageTest::createTests in core/modules/views/src/Tests/ViewStorageTest.php
- Tests creating configuration entities.
- ViewStorageTest::loadTests in core/modules/views/src/Tests/ViewStorageTest.php
- Tests loading configuration entities.
- ViewStorageTest::testCreateDuplicate in core/modules/views/src/Tests/ViewStorageTest.php
- Tests the createDuplicate() View method.
- VocabularyCrudTest::testTaxonomyVocabularyLoadMultiple in core/modules/taxonomy/src/Tests/VocabularyCrudTest.php
- Tests for loading multiple vocabularies.
- WebTestBase::drupalPostAjaxForm in core/modules/simpletest/src/WebTestBase.php
- Executes an Ajax form submission.
- XssUnitTest::testBadProtocolStripping in core/modules/system/src/Tests/Common/XssUnitTest.php
- Checks that harmful protocols are stripped.