protected function UrlBubbleableMetadataBubblingTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php \Drupal\Tests\system\Functional\Render\UrlBubbleableMetadataBubblingTest::setUp()
- 9 core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php \Drupal\Tests\system\Functional\Render\UrlBubbleableMetadataBubblingTest::setUp()
Overrides BrowserTestBase::setUp
File
- core/
modules/ system/ tests/ src/ Functional/ Render/ UrlBubbleableMetadataBubblingTest.php, line 33
Class
- UrlBubbleableMetadataBubblingTest
- Tests that URL bubbleable metadata is correctly bubbled.
Namespace
Drupal\Tests\system\Functional\RenderCode
protected function setUp() : void {
parent::setUp();
}