- CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in core/
modules/ comment/ tests/ comment.test - Test comment author deletion while the comment module is disabled.
- EntityAPIInfoTestCase::testEntityInfoChanges in core/
modules/ entity/ tests/ entity.test - Ensures entity info cache is updated after changes.
- FieldCrudTestCase::_testActiveHelper in core/
modules/ field/ tests/ field.test - Helper function for testActive().
- FieldInfoTestCase::testInstanceDisabledEntityType in core/
modules/ field/ tests/ field.test - Test that instances on disabled entity types are filtered out.
- LayoutInterfaceTest::testBlockUninstall in core/
modules/ layout/ tests/ layout.test - Tests layout_modules_uninstalled().
- LocaleUninstallFunctionalTest::testUninstallProcess in core/
modules/ locale/ tests/ locale.test - Check if the values of the Locale variables are correct after uninstall.
- ModuleUninstallTestCase::testUninstallCommentAddNode in core/
modules/ simpletest/ tests/ module.test - Test that uninstalling Comment and then immediately adding a node works.
- ModuleUninstallTestCase::testUninstallLocale in core/
modules/ simpletest/ tests/ module.test - Tests that uninstalling locale does not cause problems.
- ModuleUninstallTestCase::testUserPermsUninstalled in core/
modules/ simpletest/ tests/ module.test - Tests the hook_modules_uninstalled() of the user module.
- ModuleUnitTest::testDependencyResolution in core/
modules/ simpletest/ tests/ module.test - Test dependency resolution.
- NodeHooksExampleTestCase::setUp in modules/
examples/ node_hooks_example/ tests/ node_hooks_example.test - Enables modules and creates users with specific permissions.
- NodeRSSContentTestCase::setUp in core/
modules/ node/ tests/ node.test - Sets up a Backdrop site for running functional and integration tests.
- NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in core/
modules/ node/ tests/ node.test - Tests that node type customizations persist through disable and uninstall.
- NodeTypeTestCase::testNodeTypeStatus in core/
modules/ node/ tests/ node.test - Tests that node types correctly handle the 'disabled' flag.
- PathPatternFunctionalTestHelper::setUp in core/
modules/ path/ tests/ path_pattern.test - Sets up a Backdrop site for running functional and integration tests.
- PathTaxonomyTermTestCase::setUp in core/
modules/ path/ tests/ path.test - Sets up a Backdrop site for running functional and integration tests.
- SystemInfoAlterTestCase::testSystemInfoAlter in core/
modules/ system/ tests/ system.test - Tests that {system}.info is rebuilt after a module that implements hook_system_info_alter() is enabled. Also tests if core *_list() functions return freshly altered info.
- SystemMainContentFallback::testMainContentFallback in core/
modules/ system/ tests/ system.test - Test availability of main content.
- system_modules_submit in core/
modules/ system/ system.admin.inc - Submit callback; handles modules form submission.
- TaxonomyVocabularyUnitTest::testUninstallReinstall in core/
modules/ taxonomy/ tests/ taxonomy.test - Test uninstall and reinstall of the taxonomy module.
- ThemeUnitTest::testRegistryRebuild in core/
modules/ simpletest/ tests/ theme.test - Ensures the theme registry is rebuilt when modules are disabled/enabled.