You are here

public function DisplayFeedTest::testFeedUI in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views_ui/src/Tests/DisplayFeedTest.php \Drupal\views_ui\Tests\DisplayFeedTest::testFeedUI()

Tests feed display admin UI.

File

core/modules/views_ui/src/Tests/DisplayFeedTest.php, line 35
Contains \Drupal\views_ui\Tests\DisplayFeedTest.

Class

DisplayFeedTest
Tests the UI for feed display plugin.

Namespace

Drupal\views_ui\Tests

Code

public function testFeedUI() {

  // Test both RSS and OPML feeds.
  foreach (self::$testViews as $view_name) {
    $this
      ->checkFeedViewUi($view_name);
  }
}