62 calls to FunctionalTestSetupTrait::resetAll()
- 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.
- DisplayFeedTest::testFeedCacheability in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayFeedTest.php - Tests the cacheability of the feed display.
- DisplayPathTest::testDefaultMenuTabRegression in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayPathTest.php - Tests the regression in https://www.drupal.org/node/2532490.
- 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 - Tests access to the editor image dialog.
- EntityReferenceAdminTest::testFieldAdminHandler in core/
modules/ field/ tests/ src/ FunctionalJavascript/ EntityReference/ EntityReferenceAdminTest.php - Tests the Entity Reference Admin UI.
- EquivalentUpdateTest::testModuleUninstall in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ EquivalentUpdateTest.php - Tests that module uninstall removes skipped update information.
- EquivalentUpdateTest::testUpdateHooks in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ EquivalentUpdateTest.php - Tests that update hooks are properly run.
- FilePathTest::testFilePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ FilePathTest.php - Executes all steps of migrations upgrade.
- 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.
- 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 - Tests update changes configuration translations if enabled after language.
- LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Tests update changes configuration translations if enabled after language.
- LocaleConfigTranslationImportTest::testConfigTranslationWithNonEnglishLanguageDefault in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Tests setting a non-English language as default and importing configuration.
- LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Tests removing a string from Locale deletes configuration translations.
- LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Tests removing a string from Locale changes configuration translations.
- LocaleTranslatedSchemaDefinitionTest::setUp in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslatedSchemaDefinitionTest.php - MediaEntityMetadataApiTest::testApiTranslation in core/
modules/ ckeditor5/ tests/ src/ Functional/ MediaEntityMetadataApiTest.php - Tests the media entity metadata API with translations.
- MediaLinkabilityTest::testLinkManualDecorator in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaLinkabilityTest.php - Ensure that manual link decorators work with linkable media.
- MediaTest::testDrupalMediaStyleInDropdown in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Ensures that Drupal Media Styles can be displayed in a dropdown.
- MediaTest::testTranslationAlt in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests the CKEditor 5 media plugin loads the translated alt attribute.
- MenuRouterTest::doTestMenuOnRoute in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests a menu on a router page.
- MenuUiTest::doMenuTests in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Tests menu functionality.
- MigrateUpgradeTestBase::assertUpgrade in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php - Asserts the upgrade completed 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 - Tests 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.
- 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.
- ThemeInfoTest::testChanges in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeInfoTest.php - Tests that changes to the info file are picked up.
- 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 - Sets up the test.
- TwigDebugMarkupTest::testTwigDebugMarkup in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigDebugMarkupTest.php - Tests debug markup added to Twig template output.
- TwigExtensionTest::testDump in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigExtensionTest.php - Tests the dump function.
- TwigTransTest::testTwigTransTags in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigTransTest.php - Tests 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.
- UpdateSchemaTest::testUpdateHooks in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateSchemaTest.php - Tests that update hooks are properly run.
- UpdateScriptTest::testSuccessfulUpdateFunctionality in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests update.php after performing a successful update.
- 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 - Tests user password is re-hashed upon login after changing $count_log2.
- UserRegistrationRestTest::testRegisterUser in core/
modules/ user/ tests/ src/ Functional/ UserRegistrationRestTest.php - Tests that only anonymous users can register users.
- 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/ tests/ src/ Functional/ ViewTestBase.php - Sets up the views_test_data.module.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.