function PagerExampleTest::setUp
Overrides ExamplesBrowserTestBase::setUp
File
-
modules/
pager_example/ tests/ src/ Functional/ PagerExampleTest.php, line 28
Class
- PagerExampleTest
- Tests paging.
Namespace
Drupal\Tests\pager_example\FunctionalCode
protected function setUp() : void {
parent::setUp();
// Log in a user to prevent caching from affecting the results.
$normalUser = $this->drupalCreateUser();
$this->drupalLogin($normalUser);
}