public static property UserChangedTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/user/src/Tests/Views/UserChangedTest.php \Drupal\user\Tests\Views\UserChangedTest::modules
Modules to enable.
Type: array
Overrides ViewTestBase::$modules
File
- core/
modules/ user/ src/ Tests/ Views/ UserChangedTest.php, line 25 - Contains \Drupal\user\Tests\Views\UserChangedTest.
Class
- UserChangedTest
- Tests the changed field.
Namespace
Drupal\user\Tests\ViewsCode
public static $modules = array(
'views_ui',
'user_test_views',
);