You are here

public static property ArgumentDefaultTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php \Drupal\views\Tests\Plugin\ArgumentDefaultTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php, line 33
Contains \Drupal\views\Tests\Plugin\ArgumentDefaultTest.

Class

ArgumentDefaultTest
Tests pluggable argument_default for views.

Namespace

Drupal\views\Tests\Plugin

Code

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