Issue #3281397: VersionPolicyValidator should throw an exception if it can't determine the target version of Drupal
Merged
requested to merge issue/automatic_updates-3281397:3281397-versionpolicyvalidator-should-throw into 8.x-2.x
Compare changes
+ 50
− 31
@@ -5,6 +5,7 @@ namespace Drupal\automatic_updates\Validator;
@@ -56,8 +57,8 @@ final class VersionPolicyValidator implements EventSubscriberInterface {
@@ -65,17 +66,21 @@ final class VersionPolicyValidator implements EventSubscriberInterface {
@@ -87,15 +92,19 @@ final class VersionPolicyValidator implements EventSubscriberInterface {
@@ -136,21 +145,23 @@ final class VersionPolicyValidator implements EventSubscriberInterface {
@@ -177,16 +188,24 @@ final class VersionPolicyValidator implements EventSubscriberInterface {