protected static property UserChangedTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/user/tests/src/Functional/Views/UserChangedTest.php \Drupal\Tests\user\Functional\Views\UserChangedTest::modules
- 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 19
Class
- UserChangedTest
- Tests the changed field.
Namespace
Drupal\Tests\user\Functional\ViewsCode
protected static $modules = [
'views_ui',
'user_test_views',
];