Issue #3109433 by alexpott, Berdir: Set install profile correctly in the 8.8 database dumps
parent
2dadb738bf
commit
f791e76736
Binary file not shown.
Binary file not shown.
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue