- AdminBarPermissionsTestCase::testPermissions in core/
modules/ admin_bar/ tests/ admin_bar.test - Test that the links are added to the page (no JS testing).
- BackdropWebTestCase::setUp in core/
modules/ simpletest/ backdrop_web_test_case.php - Sets up a Backdrop site for running functional and integration tests.
- BackdropWebTestCaseCache::setUp in core/
modules/ simpletest/ backdrop_web_test_case_cache.php - Sets up a Backdrop site to be used as a cached installation profile.
- CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in core/
modules/ comment/ tests/ comment.test - Test comment author deletion while the comment module is disabled.
- CommonURLWebTestCase::testInternalPathMimicsExternal in core/
modules/ simpletest/ tests/ common.test - Tests the url() function on internal paths which mimic external URLs.
- ConfigurationSyncTest::testSync in core/
modules/ config/ tests/ config.test - Tests that hook_config_create() is run during config sync.
- ConfigurationUITest::testFullImportValidation in core/
modules/ config/ tests/ config.test - Test full import validation.
- CronRunTestCase::testCronCacheExpiration in core/
modules/ system/ tests/ system.test - Tests that hook_flush_caches() is not invoked on every single cron run.
- EntityAPIInfoTestCase::testEntityInfoCacheWatchdog in core/
modules/ entity/ tests/ entity.test - Tests entity info cache after enabling a module with a dependency on an entity providing module.
- EntityAPIInfoTestCase::testEntityInfoChanges in core/
modules/ entity/ tests/ entity.test - Ensures entity info cache is updated after changes.
- EntityAPITestCase::testCaching in core/
modules/ entity/ tests/ entity.test - Tests caching (and not caching) of entities in the Entity API.
- EntityReferenceFormTestCase::setUp in core/
modules/ entityreference/ tests/ entityreference.form.test - Sets up a Backdrop site for running functional and integration tests.
- FieldCrudTestCase::_testActiveHelper in core/
modules/ field/ tests/ field.test - Helper function for testActive().
- FormsFormStorageTestCase::testImmutableFormLegacyProtection in core/
modules/ simpletest/ tests/ form.test - Verify that existing contrib code cannot overwrite immutable form state.
- installer_browser_installation_enable_form_submit in core/
modules/ installer/ installer.pages.inc - Form submit handler for the enable modules form.
- install_import_translations in core/
includes/ install.core.inc - Imports languages via a batch process during installation.
- install_system_module in core/
includes/ install.core.inc - Installation task; install the Backdrop system module.
- LayoutBlockTest::testCustomTextBlocks in core/
modules/ layout/ tests/ layout.test - Test Custom Text blocks.
- LayoutInterfaceTest::testTaxonomyContext in core/
modules/ layout/ tests/ layout.test - Tests Taxonomy contexts within layouts.
- ModuleDependencyTestCase::testMissingModules in core/
modules/ system/ tests/ system.test - Attempt to enable a module with a missing dependency.
- ModuleDependencyTestCase::testModuleEnableOrder in core/
modules/ system/ tests/ system.test - Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
- ModuleImplementsAlterTestCase::testModuleImplementsAlter in core/
modules/ simpletest/ tests/ module.test - Tests hook_module_implements_alter() adding an implementation.
- ModuleUninstallTestCase::testUninstallLocale in core/
modules/ simpletest/ tests/ module.test - Tests that uninstalling locale does not cause problems.
- ModuleUnitTest::testDependencyResolution in core/
modules/ simpletest/ tests/ module.test - Test dependency resolution.
- ModuleUnitTest::testModuleImplements in core/
modules/ simpletest/ tests/ module.test - Test module_implements() caching.
- ModuleUnitTest::testModuleInvoke in core/
modules/ simpletest/ tests/ module.test - Test that module_invoke() can load a hook defined in hook_hook_info().
- ModuleUnitTest::testModuleInvokeAll in core/
modules/ simpletest/ tests/ module.test - Test that module_invoke_all() can load a hook defined in hook_hook_info().
- ModuleUnitTest::testModuleList in core/
modules/ simpletest/ tests/ module.test - The basic functionality of module_list().
- 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.
- 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.
- SystemThemeFunctionalTest::testAdministrationTheme in core/
modules/ system/ tests/ system.test - Test the administration theme functionality.
- SystemThemeFunctionalTest::testPerThemeSettings in core/
modules/ system/ tests/ system.test - Test the individual per-theme settings form.
- SystemThemeFunctionalTest::testThemeSettings in core/
modules/ system/ tests/ system.test - Test theme settings.
- system_modules_submit in core/
modules/ system/ system.admin.inc - Submit callback; handles modules form submission.
- TaxonomyTermTestCase::testTaxonomySelectNodesAlter in core/
modules/ taxonomy/ tests/ taxonomy.test - Tests that taxonomy term detail page is working even after the default taxonomy_select_nodes() query is altered.
- TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadProp in core/
modules/ taxonomy/ tests/ taxonomy.test - Test that adding properties via hook_taxonomy_vocabulary_load() works.
- 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.
- UserRegistrationTestCase::testRegistrationWithUserFields in core/
modules/ user/ tests/ user.test - Tests Field API fields on user registration forms.
- ViewsArgumentDefaultTest::testArgumentDefaultNoOptions in core/
modules/ views/ tests/ views_argument_default.test - Tests the use of a default argument plugin that provides no options.
- ViewsHandlerFieldBulkFormTest::testNodeAndCustomEntityBulkForm in core/
modules/ views/ tests/ handlers/ views_handler_field_bulk_form.test - Test Bulk Forms for a custom entity joined to nodes by nid.
- ViewsSqlTest::enableViewsUi in core/
modules/ views/ tests/ views_query.test - This function allows to enable views ui from a higher class which can't change the setup function anymore.
- ViewsSqlTest::setUp in core/
modules/ views/ tests/ views_query.test - Sets up a Backdrop site for running functional and integration tests.
- _install_module_batch in core/
includes/ install.core.inc - Batch callback for batch installation of modules.