/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/
protected function setUp(): void
{ parent::
setUp();
$this->
ensureUpdatesToRun();
} /**
* Tests running update.php with some form of broken routing.
*/
public function testWithBrokenRouting() { // Simulate a broken router, and make sure the front page is
// inaccessible.
\Drupal::
state()->
set('update_script_test_broken_inbound', TRUE
);
$this->
resetAll();
$this->
drupalGet('<front>'
);