You are here

protected function FeedProcessorPluginTest::setUp in Drupal 8

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

Overrides AggregatorTestBase::setUp

File

core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php, line 25

Class

FeedProcessorPluginTest
Tests the processor plugins functionality and discoverability.

Namespace

Drupal\Tests\aggregator\Functional

Code

protected function setUp() {
  parent::setUp();

  // Enable test plugins.
  $this
    ->enableTestPlugins();

  // Create some nodes.
  $this
    ->createSampleNodes();
}