42 calls to KernelTestBase::enableModules() in Zircon Profile 8
- CKEditorPluginManagerTest::testEnabledPlugins in core/
modules/ ckeditor/ src/ Tests/ CKEditorPluginManagerTest.php - Tests the enabling of plugins.
- CKEditorTest::testBuildContentsCssJSSetting in core/
modules/ ckeditor/ src/ Tests/ CKEditorTest.php - Tests CKEditor::buildContentsCssJSSetting().
- CKEditorTest::testBuildToolbarJSSetting in core/
modules/ ckeditor/ src/ Tests/ CKEditorTest.php - Tests CKEditor::buildToolbarJSSetting().
- CKEditorTest::testGetJSSettings in core/
modules/ ckeditor/ src/ Tests/ CKEditorTest.php - Tests CKEditor::getJSSettings().
- CKEditorTest::testJSTranslation in core/
modules/ ckeditor/ src/ Tests/ CKEditorTest.php - Tests that CKEditor plugins participate in JS translation.
- CKEditorTest::testLanguages in core/
modules/ ckeditor/ src/ Tests/ CKEditorTest.php - Tests language list availability in CKEditor.
- CommentLinksTest::testLinkReply in core/
modules/ comment/ src/ Tests/ Views/ CommentLinksTest.php - Test the comment reply link.
- ConfigInstallTest::testCollectionInstallationCollections in core/
modules/ config/ src/ Tests/ ConfigInstallTest.php - Tests config objects in collections are installed as expected.
- ConfigInstallTest::testCollectionInstallationNoCollections in core/
modules/ config/ src/ Tests/ ConfigInstallTest.php - Tests that collections are ignored if the event does not return anything.
- ConfigInstallTest::testModuleInstallation in core/
modules/ config/ src/ Tests/ ConfigInstallTest.php - Tests module installation.
- ContentNegotiationRoutingTest::testFullNegotiation in core/
modules/ system/ src/ Tests/ Routing/ ContentNegotiationRoutingTest.php - Full negotiation by header only.
- EditorManagerTest::testManager in core/
modules/ editor/ src/ Tests/ EditorManagerTest.php - Tests the configurable text editor manager.
- EditorSelectionTest::testTextWysiwyg in core/
modules/ quickedit/ src/ Tests/ EditorSelectionTest.php - Tests a textual field, with text filtering, with cardinality 1 and >1, always with an Editor plugin present that supports textual fields with text filtering, but with varying text format compatibility.
- EntityDisplayTest::testComponentDependencies in core/
modules/ field_ui/ src/ Tests/ EntityDisplayTest.php - Tests components dependencies additions.
- EntityDisplayTest::testOnDependencyRemoval in core/
modules/ field_ui/ src/ Tests/ EntityDisplayTest.php - Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
- EntityFormDisplayTest::testOnDependencyRemoval in core/
modules/ field_ui/ src/ Tests/ EntityFormDisplayTest.php - Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
- EntityQueryTest::testBaseFieldMultipleColumns in core/
modules/ system/ src/ Tests/ Entity/ EntityQueryTest.php - Test base fields with multiple columns.
- EntityTypeConstraintsTest::testConstraintDefinition in core/
modules/ system/ src/ Tests/ Entity/ EntityTypeConstraintsTest.php - Tests defining entity constraints via entity type annotations and hooks.
- EntityUnitTestBase::installModule in core/
modules/ system/ src/ Tests/ Entity/ EntityUnitTestBase.php - Installs a module and refreshes services.
- FieldDefinitionIntegrityTest::setUp in core/
modules/ field/ src/ Tests/ FieldDefinitionIntegrityTest.php - Performs setup tasks before each individual test method is run.
- FieldModuleUninstallValidatorTest::assertModuleInstallUninstall in core/
modules/ system/ src/ Tests/ Field/ FieldModuleUninstallValidatorTest.php - Asserts the given module can be installed and uninstalled.
- FieldModuleUninstallValidatorTest::testUninstallingModule in core/
modules/ system/ src/ Tests/ Field/ FieldModuleUninstallValidatorTest.php - Tests uninstall entity_test module with and without content for the field.
- KernelTestBase::setUp in core/
modules/ simpletest/ src/ KernelTestBase.php - Performs setup tasks before each individual test method is run.
- KernelTestBaseTest::testEnableModulesFixedList in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Tests that the module list is retained after enabling/installing/disabling.
- KernelTestBaseTest::testEnableModulesInstallContainer in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Tests installing modules with DependencyInjection services.
- KernelTestBaseTest::testEnableModulesLoad in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Tests expected load behavior of enableModules().
- KernelTestBaseTest::testEnableModulesTheme in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Tests that _theme() works right after loading a module.
- KernelTestBaseTest::testInstallConfig in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Tests expected behavior of installConfig().
- KernelTestBaseTest::testInstallEntitySchema in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Tests expected behavior of installEntitySchema().
- KernelTestBaseTest::testInstallSchema in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Tests expected behavior of installSchema().
- LanguageConfigOverrideInstallTest::testLanguageConfigOverrideInstall in core/
modules/ language/ src/ Tests/ LanguageConfigOverrideInstallTest.php - Tests the configuration events are not fired during install of overrides.
- LocaleConfigSubscriberTest::setUp in core/
modules/ locale/ src/ Tests/ LocaleConfigSubscriberTest.php - Performs setup tasks before each individual test method is run.
- ModuleTest::testLoadFunctions in core/
modules/ views/ src/ Tests/ ModuleTest.php - Tests the load wrapper/helper functions.
- ModuleTest::testViewsEmbedView in core/
modules/ views/ src/ Tests/ ModuleTest.php - Tests views.module: views_embed_view().
- ModuleTest::testViewsPreview in core/
modules/ views/ src/ Tests/ ModuleTest.php - Tests the \Drupal\views\ViewsExecutable::preview() method.
- PageRenderTest::testHookPageAlter in core/
modules/ system/ src/ Tests/ Common/ PageRenderTest.php - Tests hook_page_attachments_alter() exceptions.
- PageRenderTest::testHookPageAttachmentsExceptions in core/
modules/ system/ src/ Tests/ Common/ PageRenderTest.php - Tests hook_page_attachments() exceptions.
- QueryTest::testConditionOperatorArgumentsSQLInjection in core/
modules/ system/ src/ Tests/ Database/ QueryTest.php - Tests SQL injection via condition operator.
- ResolvedLibraryDefinitionsFilesMatchTest::setUp in core/
modules/ system/ src/ Tests/ Asset/ ResolvedLibraryDefinitionsFilesMatchTest.php - Performs setup tasks before each individual test method is run.
- ServiceDestructionTest::testDestructionUnused in core/
modules/ system/ src/ Tests/ DrupalKernel/ ServiceDestructionTest.php - Verifies that services are not unnecessarily destructed when not used.
- ServiceDestructionTest::testDestructionUsed in core/
modules/ system/ src/ Tests/ DrupalKernel/ ServiceDestructionTest.php - Verifies that services are destructed when used.
- StableLibraryOverrideTest::setUp in core/
modules/ system/ src/ Tests/ Theme/ StableLibraryOverrideTest.php - Performs setup tasks before each individual test method is run.