protected function ParagraphsAddWidgetTest::setUp in Paragraphs 8
Overrides BrowserTestBase::setUp
File
- tests/
src/ FunctionalJavascript/ ParagraphsAddWidgetTest.php, line 45
Class
- ParagraphsAddWidgetTest
- Test paragraphs user interface.
Namespace
Drupal\Tests\paragraphs\FunctionalJavascriptCode
protected function setUp() {
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');
}