You are here

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

Same name and namespace in other branches
  1. 8 core/modules/user/src/Tests/Views/UserTestBase.php \Drupal\user\Tests\Views\UserTestBase::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/user/src/Tests/Views/UserTestBase.php, line 24
Contains \Drupal\user\Tests\Views\UserTestBase.

Class

UserTestBase
@todo.

Namespace

Drupal\user\Tests\Views

Code

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