You are here

protected function UserChangedTest::setUp in Drupal 8

Same name and namespace in other branches
  1. 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 34

Class

UserChangedTest
Tests the changed field.

Namespace

Drupal\Tests\user\Functional\Views

Code

protected function setUp($import_test_views = TRUE) {
  parent::setUp($import_test_views);
  ViewTestData::createTestViews(get_class($this), [
    'user_test_views',
  ]);
  $this
    ->enableViewsTestModule();
}