You are here

public static property ViewTestBase::$modules in Drupal 8

Same name in this branch
  1. 8 core/modules/views/src/Tests/ViewTestBase.php \Drupal\views\Tests\ViewTestBase::modules
  2. 8 core/modules/views/tests/src/Functional/ViewTestBase.php \Drupal\Tests\views\Functional\ViewTestBase::modules

Modules to enable.

Type: array

File

core/modules/views/src/Tests/ViewTestBase.php, line 34

Class

ViewTestBase
Defines a base class for Views testing in the full web test environment.

Namespace

Drupal\views\Tests

Code

public static $modules = [
  'views',
  'views_test_config',
];