protected function ParagraphsClientsideButtonsTest::setUp in Paragraphs 8
Overrides BrowserTestBase::setUp
File
- tests/
src/ FunctionalJavascript/ ParagraphsClientsideButtonsTest.php, line 45
Class
- ParagraphsClientsideButtonsTest
- Test paragraphs user interface.
Namespace
Drupal\Tests\paragraphs\FunctionalJavascriptCode
protected function setUp() : void {
parent::setUp();
// Place the breadcrumb, tested in fieldUIAddNewField().
$this
->drupalPlaceBlock('system_breadcrumb_block');
$this
->drupalPlaceBlock('local_tasks_block');
$this
->drupalPlaceBlock('local_actions_block');
$this
->drupalPlaceBlock('page_title_block');
}