13 calls to ModuleHandlerTest::getModuleHandler() in Drupal 8
- ModuleHandlerTest::testGetHookInfo in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Test hook_hook_info() fetching through getHookInfo().
- ModuleHandlerTest::testGetModuleDirectories in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - @covers ::getModuleDirectories
- ModuleHandlerTest::testImplementsHookModuleEnabled in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Test implementations methods when module is enabled.
- ModuleHandlerTest::testInvokeAll in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Test invoke all.
- ModuleHandlerTest::testInvokeModuleEnabled in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Test invoke methods when module is enabled.
- ModuleHandlerTest::testIsLoaded in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Test isLoaded accessor.
- ModuleHandlerTest::testLoadAllModules in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Test loading all modules.
- ModuleHandlerTest::testLoadInclude in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - @covers ::loadInclude
- ModuleHandlerTest::testLoadModule in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Test loading a module.
- ModuleHandlerTest::testModuleExists in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Test module exists returns correct module status.
- ModuleHandlerTest::testResetImplementations in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Test internal implementation cache reset.
- ModuleHandlerTest::testSetModuleList in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Ensure setting the module list replaces the module list and resets internal structures.
- ModuleHandlerTest::testWriteCache in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Test that write cache calls through to cache library correctly.