From 309ec4cab87123e1cc803ddc183b83e517f6bb59 Mon Sep 17 00:00:00 2001 From: xjm <xjm@65776.no-reply.drupal.org> Date: Sat, 2 May 2020 12:26:47 -0500 Subject: [PATCH] Issue #3120961 by dww, tedbow: Remove VERSION from update test modules that receive dynamic version numbers in tests --- .../tests/modules/bbb_update_test/bbb_update_test.info.yml | 1 - .../tests/modules/ccc_update_test/ccc_update_test.info.yml | 1 - .../update/tests/modules/update_test/update_test.info.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml b/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml index caf515e34f4b..716cb120da1a 100644 --- a/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml +++ b/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml @@ -2,4 +2,3 @@ name: 'BBB Update test' type: module description: 'Support module for update module testing.' package: Testing -version: VERSION diff --git a/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml b/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml index 1bae19ba7a2b..5a9b72d52ff1 100644 --- a/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml +++ b/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml @@ -2,4 +2,3 @@ name: 'CCC Update test' type: module description: 'Support module for update module testing.' package: Testing -version: VERSION diff --git a/core/modules/update/tests/modules/update_test/update_test.info.yml b/core/modules/update/tests/modules/update_test/update_test.info.yml index 40db4f2a632d..83c92afb85a7 100644 --- a/core/modules/update/tests/modules/update_test/update_test.info.yml +++ b/core/modules/update/tests/modules/update_test/update_test.info.yml @@ -2,4 +2,3 @@ name: 'Update test' type: module description: 'Support module for update module testing.' package: Testing -version: VERSION -- GitLab