You are here

public static function URLFieldTestCase::getInfo in URL field 7

File

./url.test, line 16
Tests for url.module.

Class

URLFieldTestCase
Tests for URL field types.

Code

public static function getInfo() {
  return array(
    'name' => 'URL field',
    'description' => 'Test the creation of URL fields.',
    'group' => 'Field types',
  );
}