You are here

protected function AggregatorDisplayConfigurableTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php \Drupal\Tests\aggregator\Functional\AggregatorDisplayConfigurableTest::setUp()

Overrides AggregatorTestBase::setUp

File

core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php, line 24

Class

AggregatorDisplayConfigurableTest
Tests making aggregator_feed and aggregator_item base fields' displays configurable.

Namespace

Drupal\Tests\aggregator\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->drupalPlaceBlock('page_title_block');
}