public function M4032404TestCaseTest::setUp in 403 to 404 8
Setup the default environment settings.
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ M4032404TestCaseTest.php, line 29
Class
- M4032404TestCaseTest
- Tests the functionality of the m4032404 module.
Namespace
Drupal\Tests\m4032404\FunctionalCode
public function setUp() {
parent::setUp();
// Create and log in our privileged user.
$this->privilegedUser = $this
->drupalCreateUser();
$this
->drupalLogin($this->privilegedUser);
}