You are here

public static property DisplayFeedTest::$testViews in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/views_ui/src/Tests/DisplayFeedTest.php \Drupal\views_ui\Tests\DisplayFeedTest::testViews
  2. 8 core/modules/views/src/Tests/Plugin/DisplayFeedTest.php \Drupal\views\Tests\Plugin\DisplayFeedTest::testViews
Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Plugin/DisplayFeedTest.php \Drupal\views\Tests\Plugin\DisplayFeedTest::testViews

Views used by this test.

Type: array

File

core/modules/views/src/Tests/Plugin/DisplayFeedTest.php, line 25
Contains \Drupal\views\Tests\Plugin\DisplayFeedTest.

Class

DisplayFeedTest
Tests the feed display plugin.

Namespace

Drupal\views\Tests\Plugin

Code

public static $testViews = array(
  'test_display_feed',
  'test_attached_disabled',
  'test_feed_icon',
);