protected function ShortcutSetsTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php \Drupal\Tests\shortcut\Functional\ShortcutSetsTest::setUp()
- 9 core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php \Drupal\Tests\shortcut\Functional\ShortcutSetsTest::setUp()
File
- core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutSetsTest.php, line 29
Class
- ShortcutSetsTest
- Create, view, edit, delete, and change shortcut sets.
Namespace
Drupal\Tests\shortcut\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this
->drupalPlaceBlock('local_actions_block');
}