Skip to content
Snippets Groups Projects

Issue #3321684: Should most validators that subscribe to PreCreate check readiness to update also subscribe to PreApply?

Merged Issue #3321684: Should most validators that subscribe to PreCreate check readiness to update also subscribe to PreApply?
9 files
+ 85
62
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -267,6 +267,8 @@ class UpdaterFormTest extends AutomaticUpdatesFunctionalTestBase {
@@ -267,6 +267,8 @@ class UpdaterFormTest extends AutomaticUpdatesFunctionalTestBase {
* Whether the site has database updates or not.
* Whether the site has database updates or not.
*
*
* @dataProvider providerStatusCheckerRunAfterUpdate
* @dataProvider providerStatusCheckerRunAfterUpdate
 
*
 
* @requires PHP >= 8.0
*/
*/
public function testStatusCheckerRunAfterUpdate(bool $has_database_updates): void {
public function testStatusCheckerRunAfterUpdate(bool $has_database_updates): void {
$this->useFixtureDirectoryAsStaged(__DIR__ . '/../../fixtures/stage_composer/semver_test');
$this->useFixtureDirectoryAsStaged(__DIR__ . '/../../fixtures/stage_composer/semver_test');
Loading