351 calls to TestBase::assertFalse()

AccessPermissionTest::testAccessPerm in drupal/core/modules/user/lib/Drupal/user/Tests/Views/AccessPermissionTest.php
Tests perm access plugin.
AccessRoleTest::testAccessRole in drupal/core/modules/user/lib/Drupal/user/Tests/Views/AccessRoleTest.php
Tests role access plugin.
AccessTest::testStaticAccessPlugin in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/AccessTest.php
Tests static access check.
AggregatorRenderingTest::testBlockLinks in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
Adds a feed block to the page and checks its links.
AlterTest::testAlterChangeFields in drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php
Tests that we can alter the fields of a query.
AreaTitleTest::testTitleText in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTitleTest.php
Tests the title area handler.
ArgumentNullTest::testAreaText in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentNullTest.php
ArgumentValidateTest::testArgumentValidateUserEither in drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentValidateTest.php
ArgumentValidateTest::testArgumentValidateUserName in drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentValidateTest.php
ArgumentValidateTest::testArgumentValidateUserUid in drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentValidateTest.php
ArgumentValidatorTest::testArgumentValidateNumeric in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentValidatorTest.php
ArgumentValidatorTest::testArgumentValidatePhp in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentValidatorTest.php
BareMinimalUpgradePathTest::testBasicMinimalUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php
Tests a successful major version release upgrade.
BareStandardUpgradePathTest::testBasicStandardUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareStandardUpgradePathTest.php
Tests a successful major version release upgrade.
BasicTest::testWizardDefaultValues in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/BasicTest.php
Tests default plugin values are populated from the wizard form.
BlockStorageUnitTest::deleteTests in drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php
Tests the deleting of blocks.
BlockTest::testBlockModuleDisable in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Tests blocks belonging to disabled modules.
BookTest::testBookNodeTypeChange in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
BreakpointAPITest::testConfigName in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointAPITest.php
Test Breakpoint::buildConfigName().
BreakpointCRUDTest::testBreakpointCRUD in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointCRUDTest.php
Test CRUD operations for breakpoints.
BreakpointGroupAPITest::testConfigName in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupAPITest.php
Test Breakpoint::buildConfigName().
BreakpointGroupCRUDTest::testBreakpointGroupCRUD in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupCRUDTest.php
Test CRUD operations for breakpoint groups.
BreakpointThemeTest::testThemeBreakpointGroup in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php
Test the breakpoints defined by the custom group.
BreakpointThemeTest::testThemeBreakpointGroupModule in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php
Test the breakpoints defined by the custom group in the module.
BreakpointThemeTest::testThemeBreakpoints in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php
Test the breakpoints provided by a theme.
BulkDeleteTest::testDeleteFieldInstance in drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
BulkFormTest::testBulkForm in drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php
Tests the bulk form.
BulkFormTest::testBulkForm in drupal/core/modules/node/lib/Drupal/node/Tests/Views/BulkFormTest.php
Tests the node bulk form.
BulkFormTest::testBulkForm in drupal/core/modules/user/lib/Drupal/user/Tests/Views/BulkFormTest.php
Tests the user bulk form.
BundleTest::testBundleRegistrationDynamic in drupal/core/modules/system/lib/Drupal/system/Tests/Bundle/BundleTest.php
Tests that the DIC keeps up with module enable/disable in the same request.
CacheDecoratorLanguageTest::testCacheDecoratorLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php
Check the translations of the cached plugin definitions.
CacheTest::testHeaderStorage in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CacheTestBase::assertCacheRemoved in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/CacheTestBase.php
Asserts that a cache entry has been removed.
CKEditorAdminTest::testAdmin in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorAdminTest.php
CKEditorLoadingTest::testLoading in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
ClearTest::testFlushAllCaches in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/ClearTest.php
Tests drupal_flush_all_caches().
CommentAnonymousTest::testAnonymous in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php
Tests comment approval functionality through the node interface.
CommentAttributesTest::testNumberOfCommentsRdfaMarkup in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php
Tests the presence of the RDFa markup for the number of comments.
CommentContentRebuildTest::testCommentRebuild in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentContentRebuildTest.php
Tests the rebuilding of comment's content arrays on calling comment_view().
CommentCSSTest::testCommentClasses in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php
Tests CSS classes on comments.
CommentFieldsTest::testCommentEnable in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php
Tests that comment module works when enabled after a content module.
CommentInterfaceTest::testCommentInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentLinksTest::assertCommentLinks in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Asserts that comment links appear according to the passed environment.
CommentNodeChangesTest::testNodeDeletion in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeChangesTest.php
Tests that comments are deleted with the node.
CommentPagerTest::testCommentPaging in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentTokenReplaceTest::testCommentTokenReplacement in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
ConfigDiffTest::testDiff in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
ConfigEntityStatusTest::testCRUD in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityStatusTest.php
Tests the enabling/disabling of entities.
ConfigEntityTest::testCRUDUI in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigImporterTest::testDeleted in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Tests deletion of configuration during import.
ConfigImporterTest::testEmptyImportFails in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Tests that trying to import from an empty staging configuration directory fails.
ConfigImporterTest::testNew in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Tests creation of configuration during import.
ConfigImporterTest::testNoImport in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Tests omission of module APIs for bare configuration operations.
ConfigImporterTest::testUpdated in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Tests updating of configuration during import.
ConfigInstallTest::testModuleInstallation in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php
Tests module installation.
ConfigOverrideTest::testConfOverride in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigOverrideTest.php
Tests configuration override.
ConfigSnapshotTest::testSnapshot in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigSnapshotTest.php
Tests config snapshot creation and updating.
ConfigStorageTestBase::testCRUD in drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php
Tests storage controller CRUD operations.
ConfigUpgradeTest::testConfigurationUpdate in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigUpgradeTest.php
Tests update_variables_to_config().
ConfigurationTest::testActionConfiguration in drupal/core/modules/action/lib/Drupal/action/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ConnectionUnitTest::assertNoConnection in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php
Asserts that a connection ID does not exist.
ContactAuthenticatedUserTest::testContactSiteWideTextfieldsLoggedInTestCase in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactAuthenticatedUserTest.php
Tests that name and email fields are not present for authenticated users.
ContactSitewideTest::deleteCategories in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Deletes all categories.
ContactUpgradePathTest::testContactUpgrade in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactUpgradePathTest.php
Tests upgrade of contact table to configuration entities.
CopyTest::testExistingError in drupal/core/modules/file/lib/Drupal/file/Tests/CopyTest.php
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
CreateTest::testCreate in drupal/core/modules/rest/lib/Drupal/rest/Tests/CreateTest.php
Tests several valid and invalid create requests on all entity types.
CrudTest::testCreateFieldFail in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test failure to create a field.
CrudTest::testCRUD in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CrudTest.php
Tests inserting, loading, updating, and deleting RDF mappings.
CustomBlockBuildContentTest::testCustomBlockRebuildContent in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockBuildContentTest.php
Ensures that content is rebuilt in calls to custom_block_build_content().
CustomBlockCreationTest::testFailedBlockCreation in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php
Verifies that a transaction rolls back the failed creation.
DatabaseStorageExpirableTest::testCRUDWithExpiration in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php
Tests CRUD functionality with expiration.
DatabaseStorageExpirableTest::testExpiration in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php
Tests data expiration.
DateTimePlusIntlTest::testDateTimestampIntl in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusIntlTest.php
Tests that PHP and Intl default formats are equivalent.
DeleteTest::testDelete in drupal/core/modules/rest/lib/Drupal/rest/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
DeleteTest::testInUse in drupal/core/modules/file/lib/Drupal/file/Tests/DeleteTest.php
Tries deleting a file that is in use.
DeleteTest::testUnused in drupal/core/modules/file/lib/Drupal/file/Tests/DeleteTest.php
Tries deleting a normal file (as opposed to a directory, symlink, etc).
DependencyMissingTest::testMissingUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyMissingTest.php
DirectoryTest::testFileCheckDirectoryHandling in drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php
Test directory handling functions.
DisplayBlockTest::testDeleteBlockDisplay in drupal/core/modules/block/lib/Drupal/block/Tests/Views/DisplayBlockTest.php
Tests removing a block display.
DisplayPageTest::testPageRouterItems in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php
Checks that the router items are properly registered
DisplayTest::testDisableDisplay in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests disabling of a display.
DisplayTest::testDisplayPlugin in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testFilterGroupsOverriding in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
Tests the overriding of filter_groups.
DrupalKernelTest::testCompileDIC in drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php
Tests DIC compilation.
DrupalUnitTestBaseTest::testEnableModulesInstall in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected installation behavior of enableModules().
DrupalUnitTestBaseTest::testEnableModulesLoad in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected load behavior of enableModules().
DrupalUnitTestBaseTest::testInstallConfig in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected behavior of installConfig().
DrupalUnitTestBaseTest::testInstallSchema in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected behavior of installSchema().
DrupalUnitTestBaseTest::testSetUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected behavior of setUp().
EditLoadingTest::testUserWithoutPermission in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php
Test the loading of Edit when a user doesn't have access to it.
EditLoadingTest::testUserWithPermission in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php
Tests the loading of Edit when a user does have access to it.
EditorLoadingTest::testLoading in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php
Tests loading of text editors.
ElementsLabelsTest::testFormLabels in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsLabelsTest.php
Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed.
ElementsTableSelectTest::testMultipleFalseOptionchecker in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Test the whether the option checker gives an error on invalid tableselect values for radios.
ElementsTableSelectTest::testMultipleTrueOptionchecker in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Test the whether the option checker gives an error on invalid tableselect values for checkboxes.
ElementsVerticalTabsTest::testWrapperNotShownWhenEmpty in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php
Ensures that vertical tab markup is not shown if user has no tab access.
EntityApiInfoTest::testEntityInfoChanges in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiInfoTest.php
Ensures entity info cache is updated after changes.
EntityBCDecoratorTest::testBCDecorator in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityBCDecoratorTest.php
Tests using the entity BC decorator with entity properties.
EntityCrudHookTest::testEntityNGRollback in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php
Tests rollback from failed insert in EntityNG.
EntityDisplayTest::testDeleteFieldInstance in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests deleting field instance.
EntityDisplayTest::testEntityGetDisplay in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests entity_get_display().
EntityDisplayTest::testFieldComponent in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests the behavior of a field component within an EntityDisplay object.
EntityDisplayTest::testRenameDeleteBundle in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests renaming and deleting a bundle.
EntityFieldTest::assertReadWrite in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityFormDisplayTest::testEntityGetFromDisplay in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityFormDisplayTest.php
Tests entity_get_form_display().
EntityFormDisplayTest::testFieldComponent in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityFormDisplayTest.php
Tests the behavior of a field component within an EntityFormDisplay object.
EntityFormTest::assertFormCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php
Executes the form CRUD tests for the given entity type.
EntityLabelTest::testEntityLabel in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityLabelTest.php
Tests label key and label callback of an entity.
EntityManagerTest::testMethods in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityManagerTest.php
Tests some methods on the manager.
EntityQueryTest::testCount in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
Test entity count query.
EntityReferenceAutoCreateTest::testAutoCreate in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php
Assert creation on a new entity.
EntityReferenceItemTest::testEntityReferenceFieldSchema in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceItemTest.php
Tests foreign key support.
EntityTranslationTest::assertEntityLanguageMethods in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php
Executes the entity language method tests for the given entity type.
EntityTranslationUITest::assertOutdatedStatus in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests up-to-date status tracking.
EntityTranslationUITest::assertPublishedStatus in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests the translation publishing status.
FeedFetcherPluginTest::testfetch in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php
Test fetching functionality.
FieldAccessTest::testFieldAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/FieldAccessTest.php
Tests hook_entity_field_access() and hook_entity_field_access_alter().
FieldAttachOtherTest::testFieldAttachCache in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field cache.
FieldAttachOtherTest::testFieldAttachExtractFormValues in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_extract_form_values().
FieldAttachOtherTest::testFieldAttachForm in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_form().
FieldAttachOtherTest::testFieldAttachPrepareViewMultiple in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Tests the 'multiple entity' behavior of field_attach_prepare_view().
FieldAttachOtherTest::testFieldAttachValidate in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_validate().
FieldAttachStorageTest::testEntityDeleteBundle in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Test entity_bundle_delete().
FieldImportCreateTest::testImportCreateDefault in drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php
Tests creating fields and instances during default config import.
FieldImportDeleteTest::testImportDelete in drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportDeleteTest.php
Tests deleting fields and instances as part of config import.
FieldInfoTest::testFieldInfo in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that field types and field definitions are correctly cached.
FieldInstanceCrudTest::testDeleteFieldInstance in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php
Test the deletion of a field instance.
FieldSqlStorageTest::testFieldAttachInsertAndUpdate in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Reads mysql to verify correct data is written when using insert and update.
FieldSqlStorageTest::testFieldAttachLoad in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Uses the mysql tables and records to verify field_load_revision works correctly.
FieldSqlStorageTest::testFieldUpdateIndexesWithData in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Test adding and removing indexes while data is present.
FieldUIUpgradePathTest::testFieldUIPermissions in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUIUpgradePathTest.php
Tests Field UI permissions upgrade path.
FieldUnitTest::testClickSortable in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php
Tests whether the filters are click sortable as expected.
FieldUnitTest::testIsValueEmpty in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php
Tests views_handler_field::isValueEmpty().
FieldUpgradePathTest::testFieldUpgradeToConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUpgradePathTest.php
Tests migration of field and instance definitions to config.
FieldWebTest::testFieldClasses in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php
Tests the field/label/wrapper classes.
FieldWebTest::testTextRendering in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php
Tests trimming/read-more/ellipses.
FileFieldTestBase::assertFileEntryNotExists in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php
Asserts that a file does not exist in the database.
FileFieldTestBase::assertFileNotExists in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php
Asserts that a file does not exist on disk.
FileMoveTest::testNormal in drupal/core/modules/system/lib/Drupal/system/Tests/Image/FileMoveTest.php
Tests moving a randomly generated image.
FileTokenReplaceTest::testFileTokenReplacement in drupal/core/modules/file/lib/Drupal/file/Tests/FileTokenReplaceTest.php
Creates a file, then tests the tokens generated from it.
FilledMinimalUpgradePathTest::testFilledMinimalUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledMinimalUpgradePathTest.php
Tests a successful point release update.
FilledStandardUpgradePathTest::testFilledStandardUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledStandardUpgradePathTest.php
Tests a successful point release update.
FilterAdminTest::testFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterFormatAccessTest::testFormatPermissions in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FilterFormatAccessTest::testFormatRoles in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
Tests if text format is available to a role.
FilterNumericTest::testAllowEmpty in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterNumericTest.php
FloodTest::testCleanUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/FloodTest.php
Test flood control mechanism clean-up.
FloodTest::testMemoryBackend in drupal/core/modules/system/lib/Drupal/system/Tests/System/FloodTest.php
Test flood control memory backend.
FormCacheTest::testCacheToken in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormCacheTest.php
Tests the form cache with a logged-in user.
FormTest::testFieldFormAccess in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests fields with no 'edit' access.
FormTest::testRequiredFields in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Check several empty values for required forms elements.
ForumTest::deleteForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Deletes a forum.
ForumTest::testEnableForumField in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Tests disabling and re-enabling the Forum module.
FrameworkTest::testLazyLoad in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrontPageTest::assertNotInResultSet in drupal/core/modules/node/lib/Drupal/node/Tests/Views/FrontpageTest.php
Verifies that an amount of nids aren't in the result.
GenericCacheBackendUnitTestBase::testDeleteAll in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::deleteAll().
GenericCacheBackendUnitTestBase::testDeleteTags in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::deleteTags().
GenericCacheBackendUnitTestBase::testGetMultiple in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
GenericCacheBackendUnitTestBase::testInvalidateAll in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::invalidateAll().
GenericCacheBackendUnitTestBase::testInvalidateTags in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::invalidateTags().
GenericCacheBackendUnitTestBase::testIsEmpty in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::isEmpty().
GenericCacheBackendUnitTestBase::testSetGet in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
GetFilenameUnitTest::testDrupalGetFilename in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/GetFilenameUnitTest.php
Tests that drupal_get_filename() works when the file is not in database.
HandlerArgumentUserUidTest::testArgumentTitle in drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerArgumentUserUidTest.php
Tests the generated title of an user: uid argument.
HandlerFieldRoleTest::testRole in drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFieldRoleTest.php
HandlerTest::testAccess in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests access to a handler.
HandlerTest::testSetRelationship in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests the relationship method on the base class.
HandlerTest::testUICRUD in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/HandlerTest.php
Tests UI CRUD.
HtmlToTextTest::testDrupalHtmlToTextBlockTagToNewline in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Test that text separated by block-level tags in HTML get separated by (at least) a newline in the plaintext version.
ImageAdminStylesTest::testConfigImport in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
ImageAdminStylesTest::testStyle in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageDimensionsTest::testImageDimensions in drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageFieldDisplayTest::testImageFieldDefaultImage in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageStylesPathAndUrlTest::_testImageStyleUrlAndPath in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php
Tests image_style_url().
InfoAlterTest::testSystemInfoAlter in drupal/core/modules/system/lib/Drupal/system/Tests/System/InfoAlterTest.php
Tests that theme .info.yml data is rebuild after enabling a module.
InvalidDataTest::testInsertDuplicateData in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InvalidDataTest.php
Tests aborting of traditional SQL database systems with invalid data.
JavaScriptTest::testLibraryUnknown in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests non-existing libraries.
JavaScriptTest::testNoCache in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests drupal_add_js() sets preproccess to FALSE when cache is also FALSE.
LanguageConditionTest::testConditions in drupal/core/modules/language/lib/Drupal/language/Tests/Condition/LanguageConditionTest.php
Test the language condition.
LanguageConfigurationElementTest::testLanguageConfigurationElement in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php
Tests the language settings have been saved.
LanguageNegotiationInfoTest::testInfoAlterations in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguagePathMonolingualTest::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageUpgradePathTest::testLanguageNoPluralsUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Tests upgrading translations without plurals.
LanguageUpgradePathTest::testLanguagePermissionsUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Tests upgrading translations permissions.
LanguageUpgradePathTest::testLanguageUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Tests a successful upgrade.
LoadMultipleTest::testTaxonomyTermMultipleLoad in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LoadMultipleTest.php
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
LoadTest::testLoadInvalidStatus in drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php
Try to load a non-existent file by status.
LoadTest::testLoadMissingFid in drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php
Try to load a non-existent file by fid.
LoadTest::testLoadMissingFilepath in drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php
Try to load a non-existent file by URI.
LocaleConfigTranslationTest::testConfigTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleStringTest::testStringCRUDAPI in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php
Test CRUD API.
LocaleUninstallTest::testUninstallProcess in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php
Check if the values of the Locale variables are correct after uninstall.
LocaleUpdateTest::testEnableDisableLanguage in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests automatic translation import when a langauge is enabled.
LocaleUpdateTest::testEnableDisableModule in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests automatic translation import when a module is enabled.
LocaleUpdateTest::testUpdateProjects in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Checks if a list of translatable projects gets build.
LockFunctionalTest::testLockAcquire in drupal/core/modules/system/lib/Drupal/system/Tests/Lock/LockFunctionalTest.php
Confirms that we can acquire and release locks in two parallel requests.
LockUnitTest::testBackendLockRelease in drupal/core/modules/system/lib/Drupal/system/Tests/Lock/LockUnitTest.php
Tests backend release functionality.
MainContentFallbackTest::testMainContentFallback in drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php
Test availability of main content.
ManageDisplayTest::testNonInitializedFields in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Tests that field instances with no explicit display settings do not break.
ManageFieldsTest::addExistingField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests adding an existing field in another content type.
ManageFieldsTest::testHiddenFields in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that Field UI respects the 'no_ui' option in hook_field_info().
ManageFieldsTest::testLockedField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that Field UI respects locked fields.
MenuTest::deleteCustomMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Delete custom menu.
MiscUnitTest::testCheckMemoryLimit in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/MiscUnitTest.php
Tests that the drupal_check_memory_limit() function works as expected.
ModuleApiTest::testDependencyResolution in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test dependency resolution.
ModuleApiTest::testModuleImplements in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test module_implements() caching.
ModuleTest::testLoadFunctions in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Tests the load wrapper/helper functions.
ModuleTest::testStatusFunctions in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Tests view enable and disable procedural wrapper functions.
ModuleTest::testViewsGetHandler in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Tests the views_get_handler method.
ModuleTestBase::assertModuleConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Asserts that the default configuration of a module has been installed.
ModuleTestBase::assertModuleTablesDoNotExist in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestBase::assertNoModuleConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Asserts that no configuration exists for a given module.
ModuleTestBase::assertTableCount in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Assert there are tables that begin with the specified base table name.
MoveTest::testExistingError in drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
MoveTest::testExistingRename in drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php
Test renaming when moving onto a file that already exists.
MoveTest::testExistingReplace in drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php
Test replacement when moving onto a file that already exists.
MoveTest::testExistingReplaceSelf in drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php
Test replacement when moving onto itself.
MoveTest::testNormal in drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php
Move a normal file.
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks in drupal/core/modules/block/lib/Drupal/block/Tests/NewDefaultThemeBlocksTest.php
Check the enabled Bartik blocks are correctly copied over.
NodeBuildContentTest::testNodeRebuildContent in drupal/core/modules/node/lib/Drupal/node/Tests/NodeBuildContentTest.php
Ensures that content array is rebuilt on every call to node_build_content().
NodeConditionTest::testConditions in drupal/core/modules/node/lib/Drupal/node/Tests/Condition/NodeConditionTest.php
Tests conditions.
NodeCreationTest::testFailedPageCreation in drupal/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php
Verifies that a transaction rolls back the failed creation.
NodeRevisionPermissionsTest::testNodeRevisionAccessAnyType in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionPermissionsTest.php
Tests general revision access permissions.
NodeRevisionPermissionsTest::testNodeRevisionAccessPerType in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionPermissionsTest.php
Tests revision access permissions for a specific content type.
NodeRevisionsAllTestCase::testRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsAllTestCase.php
Checks node revision operations.
NodeRevisionsTest::testRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Checks node revision related operations.
NodeTokenReplaceTest::testNodeTokenReplacement in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTokenReplaceTest.php
Creates a node, then tests the tokens generated from it.
NodeTypeInitialLanguageTest::testLanguageFieldVisibility in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php
Tests language field visibility features.
NormalizeTest::testNormalize in drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizeTest.php
Tests the normalize function.
OptionsFieldUITest::testOptionsAllowedValuesBoolean in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Options (boolean) : test 'On/Off' values input.
OptionsWidgetsTest::testSelectListMultiple in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
PageCacheTest::testConditionalRequests in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testPageCache in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests cache headers.
PageCacheTest::testPageCompression in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests page compression.
PagerTest::assertPagerItems in drupal/core/modules/system/lib/Drupal/system/Tests/Pager/PagerTest.php
Asserts pager items and links.
PagerTest::testLimit in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php
Tests the some pager plugin.
PagerTest::testNoLimit in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php
Tests the none-pager-query.
PasswordHashingTest::testPasswordHashing in drupal/core/modules/system/lib/Drupal/system/Tests/System/PasswordHashingTest.php
Test password hashing.
PathAliasTest::testPathCache in drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php
Tests the path cache.
PhpConditionTest::testConditions in drupal/core/modules/php/lib/Drupal/php/Tests/Condition/PhpConditionTest.php
Tests conditions.
PluginBagTest::testPluginBag in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginBagTest.php
Tests the generic plugin bag.
QueryTest::queryMethodsTests in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php
Test methods provided by the QueryPluginBase.
QueueTest::queueTest in drupal/core/modules/system/lib/Drupal/system/Tests/Queue/QueueTest.php
Queues and dequeues a set of items to check the basic queue functionality.
ReadOnlyStreamWrapperTest::testWriteFunctions in drupal/core/modules/system/lib/Drupal/system/Tests/File/ReadOnlyStreamWrapperTest.php
Test write functionality of the read-only stream wrapper.
ReadTest::testRead in drupal/core/modules/rest/lib/Drupal/rest/Tests/ReadTest.php
Tests several valid and invalid read requests on all entity types.
RebuildTest::testMenuRebuildByVariable in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RebuildTest.php
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
RemoveFeedTest::testRemoveFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedTest.php
Removes a feed and ensures that all of its services are removed.
RenderTest::testDrupalRenderCache in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests caching of an empty render item.
RetrieveFileTest::testFileRetrieving in drupal/core/modules/system/lib/Drupal/system/Tests/System/RetrieveFileTest.php
Invokes system_retrieve_file() in several scenarios.
RowPluginTest::testRowPlugin in drupal/core/modules/node/lib/Drupal/node/Tests/Views/RowPluginTest.php
Tests the node row plugin.
SaveDataTest::testExistingError in drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php
Test that file_save_data() fails overwriting an existing file.
SchemaTest::testSchema in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Tests database interactions.
SchemaTest::testUnsignedColumns in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Tests creating unsigned columns and data integrity thereof.
SearchExcerptTest::testSearchExcerpt in drupal/core/modules/search/lib/Drupal/search/Tests/SearchExcerptTest.php
Tests search_excerpt() with several simulated search keywords.
SearchPageTextTest::testSearchText in drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SelectComplexTest::testCountQueryRemovals in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests that countQuery removes 'all_fields' statements and ordering clauses.
SelectComplexTest::testJoinSubquery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests that we can join on a query.
SessionHttpsTest::testHttpsSession in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php
SessionTest::testEmptyAnonymousSession in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Test that empty anonymous sessions are destroyed.
SessionTest::testSessionSaveRegenerate in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Tests for drupal_save_session() and drupal_session_regenerate().
SettingsTest::testEditUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/SettingsTest.php
Tests the settings for the edit ui.
ShortcutLinksTest::testShortcutLinkDelete in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
Tests deleting a shortcut link.
ShortcutSetsTest::testShortcutSetDelete in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests deleting a shortcut set.
ShortcutUpgradePathTest::testContactUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ShortcutUpgradePathTest.php
Tests upgrade of {shortcut_set} table to configuration entities.
SimpleTestTest::testInternalBrowser in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Test the internal browsers functionality.
StateValuesCleanTest::testFormStateValuesClean in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanTest.php
Tests form_state_values_clean().
StatisticsAdminTest::testDeleteNode in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTest::testExpiredLogs in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that cron clears day counts and expired access logs.
StatisticsAdminTest::testStatisticsSettings in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StatisticsTokenReplaceTest::testStatisticsTokenReplacement in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTokenReplaceTest.php
Creates a node, then tests the statistics tokens generated from it.
StorageTestBase::testCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php
Tests CRUD operations.
StorageTestBase::testNonExistingKeys in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php
Tests expected behavior for non-existing keys.
StorageTestBase::testSetIfNotExists in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php
Tests the setIfNotExists() method.
StreamWrapperTest::testGetValidStreamScheme in drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php
Test the scheme functions.
StreamWrapperTest::testUriFunctions in drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php
Test the URI and target functions.
StyleTableUnitTest::testTable in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTableUnitTest.php
Tests the table style.
TableTest::testThemeTableNoStickyHeaders in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TableTest.php
If $sticky is FALSE, no tableheader.js should be included.
TaggingTest::testHasAllTags in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php
Tests query tagging "has all of these tags" functionality.
TaggingTest::testHasAnyTag in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php
Tests query tagging "has at least one of these tags" functionality.
TaggingTest::testHasTag in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php
Confirms that a query has a tag added to it.
TemporaryQueryTest::testTemporaryQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TemporaryQueryTest.php
Confirms that temporary tables work and are limited to one request.
TempStoreDatabaseTest::testUserTempStore in drupal/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php
Tests the UserTempStore API.
TermTest::testNodeTermCreationAndDeletion in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testTaxonomyGetTermByName in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test taxonomy_term_load_multiple_by_name().
TokenReplaceTest::testSystemDateTokenReplacement in drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php
Tests the generation of all system date tokens.
TokenReplaceTest::testSystemSiteTokenReplacement in drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php
Tests the generation of all system site information tokens.
TokenReplaceTest::testTaxonomyTokenReplacement in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TokenReplaceTest.php
Creates some terms and a node, then tests the tokens generated from them.
TokenScanTest::testTokenScan in drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenScanTest.php
Scans dummy text, then tests the output.
ToolkitTest::testGetAvailableToolkits in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php
Check that ImageToolkitManager::getAvailableToolkits() only returns available toolkits.
ToolkitTest::testSave in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php
Test the image_save() function.
TrackerAttributesTest::_testBasicTrackerRdfaMarkup in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php
Helper function for testAttributesInTracker().
TransactionTest::assertRowAbsent in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Asserts that a given row is absent from the test table.
TransactionTest::testTransactionStacking in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Tests transaction stacking, commit, and rollback.
TranslationTest::testFieldAvailableLanguages in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Ensures that only valid values are returned by field_available_languages().
TreeOutputTest::testMenuTreeData in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeOutputTest.php
Validate the generation of a proper menu tree output.
TwigDebugMarkupTest::testTwigDebugMarkup in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigDebugMarkupTest.php
Tests debug markup added to Twig template output.
TwigReferenceUnitTest::testTwigReferenceFunctions in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigReferenceUnitTest.php
Test function for TwigReferenceFunctions class
TwigSettingsTest::testTwigAutoReloadOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigSettingsTest.php
Ensures Twig template auto reload setting can be overridden.
TwigSettingsTest::testTwigCacheOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigSettingsTest.php
Ensures Twig template cache setting can be overridden.
TwigSettingsTest::testTwigDebugOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigSettingsTest.php
Ensures Twig engine debug setting can be overridden.
TypedDataTest::testTypedDataLists in drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php
Tests using typed data lists.
TypedDataTest::testTypedDataMaps in drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php
Tests using a typed data map.
TypedDataTest::testTypedDataValidation in drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php
Tests typed data validation.
UnmanagedCopyTest::testNonExistent in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a non-existent file.
UnmanagedCopyTest::testOverwriteSelf in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a file onto itself.
UnmanagedDeleteRecursiveTest::testDirectory in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteRecursiveTest.php
Try deleting a directory with some files.
UnmanagedDeleteRecursiveTest::testEmptyDirectory in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteRecursiveTest.php
Try deleting an empty directory.
UnmanagedDeleteRecursiveTest::testSingleFile in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteRecursiveTest.php
Delete a normal file.
UnmanagedDeleteRecursiveTest::testSubDirectory in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteRecursiveTest.php
Try deleting subdirectories with some files.
UnmanagedDeleteTest::testDirectory in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteTest.php
Try deleting a directory.
UnmanagedDeleteTest::testNormal in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteTest.php
Delete a normal file.
UnmanagedMoveTest::testMissing in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedMoveTest.php
Try to move a missing file.
UnmanagedMoveTest::testNormal in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedMoveTest.php
Move a normal file.
UnmanagedMoveTest::testOverwriteSelf in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedMoveTest.php
Try to move a file onto itself.
UpdateTest::testPatchUpdate in drupal/core/modules/rest/lib/Drupal/rest/Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UrlTest::testDrupalParseUrl in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Tests drupal_parse_url().
UsageTest::testTempFileCleanup in drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php
Ensure that temporary files are removed.
UserAdminListingTest::testUserListing in drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminListingTest.php
Tests the listing.
UserAutocompleteTest::testUserAutocomplete in drupal/core/modules/user/lib/Drupal/user/Tests/UserAutocompleteTest.php
Tests access to user autocompletion and verify the correct results.
UserCancelTest::testUserAnonymize in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserCancelByAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Create an administrative user and delete another user.
UserCancelTest::testUserDelete in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Delete account and remove all content.
UserCancelTest::testUserWithoutEmailCancelByAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Tests deletion of a user account without an e-mail address.
UserDataTest::testDataField in drupal/core/modules/user/lib/Drupal/user/Tests/Views/UserDataTest.php
Tests field handler.
UserDeleteTest::testUserDeleteMultiple in drupal/core/modules/user/lib/Drupal/user/Tests/UserDeleteTest.php
Test deleting multiple users.
UserEntityTest::testUserMethods in drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityTest.php
Tests some of the methods.
UserHelpersTest::testDrupalUserIsLoggedIn in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/UserHelpersTest.php
Tests WebTestBase::drupalUserIsLoggedIn().
UserPermissionsTest::testUserPermissionChanges in drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php
Change user permissions and check user_access().
UserPermissionsTest::testUserRoleChangePermissions in drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php
Verify proper permission changes by user_role_change_permissions().
UserPictureTest::testCreateDeletePicture in drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php
Tests creation, display, and deletion of user pictures.
UserPictureUpgradePathTest::testUserPictureUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php
Tests expected user picture conversions after a successful upgrade.
UserRegistrationTest::testRegistrationWithEmailVerification in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserRoleAdminTest::testRoleAdministration in drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRolesAssignmentTest::userLoadAndCheckRoleAssigned in drupal/core/modules/user/lib/Drupal/user/Tests/UserRolesAssignmentTest.php
Check role on user object.
UserTokenReplaceTest::testUserTokenReplacement in drupal/core/modules/user/lib/Drupal/user/Tests/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
UuidUnitTest::testUuidValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php
Tests UUID validation.
UuidUpgradePathTest::testUuidUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php
Tests a successful point release update.
ValidNumberStepUnitTest::testNumberStep in drupal/core/modules/system/lib/Drupal/system/Tests/Common/ValidNumberStepUnitTest.php
Tests valid_number_step() without offset.
ValidNumberStepUnitTest::testNumberStepOffset in drupal/core/modules/system/lib/Drupal/system/Tests/Common/ValidNumberStepUnitTest.php
Tests valid_number_step() with offset.
ViewExecutableTest::testPropertyMethods in drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
Tests the setting/getting of properties.
ViewTestBase::assertNoBlockAppears in drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php
Checks to see whether a block does not appears on the page.
VocabularyTest::testTaxonomyAdminDeletingVocabulary in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
Deleting a vocabulary.
VocabularyTest::testTaxonomyAdminNoVocabularies in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
Test the vocabulary overview with no vocabularies.
VocabularyUnitTest::testTaxonomyVocabularyChangeMachineName in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php
Tests that machine name changes are properly reflected.
WebTestBase::assertNoFieldByXPath in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts that a field does not exist in the current page by the given XPath.
WebTestBase::assertNoResponse in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts the page did not return the specified response code.
WriteRecordTest::testDrupalWriteRecord in drupal/core/modules/system/lib/Drupal/system/Tests/Common/WriteRecordTest.php
Tests the drupal_write_record() API function.
XmlRpcBasicTest::testInvalidMessageParsing in drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcBasicTest.php
Ensure that XML-RPC correctly handles invalid messages when parsing.