function UserChangedTest::setUp
Same name in other branches
- 9 core/modules/user/tests/src/Functional/Views/UserChangedTest.php \Drupal\Tests\user\Functional\Views\UserChangedTest::setUp()
- 8.9.x core/modules/user/tests/src/Functional/Views/UserChangedTest.php \Drupal\Tests\user\Functional\Views\UserChangedTest::setUp()
- 11.x 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 36
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();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.