protected function UpdatePathWithBrokenRoutingTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php \Drupal\Tests\system\Functional\UpdateSystem\UpdatePathWithBrokenRoutingTest::setUp()
- 9 core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php \Drupal\Tests\system\Functional\UpdateSystem\UpdatePathWithBrokenRoutingTest::setUp()
Overrides BrowserTestBase::setUp
File
- core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathWithBrokenRoutingTest.php, line 25
Class
- UpdatePathWithBrokenRoutingTest
- Tests the update path with a broken router.
Namespace
Drupal\Tests\system\Functional\UpdateSystemCode
protected function setUp() : void {
parent::setUp();
$this
->ensureUpdatesToRun();
}