You are here

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

File

tests/handlers/views_handler_area_text.test, line 14
Definition of ViewsHandlerAreaTextTest.

Class

ViewsHandlerAreaTextTest
Tests the text area handler.

Code

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