protected function AddFeedTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 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() {
parent::setUp();
$this
->drupalPlaceBlock('page_title_block');
}