function UrlIsExternalUnitTest::getInfo

File

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

Class

UrlIsExternalUnitTest
Tests url_is_external().

Code

public static function getInfo() {
    return array(
        'name' => 'External URL checking',
        'description' => 'Performs tests on url_is_external().',
        'group' => 'System',
    );
}

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