diff --git a/core/modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz b/core/modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz index 84a5b2177cc5..76dedaffffea 100644 Binary files a/core/modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz and b/core/modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz differ diff --git a/core/modules/system/tests/fixtures/update/drupal-8.8.0.filled.standard.php.gz b/core/modules/system/tests/fixtures/update/drupal-8.8.0.filled.standard.php.gz index c1f695b275f8..683f010c0830 100644 Binary files a/core/modules/system/tests/fixtures/update/drupal-8.8.0.filled.standard.php.gz and b/core/modules/system/tests/fixtures/update/drupal-8.8.0.filled.standard.php.gz differ diff --git a/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php b/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php index af966dbd1e22..da25addbda71 100644 --- a/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php +++ b/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php @@ -63,6 +63,7 @@ class UpdatePathTestBaseTest extends UpdatePathTestBase { // Before accessing the site we need to run updates first or the site might // be broken. $this->runUpdates(); + $this->assertEquals('standard', \Drupal::config('core.extension')->get('profile')); $this->assertEqual(\Drupal::config('system.site')->get('name'), 'Site-Install'); $this->drupalGet(''); $this->assertText('Site-Install');