From aac60c8a114590464e55fea1d15fc8d33b04864c Mon Sep 17 00:00:00 2001 From: webchick <drupal@webchick.net> Date: Sun, 4 Oct 2015 22:26:16 -0700 Subject: [PATCH] Issue #2576525 by joshi.rohit100, DuaelFr, MattA: Missing package property in *.info.yml files for some testing support modules --- .../accept_header_routing_test.info.yml | 2 ++ .../update_test_postupdate/update_test_postupdate.info.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml b/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml index d93e67b2e32f..2c678356c0e9 100644 --- a/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml +++ b/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml @@ -1,3 +1,5 @@ name: Accept header based routing test core: 8.x type: module +package: Testing +version: VERSION diff --git a/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml b/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml index 9dcff3aabd2c..f2445dd4550b 100644 --- a/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml +++ b/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml @@ -1,3 +1,5 @@ core: 8.x name: Update test after type: module +package: Testing +version: VERSION -- GitLab