AdminBarPermissionsTestCase::testPermissions in modules/admin_bar/tests/admin_bar.test
Test that the links are added to the page (no JS testing).
BackdropWebTestCaseCache::setUp in modules/simpletest/backdrop_web_test_case_cache.php
Sets up a Backdrop site to be used as a cached installation profile.
BackdropWebTestCase::setUp in modules/simpletest/backdrop_web_test_case.php
Sets up a Backdrop site for running functional and integration tests.
CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in modules/comment/tests/comment.test
Test comment author deletion while the comment module is disabled.
CommonURLWebTestCase::testInternalPathMimicsExternal in modules/simpletest/tests/common.test
Tests the url() function on internal paths which mimic external URLs.
ConfigurationSyncTest::testSync in modules/config/tests/config.test
Tests that hook_config_create() is run during config sync.
ConfigurationUITest::testFullImportValidation in modules/config/tests/config.test
Test full import validation.
CronRunTestCase::testCronCacheExpiration in modules/system/tests/system.test
Tests that hook_flush_caches() is not invoked on every single cron run.
EntityAPIInfoTestCase::testEntityInfoCacheWatchdog in modules/entity/tests/entity.test
Tests entity info cache after enabling a module with a dependency on an entity providing module.
EntityAPIInfoTestCase::testEntityInfoChanges in modules/entity/tests/entity.test
Ensures entity info cache is updated after changes.
FieldCrudTestCase::_testActiveHelper in modules/field/tests/field.test
Helper function for testActive().
FormsFormStorageTestCase::testImmutableFormLegacyProtection in modules/simpletest/tests/form.test
Verify that existing contrib code cannot overwrite immutable form state.
installer_browser_installation_enable_form_submit in modules/installer/installer.pages.inc
Form submit handler for the enable modules form.
install_import_translations in includes/install.core.inc
Imports languages via a batch process during installation.
_install_module_batch in includes/install.core.inc
Batch callback for batch installation of modules.
install_system_module in includes/install.core.inc
Installation task; install the Backdrop system module.
LayoutBlockTest::testCustomTextBlocks in modules/layout/tests/layout.test
Test Custom Text blocks.
LayoutInterfaceTest::testTaxonomyContext in modules/layout/tests/layout.test
Tests Taxonomy contexts within layouts.
ModuleDependencyTestCase::testMissingModules in modules/system/tests/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testModuleEnableOrder in 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 modules/simpletest/tests/module.test
Tests hook_module_implements_alter() adding an implementation.
ModuleUninstallTestCase::testUninstallLocale in modules/simpletest/tests/module.test
Tests that uninstalling locale does not cause problems.
ModuleUnitTest::testDependencyResolution in modules/simpletest/tests/module.test
Test dependency resolution.
ModuleUnitTest::testModuleImplements in modules/simpletest/tests/module.test
Test module_implements() caching.
ModuleUnitTest::testModuleInvoke in modules/simpletest/tests/module.test
Test that module_invoke() can load a hook defined in hook_hook_info().
ModuleUnitTest::testModuleInvokeAll in modules/simpletest/tests/module.test
Test that module_invoke_all() can load a hook defined in hook_hook_info().
ModuleUnitTest::testModuleList in modules/simpletest/tests/module.test
The basic functionality of module_list().
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in modules/node/tests/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeStatus in modules/node/tests/node.test
Tests that node types correctly handle the 'disabled' flag.
SystemInfoAlterTestCase::testSystemInfoAlter in 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 modules/system/tests/system.test
Test availability of main content.
system_modules_submit in modules/system/system.admin.inc
Submit callback; handles modules form submission.
SystemThemeFunctionalTest::testAdministrationTheme in modules/system/tests/system.test
Test the administration theme functionality.
SystemThemeFunctionalTest::testPerThemeSettings in modules/system/tests/system.test
Test the individual per-theme settings form.
SystemThemeFunctionalTest::testThemeSettings in modules/system/tests/system.test
Test theme settings.
TaxonomyVocabularyUnitTest::testUninstallReinstall in modules/taxonomy/tests/taxonomy.test
Test uninstall and reinstall of the taxonomy module.
ThemeUnitTest::testRegistryRebuild in modules/simpletest/tests/theme.test
Ensures the theme registry is rebuilt when modules are disabled/enabled.
UserRegistrationTestCase::testRegistrationWithUserFields in modules/user/tests/user.test
Tests Field API fields on user registration forms.
ViewsAnalyzeTest::setUp in modules/views/tests/views_analyze.test
Sets up a Backdrop site for running functional and integration tests.
ViewsArgumentDefaultTest::testArgumentDefaultNoOptions in modules/views/tests/views_argument_default.test
Tests the use of a default argument plugin that provides no options.
ViewsHandlersTest::setUp in modules/views/tests/views_handlers.test
Sets up a Backdrop site for running functional and integration tests.
ViewsSqlTest::enableViewsUi in 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 modules/views/tests/views_query.test
Sets up a Backdrop site for running functional and integration tests.
ViewsUpgradeTestCase::setUp in modules/views/tests/views_upgrade.test
Sets up a Backdrop site for running functional and integration tests.