public static property UserDataTest::$testViews in Drupal 9
Same name and namespace in other branches
- 8 core/modules/user/tests/src/Kernel/Views/UserDataTest.php \Drupal\Tests\user\Kernel\Views\UserDataTest::testViews
Views to be enabled.
Test classes should override this property and provide the list of testing views.
Type: array
Overrides ViewsKernelTestBase::$testViews
File
- core/
modules/ user/ tests/ src/ Kernel/ Views/ UserDataTest.php, line 22
Class
- UserDataTest
- Tests the user data service field handler.
Namespace
Drupal\Tests\user\Kernel\ViewsCode
public static $testViews = [
'test_user_data',
];