function FeedFetcherPluginTest::setUp

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

Overrides AggregatorTestBase::setUp

File

core/modules/aggregator/tests/src/Functional/FeedFetcherPluginTest.php, line 23

Class

FeedFetcherPluginTest
Tests the fetcher plugins functionality and discoverability.

Namespace

Drupal\Tests\aggregator\Functional

Code

protected function setUp() : void {
    parent::setUp();
    // Enable test plugins.
    $this->enableTestPlugins();
    // Create some nodes.
    $this->createSampleNodes();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.