You are here

public static property UserChangedTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/Functional/Views/UserChangedTest.php \Drupal\Tests\user\Functional\Views\UserChangedTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/user/tests/src/Functional/Views/UserChangedTest.php, line 20

Class

UserChangedTest
Tests the changed field.

Namespace

Drupal\Tests\user\Functional\Views

Code

public static $modules = [
  'views_ui',
  'user_test_views',
];