56 calls to FunctionalTestSetupTrait::resetAll()
- AggregatorAdminTest::testSettingsPage in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorAdminTest.php - Tests the settings form to ensure the correct default values are used.
- CKEditorAdminTest::testExistingFormat in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorAdminTest.php - Tests configuring a text editor for an existing text format.
- CKEditorIntegrationTest::testTranslationAlt in core/
modules/ media/ tests/ src/ FunctionalJavascript/ CKEditorIntegrationTest.php - Test that dialog loads appropriate translation's alt text.
- ClassLoaderTest::testAutoloadFromModuleFile in core/
modules/ system/ tests/ src/ Functional/ Module/ ClassLoaderTest.php - Tests that .module files can use class constants in main section.
- ClassLoaderTest::testClassLoading in core/
modules/ system/ tests/ src/ Functional/ Module/ ClassLoaderTest.php - Tests that module-provided classes can be loaded when a module is enabled.
- ClassLoaderTest::testClassLoadingDisabledModules in core/
modules/ system/ tests/ src/ Functional/ Module/ ClassLoaderTest.php - Tests that module-provided classes can't be loaded from disabled modules.
- ClassLoaderTest::testClassLoadingNotInstalledModules in core/
modules/ system/ tests/ src/ Functional/ Module/ ClassLoaderTest.php - Tests that module-provided classes can't be loaded if module not installed.
- ConfigImportAllTest::testInstallUninstall in core/
modules/ config/ tests/ src/ Functional/ ConfigImportAllTest.php - Tests that a fixed set of modules can be installed and uninstalled.
- ConfigInstallWebTest::testIntegrationModuleReinstallation in core/
modules/ config/ tests/ src/ Functional/ ConfigInstallWebTest.php - Tests module re-installation.
- DependencyTest::testModuleEnableOrder in core/
modules/ system/ tests/ src/ Functional/ Module/ DependencyTest.php - Tests that module dependencies are enabled in the correct order in the UI.
- EditorAdminTest::testDisableFormatWithEditor in core/
modules/ editor/ tests/ src/ Functional/ EditorAdminTest.php - Tests format disabling.
- EditorDialogAccessTest::testEditorImageDialogAccess in core/
modules/ editor/ tests/ src/ Functional/ EditorDialogAccessTest.php - Test access to the editor image dialog.
- EntityReferenceAdminTest::testFieldAdminHandler in core/
modules/ field/ tests/ src/ FunctionalJavascript/ EntityReference/ EntityReferenceAdminTest.php - Tests the Entity Reference Admin UI.
- EntityViewControllerTest::testFieldItemAttributes in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityViewControllerTest.php - Tests field item attributes.
- FieldHelpTest::testFieldHelp in core/
modules/ field/ tests/ src/ Functional/ FieldHelpTest.php - Test the Field module's help page.
- FunctionalTestSetupTrait::rebuildAll in core/
lib/ Drupal/ Core/ Test/ FunctionalTestSetupTrait.php - Resets and rebuilds the environment after setup.
- InstallerPostInstallTest::testVisitInstallerPostInstall in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerPostInstallTest.php - Confirms that visiting the installer does not break things post-install.
- InstallUninstallTest::testInstallUninstall in core/
modules/ system/ tests/ src/ Functional/ Module/ InstallUninstallTest.php - Tests that a fixed set of modules can be installed and uninstalled.
- LanguageNegotiationInfoTest::testInfoAlterations in core/
modules/ language/ tests/ src/ Functional/ LanguageNegotiationInfoTest.php - Tests alterations to language types/negotiation info.
- LocaleConfigTranslationImportTest::testConfigTranslationImport in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Test update changes configuration translations if enabled after language.
- LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Test update changes configuration translations if enabled after language.
- LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Test removing a string from Locale deletes configuration translations.
- LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Test removing a string from Locale changes configuration translations.
- MenuRouterTest::doTestMenuOnRoute in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests a menu on a router page.
- MigrateUpgradeTestBase::assertMigrationResults in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php - Checks that migrations have been performed successfully.
- NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/
modules/ node/ tests/ src/ Functional/ NodeAccessRebuildNodeGrantsTest.php - Tests rebuilding the node access permissions table with content.
- NodeTypeTest::testNodeTypeDeletion in core/
modules/ node/ tests/ src/ Functional/ NodeTypeTest.php - Tests deleting a content type that still has content.
- PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Test that the page cache doesn't depend on cacheability headers.
- PagerTest::testPagerConfigTranslation in core/
modules/ views/ tests/ src/ Functional/ Plugin/ PagerTest.php - Tests translating the pager using config_translation.
- PagerTest::testPagerLocale in core/
modules/ views/ tests/ src/ Functional/ Plugin/ PagerTest.php - Tests translating the pager using locale.
- PreviewTest::enableViewsTestModule in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ PreviewTest.php - Sets up the views_test_data.module.
- PreviewTest::testPreviewAdditionalInfo in core/
modules/ views_ui/ tests/ src/ Functional/ PreviewTest.php - Tests the additional information query info area.
- PreviewTest::testPreviewContextual in core/
modules/ views_ui/ tests/ src/ Functional/ PreviewTest.php - Tests contextual links in the preview form.
- RestRegisterUserTest::testRegisterUser in core/
modules/ user/ tests/ src/ Functional/ RestRegisterUserTest.php - Tests that only anonymous users can register users.
- RouteCachingLanguageTest::setUp in core/
tests/ Drupal/ FunctionalTests/ Routing/ RouteCachingLanguageTest.php - RouteCachingLanguageTest::testLinkTranslationWithAlias in core/
tests/ Drupal/ FunctionalTests/ Routing/ RouteCachingLanguageTest.php - Creates content with a link field pointing to an alias of another language.
- RouteCachingNonPathLanguageNegotiationTest::testAliases in core/
tests/ Drupal/ FunctionalTests/ Routing/ RouteCachingNonPathLanguageNegotiationTest.php - Tests aliases when the negotiated language is not in the path.
- RouterTest::testFinishResponseSubscriber in core/
modules/ system/ tests/ src/ Functional/ Routing/ RouterTest.php - Confirms that our FinishResponseSubscriber logic works properly.
- SearchPageCacheTagsTest::testSearchTagsBubbling in core/
modules/ search/ tests/ src/ Functional/ SearchPageCacheTagsTest.php - Tests the presence of expected cache tags with referenced entities.
- ThemeLegacyTest::testSuggestionsAlterInclude in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeLegacyTest.php - Tests that theme suggestion alter hooks work with theme hook includes.
- ThemeLegacyTest::testThemeFunctionSuggestionsAlter in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeLegacyTest.php - Tests that theme suggestion alter hooks work for theme functions.
- ThemeSuggestionsAlterTest::testExecutionOrder in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeSuggestionsAlterTest.php - Tests execution order of theme suggestion alter hooks.
- ThemeSuggestionsAlterTest::testGeneralSuggestionsAlter in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeSuggestionsAlterTest.php - Tests hook_theme_suggestions_alter().
- ThemeSuggestionsAlterTest::testSpecificSuggestionsAlter in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeSuggestionsAlterTest.php - Tests that theme suggestion alter hooks work for specific theme calls.
- ThemeSuggestionsAlterTest::testTemplateSuggestionsAlter in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeSuggestionsAlterTest.php - Tests that theme suggestion alter hooks work for templates.
- ThemeTest::testClassLoading in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeTest.php - Tests theme can provide classes.
- TranslatedViewTest::setUp in core/
modules/ views_ui/ tests/ src/ Functional/ TranslatedViewTest.php - TwigDebugMarkupTest::testTwigDebugMarkup in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigDebugMarkupTest.php - Tests debug markup added to Twig template output.
- TwigTransTest::testTwigTransTags in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigTransTest.php - Test Twig "trans" tags.
- UpdatePathWithBrokenRoutingTest::testWithBrokenRouting in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathWithBrokenRoutingTest.php - Tests running update.php with some form of broken routing.
- UserCancelTest::testUserDelete in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - Delete account and remove all content.
- UserLoginTest::testPasswordRehashOnLogin in core/
modules/ user/ tests/ src/ Functional/ UserLoginTest.php - Test that user password is re-hashed upon login after changing $count_log2.
- ViewEditTest::testEditFormLanguageOptions in core/
modules/ views_ui/ tests/ src/ Functional/ ViewEditTest.php - Tests the language options on the views edit form.
- ViewTestBase::enableViewsTestModule in core/
modules/ views/ src/ Tests/ ViewTestBase.php - Sets up the views_test_data.module.
- ViewTestBase::enableViewsTestModule in core/
modules/ views/ tests/ src/ Functional/ ViewTestBase.php - Sets up the views_test_data.module.
- WebTestBase::setHttpResponseDebugCacheabilityHeaders in core/
modules/ simpletest/ src/ WebTestBase.php - Enables/disables the cacheability headers.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.