protected function EntityCloneUserTest::setUp in Entity Clone 8
Sets the test up.
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ EntityCloneUserTest.php, line 47
Class
- EntityCloneUserTest
- Create a user and test a clone.
Namespace
Drupal\Tests\entity_clone\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this->adminUser = $this
->drupalCreateUser($this->permissions, 'test_user');
$this
->drupalLogin($this->adminUser);
}