function ViewsHandlerAreaTextTest::getInfo

File

tests/handlers/views_handler_area_text.test, line 18

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