protected function AddFeedTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/modules/aggregator/tests/src/Functional/AddFeedTest.php \Drupal\Tests\aggregator\Functional\AddFeedTest::setUp()
Overrides AggregatorTestBase::setUp
File
- core/
modules/ aggregator/ tests/ src/ Functional/ AddFeedTest.php, line 19
Class
- AddFeedTest
- Add feed test.
Namespace
Drupal\Tests\aggregator\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this
->drupalPlaceBlock('page_title_block');
}