8 calls to ModuleTestBase::assertModules()

DependencyTest::testEnableRequirementsFailureDependency in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Tests enabling a module that depends on a module which fails hook_requirements().
DependencyTest::testEnableWithoutDependency in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Attempts to enable the Entity Translation module without Language enabled.
DependencyTest::testMissingModules in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Attempts to enable a module with a missing dependency.
DependencyTest::testModuleEnableOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
DependencyTest::testUninstallDependents in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Tests attempting to uninstall a module that has installed dependents.
EnableDisableTest::assertSuccessfulDisableAndUninstall in drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTest::testEnableDisable in drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php
Tests that all core modules can be enabled, disabled and uninstalled.
HookRequirementsTest::testHookRequirementsFailure in drupal/core/modules/system/lib/Drupal/system/Tests/Module/HookRequirementsTest.php
Assert that a module cannot be installed if it fails hook_requirements().