Issue #3109433 by alexpott, Berdir: Set install profile correctly in the 8.8 database dumps

merge-requests/2419/head
catch 2020-01-28 12:19:24 +00:00
parent 2dadb738bf
commit f791e76736
3 changed files with 1 additions and 0 deletions

View File

@ -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('<front>');
$this->assertText('Site-Install');