class UpdatePathTestBaseFilledTest extends UpdatePathTestBaseTest
{ /**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/
protected function setDatabaseDumpFiles() { parent::
setDatabaseDumpFiles();
$this->databaseDumpFiles
[0
] = __DIR__ . '/../../../../tests/fixtures/update/drupal-9.4.0.filled.standard.php.gz';
} /**
* Tests that the content and configuration were properly updated.
*/
public function testUpdatedSite() { $assert_session =
$this->
assertSession();
$this->
runUpdates();