You are here

public static function ViewsHandlerFieldUrlTest::getInfo in Views (for Drupal 7) 7.3

File

tests/handlers/views_handler_field_url.test, line 12
Definition of ViewsHandlerFieldUrlTest.

Class

ViewsHandlerFieldUrlTest
Tests the core views_handler_field_url handler.

Code

public static function getInfo() {
  return array(
    'name' => 'Field: Url',
    'description' => 'Test the core views_handler_field_url handler.',
    'group' => 'Views Handlers',
  );
}