protected function UserChangedTest::setUp 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::setUp()
- 9 core/modules/user/tests/src/Functional/Views/UserChangedTest.php \Drupal\Tests\user\Functional\Views\UserChangedTest::setUp()
Overrides ViewTestBase::setUp
File
- core/
modules/ user/ tests/ src/ Functional/ Views/ UserChangedTest.php, line 33
Class
- UserChangedTest
- Tests the changed field.
Namespace
Drupal\Tests\user\Functional\ViewsCode
protected function setUp($import_test_views = TRUE, $modules = [
'user_test_views',
]) : void {
parent::setUp($import_test_views, $modules);
$this
->enableViewsTestModule();
}