diff --git a/core/modules/field/tests/modules/field_test/field_test.info b/core/modules/field/tests/modules/field_test/field_test.info index 5fc9b27d862..44d52333e38 100644 --- a/core/modules/field/tests/modules/field_test/field_test.info +++ b/core/modules/field/tests/modules/field_test/field_test.info @@ -2,6 +2,5 @@ name = "Field API Test" description = "Support module for the Field API tests." core = 8.x package = Testing -files[] = field_test.entity.inc version = VERSION hidden = TRUE diff --git a/core/modules/file/tests/file_test/file_test.info b/core/modules/file/tests/file_test/file_test.info index b71f2a028a9..3806eb948af 100644 --- a/core/modules/file/tests/file_test/file_test.info +++ b/core/modules/file/tests/file_test/file_test.info @@ -3,5 +3,4 @@ description = "Support module for file handling tests." package = Testing version = VERSION core = 8.x -files[] = file_test.module hidden = TRUE diff --git a/core/modules/system/system.info b/core/modules/system/system.info index 6b686d7b8a3..195ca0771c0 100644 --- a/core/modules/system/system.info +++ b/core/modules/system/system.info @@ -5,6 +5,3 @@ version = VERSION core = 8.x required = TRUE configure = admin/config/system - -; Tests in tests directory. -files[] = tests/registry.test