You are here

23 calls to FunctionalTestSetupTrait::rebuildContainer() in Drupal 10

ActiveWorkspaceUpdateTest::setUp in core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
AjaxFormCacheTest::testBlockForms in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms in blocks.
ClassLoaderTest::testMultipleModules in core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
Ensures the negative caches in the class loader don't result in crashes.
ConfigTest::testFileConfigurationPage in core/modules/system/tests/src/Functional/File/ConfigTest.php
Tests file configuration page.
CorsIntegrationTest::testCrossSiteRequest in core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php
DistributionProfileExistingSettingsTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php
Confirms that the installation succeeded.
EntityReferenceFieldTranslatedReferenceViewTest::setUp in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
InstallerTranslationTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
Verifies the expected behaviors of the installation result.
InstallProfileDependenciesTest::testUninstallingModules in core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php
Tests that an install profile can require modules.
MainContentFallbackTest::testMainContentFallback in core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php
Tests availability of main content: Drupal falls back to SimplePageVariant.
ModuleTestBase::assertModules in core/modules/system/tests/src/Functional/Module/ModuleTestBase.php
Assert the list of modules are enabled or disabled.
MultipleDistributionsProfileTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
Confirms that the installation succeeded.
RouterTest::testFinishResponseSubscriber in core/modules/system/tests/src/Functional/Routing/RouterTest.php
Confirms that our FinishResponseSubscriber logic works properly.
TrustedHostsTest::testShortcut in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that shortcut module works together with host verification.
TwigDebugMarkupTest::testTwigDebugMarkup in core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php
Tests debug markup added to Twig template output.
TwigSettingsTest::testTwigAutoReloadOverride in core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
Ensures Twig template auto reload setting can be overridden.
TwigSettingsTest::testTwigCacheOverride in core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
Ensures Twig template cache setting can be overridden.
TwigSettingsTest::testTwigDebugOverride in core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
Ensures Twig engine debug setting can be overridden.
TwigSettingsTest::testTwigInlineWithAutoReload in core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
Tests twig inline templates with auto_reload.
TwigTransTest::setUp in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
TwigTransTest::testTwigTransTags in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
Tests Twig "trans" tags.
UpcastingTest::testEntityLanguage in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
Confirms entity is shown in user's language by default.
UpdatePathNewDependencyTest::testUpdateNewDependency in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php
Tests that a module can add services that depend on new modules.