function ViewsViewTest::getInfo

Provide the test's meta information.

File

tests/views_view.test, line 16

Class

ViewsViewTest

Code

public static function getInfo() {
    return array(
        'name' => 'Test the view class',
        'description' => 'Tests some functionality of the view class',
        'group' => 'Views',
    );
}