You are here

public static function ValidUrlTestCase::getInfo in SimpleTest 7

File

tests/common.test, line 1298
Tests for common.inc functionality.

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',
  );
}