function ValidUrlTestCase::getInfo

File

modules/simpletest/tests/common.test, line 2498

Class

ValidUrlTestCase
Test for valid_url().

Code

public static function getInfo() {
    return array(
        'name' => 'Valid URL',
        'description' => "Performs tests on Drupal's valid URL function.",
        'group' => 'System',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.