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_ui/src/Tests/DisplayFeedTest.php \Drupal\views_ui\Tests\DisplayFeedTest::modules

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

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

Class

DisplayFeedTest
Tests the UI for feed display plugin.

Namespace

Drupal\views_ui\Tests

Code

public static $modules = array(
  'views_ui',
  'aggregator',
);