function ModuleConfigureRouteTest::testModuleConfigureRoutes
Tests if the module configure routes exists.
File
- 
              core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleConfigureRouteTest.php, line 52  
Class
- ModuleConfigureRouteTest
 - Tests the configure route for core modules.
 
Namespace
Drupal\KernelTests\Core\ExtensionCode
public function testModuleConfigureRoutes() : void {
  foreach (static::coreModuleListDataProvider() as $module_name => $info) {
    $this->doTestModuleConfigureRoutes($module_name);
  }
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.