33 calls to DrupalUnitTestBase::enableModules()

CKEditorPluginManagerTest::setUp in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php
Sets up Drupal unit test environment.
CKEditorPluginManagerTest::testEnabledPlugins in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php
Tests the enabling of plugins.
CKEditorTest::setUp in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Sets up Drupal unit test environment.
CKEditorTest::testBuildContentsCssJSSetting in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::buildContentsCssJSSetting().
CKEditorTest::testBuildToolbarJSSetting in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::buildToolbarJSSetting().
CKEditorTest::testGetJSSettings in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::getJSSettings().
ConfigCRUDTest::testNameValidation in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigCRUDTest.php
Tests the validation of configuration object names.
ConfigEntityQueryTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php
Sets up Drupal unit test environment.
ConfigInstallTest::testModuleInstallation in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php
Tests module installation.
DrupalUnitTestBase::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php
Sets up Drupal unit test environment.
DrupalUnitTestBaseTest::testEnableModulesFixedList in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests that the module list is retained after enabling/installing/disabling modules.
DrupalUnitTestBaseTest::testEnableModulesInstallContainer in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests installing modules via enableModules() with DepedencyInjection services.
DrupalUnitTestBaseTest::testEnableModulesLoad in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected load behavior of enableModules().
DrupalUnitTestBaseTest::testEnableModulesTheme in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests that theme() works right after loading a module.
DrupalUnitTestBaseTest::testInstallConfig in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected behavior of installConfig().
DrupalUnitTestBaseTest::testInstallSchema in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected behavior of installSchema().
EditIntegrationTest::setUp in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Sets the default field storage backend for fields created during tests.
EditorManagerTest::setUp in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php
Sets up Drupal unit test environment.
EditorManagerTest::testManager in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php
Tests the configurable text editor manager.
EditorSelectionTest::testTextWysiwyg in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php
Tests a textual field, with text processing, with cardinality 1 and >1, always with an Editor plugin present that supports textual fields with text processing, but with varying text format compatibility.
EntityDisplayTest::testDeleteFieldInstance in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests deleting field instance.
EntityDisplayTest::testFieldComponent in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests the behavior of a field component within an EntityDisplay object.
EntityDisplayTest::testRenameDeleteBundle in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests renaming and deleting a bundle.
EntityFormDisplayTest::testFieldComponent in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityFormDisplayTest.php
Tests the behavior of a field component within an EntityFormDisplay object.
MetadataGeneratorTest::testEditorWithCustomMetadata in drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php
ModuleTest::testLoadFunctions in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Tests the load wrapper/helper functions.
SelectComplexTest::testJoinSubquery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests that we can join on a query.
ServiceDestructionTest::testDestructionUnused in drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/ServiceDestructionTest.php
Verifies that services are not unnecessarily destructed when not used.
ServiceDestructionTest::testDestructionUsed in drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/ServiceDestructionTest.php
Verifies that services are destructed when used.
ViewsDataTest::testFetchBaseTables in drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php
Tests the fetchBaseTables() method.
ViewsDataTest::testViewsFetchFields in drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php
Tests the views_fetch_fields function().
ViewStorageTest::displayMethodTests in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests the display related functions like getDisplaysList().
WizardPluginBaseUnitTest::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/WizardPluginBaseUnitTest.php
Sets up Drupal unit test environment.