diff --git a/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info b/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info deleted file mode 100644 index 24c3a2a..0000000 --- a/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info +++ /dev/null @@ -1,6 +0,0 @@ -name = "Module name length test" -description = "Test module with a name over the maximum allowed characters." -package = Testing -version = VERSION -core = 8.x -hidden = TRUE diff --git a/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml b/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml new file mode 100644 index 0000000..73f7f8b --- /dev/null +++ b/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml @@ -0,0 +1,6 @@ +name: 'Module name length test' +description: 'Test module with a name over the maximum allowed characters.' +package: Testing +version: VERSION +core: 8.x +hidden: TRUE