randomString(16); return [ 'mail' => 'test' . $this->adminUser->getEmail(), 'name' => $title, 'pass[pass1]' => $password, 'pass[pass2]' => $password, ]; } /** * Confirm the metatag field can be shown on a user registration page. * * @todo */ public function testFieldsOnUserRegistrationForm() {} /** * Confirm the metatag field can be shown on a normal user's own edit form. * * @todo */ public function testFieldsOnUserEditForm() {} }