Issue #3321684: Should most validators that subscribe to PreCreate check readiness to update also subscribe to PreApply?
Merged
requested to merge issue/automatic_updates-3321684:3321684-should-most-validators into 8.x-2.x
Compare changes
- Ted Bowman authored
@@ -13,6 +13,7 @@ use Drupal\package_manager\Exception\StageValidationException;
@@ -13,6 +13,7 @@ use Drupal\package_manager\Exception\StageValidationException;
@@ -21,6 +22,8 @@ use ColinODell\PsrTestLogger\TestLogger;
@@ -21,6 +22,8 @@ use ColinODell\PsrTestLogger\TestLogger;
@@ -72,7 +75,7 @@ class CronServerValidatorTest extends AutomaticUpdatesKernelTestBase {
@@ -72,7 +75,7 @@ class CronServerValidatorTest extends AutomaticUpdatesKernelTestBase {
@@ -88,7 +91,7 @@ class CronServerValidatorTest extends AutomaticUpdatesKernelTestBase {
@@ -88,7 +91,7 @@ class CronServerValidatorTest extends AutomaticUpdatesKernelTestBase {
public function testCronServerValidation(bool $alternate_port, string $server_api, array $cron_modes, array $expected_results): void {
@@ -113,6 +116,9 @@ class CronServerValidatorTest extends AutomaticUpdatesKernelTestBase {
@@ -113,6 +116,9 @@ class CronServerValidatorTest extends AutomaticUpdatesKernelTestBase {
@@ -148,30 +154,45 @@ class CronServerValidatorTest extends AutomaticUpdatesKernelTestBase {
@@ -148,30 +154,45 @@ class CronServerValidatorTest extends AutomaticUpdatesKernelTestBase {
@@ -213,7 +234,7 @@ class CronServerValidatorTest extends AutomaticUpdatesKernelTestBase {
@@ -213,7 +234,7 @@ class CronServerValidatorTest extends AutomaticUpdatesKernelTestBase {