You are here

protected function LinkAttributesMenuTest::setUp in Link Attributes widget 8

Overrides BrowserTestBase::setUp

File

tests/src/Functional/LinkAttributesMenuTest.php, line 36

Class

LinkAttributesMenuTest
Tests link attributes functionality.

Namespace

Drupal\Tests\link_attributes\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->placeBlock('system_menu_block:footer');
}