function PathAdminTest::setUp

Same name and namespace in other branches
  1. 9 core/modules/path/tests/src/Functional/PathAdminTest.php \Drupal\Tests\path\Functional\PathAdminTest::setUp()
  2. 8.9.x core/modules/path/tests/src/Functional/PathAdminTest.php \Drupal\Tests\path\Functional\PathAdminTest::setUp()
  3. 10 core/modules/path/tests/src/Functional/PathAdminTest.php \Drupal\Tests\path\Functional\PathAdminTest::setUp()

Overrides PathTestBase::setUp

File

core/modules/path/tests/src/Functional/PathAdminTest.php, line 29

Class

PathAdminTest
Tests the Path admin UI.

Namespace

Drupal\Tests\path\Functional

Code

protected function setUp() : void {
    parent::setUp();
    // Create test user and log in.
    $web_user = $this->drupalCreateUser([
        'create page content',
        'edit own page content',
        'administer url aliases',
        'create url aliases',
    ]);
    $this->drupalLogin($web_user);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.