function FeedProcessorPluginTest::setUp
Same name in other branches
- 8.9.x 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 26
Class
- FeedProcessorPluginTest
- Tests the processor plugins functionality and discoverability.
Namespace
Drupal\Tests\aggregator\FunctionalCode
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.