function DisplayOpmlFeedTest::testFeedUI
Tests feed display admin UI.
File
-
core/
modules/ aggregator/ tests/ src/ Functional/ views_ui/ DisplayOpmlFeedTest.php, line 49
Class
- DisplayOpmlFeedTest
- Tests the views UI for feed display plugin.
Namespace
Drupal\Tests\aggregator\Functional\views_uiCode
public function testFeedUI() {
// Test the OPML feed.
foreach (self::$testViews as $view_name) {
$this->checkFeedViewUi($view_name);
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.