You are here

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

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

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

Class

DisplayFeedTest
Tests the feed display plugin.

Namespace

Drupal\views\Tests\Plugin

Code

public static $modules = array(
  'block',
  'node',
  'views',
);