You are here

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

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

Modules to enable.

Type: array

File

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

Class

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

Namespace

Drupal\views\Tests

Code

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