protected function FeedFetcherPluginTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 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 22 
Class
- FeedFetcherPluginTest
- Tests the fetcher plugins functionality and discoverability.
Namespace
Drupal\Tests\aggregator\FunctionalCode
protected function setUp() {
  parent::setUp();
  // Enable test plugins.
  $this
    ->enableTestPlugins();
  // Create some nodes.
  $this
    ->createSampleNodes();
}