protected function PathNodeFormTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/modules/path/tests/src/Functional/PathNodeFormTest.php \Drupal\Tests\path\Functional\PathNodeFormTest::setUp()
Overrides PathTestBase::setUp
File
- core/
modules/ path/ tests/ src/ Functional/ PathNodeFormTest.php, line 24
Class
- PathNodeFormTest
- Tests the Path Node form UI.
Namespace
Drupal\Tests\path\FunctionalCode
protected function setUp() : void {
parent::setUp();
// Create test user and log in.
$web_user = $this
->drupalCreateUser([
'create page content',
'create url aliases',
]);
$this
->drupalLogin($web_user);
}