File
- drupal/core/modules/system/lib/Drupal/system/Tests/Form/UrlTest.php, line 26
- Definition of Drupal\system\Tests\Form\UrlTest.
Class
- UrlTest
- Tests URL element.
Namespace
Drupal\system\Tests\Form
Code
public static function getInfo() {
return array(
'name' => 'Form API URL',
'description' => 'Tests the form API URL element.',
'group' => 'Form API',
);
}