diff --git a/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/Access/DefinedTestAccessCheck.php b/core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/Access/DefinedTestAccessCheck.php similarity index 100% rename from core/modules/system/tests/modules/router_test/lib/Drupal/router_test/Access/DefinedTestAccessCheck.php rename to core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/Access/DefinedTestAccessCheck.php diff --git a/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/Access/TestAccessCheck.php b/core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/Access/TestAccessCheck.php similarity index 100% rename from core/modules/system/tests/modules/router_test/lib/Drupal/router_test/Access/TestAccessCheck.php rename to core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/Access/TestAccessCheck.php diff --git a/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php b/core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/RouteTestSubscriber.php similarity index 100% rename from core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php rename to core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/RouteTestSubscriber.php diff --git a/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouterTestServiceProvider.php b/core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/RouterTestServiceProvider.php similarity index 100% rename from core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouterTestServiceProvider.php rename to core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/RouterTestServiceProvider.php diff --git a/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestContent.php b/core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/TestContent.php similarity index 100% rename from core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestContent.php rename to core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/TestContent.php diff --git a/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php b/core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/TestControllers.php similarity index 100% rename from core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php rename to core/modules/system/tests/modules/router_test_directory/lib/Drupal/router_test/TestControllers.php diff --git a/core/modules/system/tests/modules/router_test/router_test.info.yml b/core/modules/system/tests/modules/router_test_directory/router_test.info.yml similarity index 41% rename from core/modules/system/tests/modules/router_test/router_test.info.yml rename to core/modules/system/tests/modules/router_test_directory/router_test.info.yml index 8641b98..915f0ff 100644 --- a/core/modules/system/tests/modules/router_test/router_test.info.yml +++ b/core/modules/system/tests/modules/router_test_directory/router_test.info.yml @@ -1,6 +1,6 @@ name: 'Router test' type: module -description: 'Support module for routing testing.' +description: 'Support module for routing testing. In a directory that does not match the module name to test that use case.' package: Testing version: VERSION core: 8.x diff --git a/core/modules/system/tests/modules/router_test/router_test.module b/core/modules/system/tests/modules/router_test_directory/router_test.module similarity index 100% rename from core/modules/system/tests/modules/router_test/router_test.module rename to core/modules/system/tests/modules/router_test_directory/router_test.module diff --git a/core/modules/system/tests/modules/router_test/router_test.routing.yml b/core/modules/system/tests/modules/router_test_directory/router_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/router_test/router_test.routing.yml rename to core/modules/system/tests/modules/router_test_directory/router_test.routing.yml