File
- drupal/core/modules/user/lib/Drupal/user/Tests/UserEditTest.php, line 17
- Definition of Drupal\user\Tests\UserEditTest.
Class
- UserEditTest
- Tests the user edit form.
Namespace
Drupal\user\Tests
Code
public static function getInfo() {
return array(
'name' => 'User edit',
'description' => 'Test user edit page.',
'group' => 'User',
);
}