protected function LinkTypeFieldEntryTest::setUp in Flag 8.4
Overrides FlagTestBase::setUp
File
- tests/
src/ Functional/ LinkTypeFieldEntryTest.php, line 40
Class
- LinkTypeFieldEntryTest
- Test the Field Entry link type.
Namespace
Drupal\Tests\flag\FunctionalCode
protected function setUp() {
parent::setUp();
// The breadcrumb block is needed for FieldUiTestTrait's tests.
$this
->drupalPlaceBlock('system_breadcrumb_block');
$this
->drupalPlaceBlock('local_tasks_block');
$this
->drupalPlaceBlock('page_title_block');
}